| commit | 0b573281cc5af659b6c26aa14ba073d62473771c | [log] [tgz] |
|---|---|---|
| author | Houxiang Dai <houxiang.dai@mediatek.com> | Sat Mar 11 18:31:56 2023 +0800 |
| committer | Houxiang Dai <houxiang.dai@mediatek.com> | Thu May 25 22:18:25 2023 +0800 |
| tree | bbf011a0fa5750971a573a8a030d217a56e7db20 | |
| parent | 580a0d5508adfff81334e30fed33889b99975eaf [diff] [blame] |
change ALOGD() to ALOGV() in onWorkDone() when tunneled to reduce logspam Test: HBBTV test OK Bug: 258613450 Change-Id: Idc0c68041ba0887b9879978f9dd9348eb7eb9915
diff --git a/media/codec2/sfplugin/CCodecBufferChannel.cpp b/media/codec2/sfplugin/CCodecBufferChannel.cpp index 0142686..8af3ff9 100644 --- a/media/codec2/sfplugin/CCodecBufferChannel.cpp +++ b/media/codec2/sfplugin/CCodecBufferChannel.cpp
@@ -1569,7 +1569,8 @@ watcher->inputDelay(inputDelayValue) .pipelineDelay(pipelineDelayValue) .outputDelay(outputDelayValue) - .smoothnessFactor(kSmoothnessFactor); + .smoothnessFactor(kSmoothnessFactor) + .tunneled(mTunneled); watcher->flush(); }