diff options
author | James Dong <jdong@google.com> | 2011-08-02 10:35:09 -0700 |
---|---|---|
committer | James Dong <jdong@google.com> | 2011-08-02 10:35:09 -0700 |
commit | 48a29a976eb649f9c90e9d69214747d1aa659de1 (patch) | |
tree | 849be7905f1b3837fd95a5a9ffa1b7091c05462e /libvideoeditor | |
parent | 2d461d443d4d0a35acb9cfd49cafad8941b17a0b (diff) | |
download | frameworks_av-48a29a976eb649f9c90e9d69214747d1aa659de1.zip frameworks_av-48a29a976eb649f9c90e9d69214747d1aa659de1.tar.gz frameworks_av-48a29a976eb649f9c90e9d69214747d1aa659de1.tar.bz2 |
Remove excessive logging
Change-Id: Ie0b37da59ad326184c983626c45ea78908e7c2b7
related-to-bug: 5109084
Diffstat (limited to 'libvideoeditor')
-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 |