From 48a29a976eb649f9c90e9d69214747d1aa659de1 Mon Sep 17 00:00:00 2001 From: James Dong Date: Tue, 2 Aug 2011 10:35:09 -0700 Subject: Remove excessive logging Change-Id: Ie0b37da59ad326184c983626c45ea78908e7c2b7 related-to-bug: 5109084 --- libvideoeditor/lvpp/PreviewPlayerBase.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libvideoeditor') diff --git a/libvideoeditor/lvpp/PreviewPlayerBase.cpp b/libvideoeditor/lvpp/PreviewPlayerBase.cpp index 8e27a27..e890423 100644 --- a/libvideoeditor/lvpp/PreviewPlayerBase.cpp +++ b/libvideoeditor/lvpp/PreviewPlayerBase.cpp @@ -1942,9 +1942,9 @@ status_t PreviewPlayerBase::readYV12Buffer(sp source, MediaBuffer * MediaBuffer *origBuffer = *buffer; MediaBuffer *newBuffer = new MediaBuffer(width * height * 3 / 2); - LOGD("convertDecoderOutputToYV12: mGivenWidth = %d, mGivenHeight = %d", + LOGV("convertDecoderOutputToYV12: mGivenWidth = %d, mGivenHeight = %d", mGivenWidth, mGivenHeight); - LOGD("width = %d, height = %d", width, height); + LOGV("width = %d, height = %d", width, height); if (mYV12ColorConverter->convertDecoderOutputToYV12( (uint8_t *)origBuffer->data(), // ?? + origBuffer->range_offset(), // decoderBits -- cgit v1.1