diff options
author | James Dong <jdong@google.com> | 2011-08-04 11:40:51 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2011-08-04 11:40:51 -0700 |
commit | b9410c5dacdb44f2f19bc2487dd9ef84445e1f32 (patch) | |
tree | 1a5fdbf9ac37f099597d7dd9f72e8c338f173433 /libvideoeditor/lvpp | |
parent | cece4b32d340f0ca514160647b9883e3777bc376 (diff) | |
parent | 48a29a976eb649f9c90e9d69214747d1aa659de1 (diff) | |
download | frameworks_av-b9410c5dacdb44f2f19bc2487dd9ef84445e1f32.zip frameworks_av-b9410c5dacdb44f2f19bc2487dd9ef84445e1f32.tar.gz frameworks_av-b9410c5dacdb44f2f19bc2487dd9ef84445e1f32.tar.bz2 |
Merge "Remove excessive logging"
Diffstat (limited to 'libvideoeditor/lvpp')
-rw-r--r-- | libvideoeditor/lvpp/PreviewPlayerBase.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<MediaSource> 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 |