Skip to content

Commit 72ea4d7

Browse files
committed
tmp
Signed-off-by: Shaofeng Tang <shaofeng.tang@intel.com>
1 parent 2032231 commit 72ea4d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

c2_components/src/mfx_c2_decoder_component.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,6 +1837,7 @@ c2_status_t MfxC2DecoderComponent::AllocateC2Block(uint32_t width, uint32_t heig
18371837
// If always fetch a nocached block, check if width or height have changed
18381838
// compare to when it was initialized.
18391839
MFX_DEBUG_TRACE_STREAM("fetchGraphicBlock a nocached block, please retune output blocks. id = " << id);
1840+
ALOGE("##### stang23 ##### "fetchGraphicBlock a nocached block, please retune output blocks. id = %d", id");
18401841
}
18411842
}
18421843
} else if (m_mfxVideoParams.IOPattern == MFX_IOPATTERN_OUT_SYSTEM_MEMORY) {

c2_utils/include/mfx_debug.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@
2323
#define MFX_DEBUG_NO 0
2424
#define MFX_DEBUG_YES 1
2525

26-
#define MFX_DEBUG MFX_DEBUG_YES // enables DEBUG output
26+
#define MFX_DEBUG MFX_DEBUG_NO // enables DEBUG output
2727
#define MFX_PERF MFX_DEBUG_NO // enables PERF output, doesn't depends on MFX_DEBUG
2828
#define MFX_ATRACE MFX_DEBUG_NO // enables systrace
29-
#define MFX_DEBUG_DUMP_FRAME MFX_DEBUG_YES // enables write frame to file
29+
#define MFX_DEBUG_DUMP_FRAME MFX_DEBUG_NO // enables write frame to file
3030

3131
#define MFX_DEBUG_FILE MFX_DEBUG_NO // sends DEBUG and PERF output to file, otherwise to logcat
3232

0 commit comments

Comments
 (0)