Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Djpeg_hw_decoder.h92 bool CheckInputColorFmt(SkCodec *codec);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp158 bool JpegHardwareDecoder::CheckInputColorFmt(SkCodec *codec) in CheckInputColorFmt() function in OHOS::ImagePlugin::JpegHardwareDecoder
183 if (!IsHardwareDecodeSupported(JPEG_FORMAT_DESC, srcImgSize) || !CheckInputColorFmt(codec)) { in Decode()