Home
last modified time | relevance | path

Searched refs:IsHardwareDecodeSupported (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/jpeg_hw_decode/unittest/
H A Djpeg_hw_decoder_test.cpp40 bool ret = testObj.IsHardwareDecodeSupported("", srcImgSize);
51 bool ret = testObj.IsHardwareDecodeSupported(HEIF_FORMAT, srcImgSize);
62 bool ret = testObj.IsHardwareDecodeSupported(JPEG_FORMAT, srcImgSize);
73 bool ret = testObj.IsHardwareDecodeSupported(JPEG_FORMAT, srcImgSize);
/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);
H A Dheif_hw_decoder.h57 bool IsHardwareDecodeSupported(const GridInfo& gridInfo);
/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() function in OHOS::ImagePlugin::JpegHardwareDecoder
183 if (!IsHardwareDecodeSupported(JPEG_FORMAT_DESC, srcImgSize) || !CheckInputColorFmt(codec)) { in Decode()
H A Dheif_hw_decoder.cpp127 bool HeifHardwareDecoder::IsHardwareDecodeSupported(const GridInfo& gridInfo) in IsHardwareDecodeSupported() function in OHOS::ImagePlugin::HeifHardwareDecoder
324 IF_TRUE_RETURN_VAL(!IsHardwareDecodeSupported(gridInfo), Media::ERR_IMAGE_HW_DECODE_UNSUPPORT); in DoDecode()