Home
last modified time | relevance | path

Searched refs:IsSupportHardwareDecode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h98 bool IsSupportHardwareDecode();
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp625 bool ret = extDecoder->IsSupportHardwareDecode();
637 ret = extDecoder->IsSupportHardwareDecode();
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp473 static bool IsSupportHardwareDecode(const GridInfo &gridInfo) in IsSupportHardwareDecode() function
489 if (!IsSupportHardwareDecode(gridInfo_)) { in decode()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp622 if (IsSupportHardwareDecode()) { in HeapMemAlloc()
856 if (IsSupportHardwareDecode() && DoHardWareDecode(context) == SUCCESS) { in HeapMemAlloc()
1948 bool ExtDecoder::IsSupportHardwareDecode() { in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder