Home
last modified time | relevance | path

Searched refs:JPEG_HW_LOGI (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp84 JPEG_HW_LOGI("dump decode result"); in DumpDecodeResult()
139 JPEG_HW_LOGI("jpeg hardware decode demo start"); in Run()
162 JPEG_HW_LOGI("jpeg hardware decode demo succeed"); in Run()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp55 JPEG_HW_LOGI("need to get ICodecImage"); in GetCodecManager()
167 JPEG_HW_LOGI("unsupported in color: %{public}d", jpegCompressInfo->jpeg_color_space); in CheckInputColorFmt()
306 JPEG_HW_LOGI("input stream, size=%{public}zu, curPos=%{public}u", fileSize, positionRecord); in CopySrcImgToDecodeInputBuffer()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Djpeg_hw_decoder.h45 #define JPEG_HW_LOGI(x, ...) \ macro