Skip to content

Commit 2b8b84e

Browse files
committed
tt_log
1 parent 72ea4d7 commit 2b8b84e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

c2_components/src/mfx_c2_decoder_component.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1837,7 +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");
1840+
ALOGE("##### stang23 ##### fetchGraphicBlock a nocached block, please retune output blocks. id = %d", id);
18411841
}
18421842
}
18431843
} else if (m_mfxVideoParams.IOPattern == MFX_IOPATTERN_OUT_SYSTEM_MEMORY) {

c2_utils/src/mfx_gralloc4.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,9 @@ c2_status_t MfxGralloc4Module::GetBackingStore(const buffer_handle_t handle, uin
144144
hidl_vec<uint8_t> vec;
145145
if(IsFailed(get(handle, android::gralloc4::MetadataType_BufferId, vec)))
146146
res = C2_CORRUPTED;
147+
ALOGE("##### stang23 ##### Before GetBackingStore id: %d", id);
147148
gralloc4::decodeBufferId(vec, id);
149+
ALOGE("##### stang23 ##### After GetBackingStore id: %d", id);
148150

149151
MFX_DEBUG_TRACE__android_c2_status_t(res);
150152
return res;
@@ -240,4 +242,4 @@ c2_status_t MfxGralloc4Module::UnlockFrame(buffer_handle_t handle)
240242

241243
MFX_DEBUG_TRACE__android_c2_status_t(res);
242244
return res;
243-
}
245+
}

0 commit comments

Comments
 (0)