Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/hardware/
H A Djpeg_hw_decoder.cpp104 bool JpegHardwareDecoder::IsHardwareDecodeSupported(const std::string& srcImgFormat, OHOS::Media::S… in IsHardwareDecodeSupported() argument
110 if (srcImgFormat != JPEG_FORMAT_DESC) { in IsHardwareDecodeSupported()
111 JPEG_HW_LOGE("invalid image format: %{public}s", srcImgFormat.c_str()); in IsHardwareDecodeSupported()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/hardware/
H A Djpeg_hw_decoder.h57 bool IsHardwareDecodeSupported(const std::string& srcImgFormat, OHOS::Media::Size srcImgSize);