Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/
H A Dext_decoder.h114 uint32_t CheckDecodeOptions(uint32_t index, const PixelDecodeOptions &opts);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/plugin_test/
H A Dext_decoder_test.cpp223 uint32_t ret = extDecoder->CheckDecodeOptions(index, opts);
230 ret = extDecoder->CheckDecodeOptions(index, opts);
238 ret = extDecoder->CheckDecodeOptions(index, opts);
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h338 bool CheckDecodeOptions(Size imageSize, bool &needAisr, bool &needHdr);
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp570 uint32_t ExtDecoder::CheckDecodeOptions(uint32_t index, const PixelDecodeOptions &opts) in HeapMemAlloc() function in OHOS::ImagePlugin::ExtDecoder
642 auto resCode = CheckDecodeOptions(index, opts); in HeapMemAlloc()