Home
last modified time | relevance | path

Searched refs:usrColorFmt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/common/
H A Dmock_jpeg_hw_decode_flow.cpp123 std::optional<PixelFormat> JpegHwDecoderFlow::UserColorFmtToPixelFmt(UserColorFormat usrColorFmt) in UserColorFmtToPixelFmt() argument
129 auto iter = colorMap.find(usrColorFmt); in UserColorFmtToPixelFmt()
131 JPEG_HW_LOGE("unsupported color format(%{public}d)", static_cast<int>(usrColorFmt)); in UserColorFmtToPixelFmt()
H A Dmock_jpeg_hw_decode_flow.h37 std::optional<PixelFormat> UserColorFmtToPixelFmt(UserColorFormat usrColorFmt);