Home
last modified time | relevance | path

Searched refs:IsHardwareEncodeSupported (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_encoder.h64 static bool IsHardwareEncodeSupported(const PlEncodeOptions &opts, Media::PixelMap* pixelMap);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp1015 bool ret = extEncoder.IsHardwareEncodeSupported(opts, pixelMap);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_encoder.cpp421 bool ExtEncoder::IsHardwareEncodeSupported(const PlEncodeOptions &opts, Media::PixelMap* pixelMap) in IsHardwareEncodeSupported() function in OHOS::ImagePlugin::ExtEncoder
476 if (IsHardwareEncodeSupported(opts_, pixelmap_)) { in HardwareEncode()