Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageplugin_fuzzer/src/
H A Dimage_plugin_fuzz.cpp119 imageSource->CreatePixelMapExtended(0, dstOpts, errorCode); in SvgDecoderFuncTest001()
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h310 std::unique_ptr<PixelMap> CreatePixelMapExtended(uint32_t index, const DecodeOptions &opts,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp799 unique_ptr<PixelMap> ImageSource::CreatePixelMapExtended(uint32_t index, const DecodeOptions &opts,… in CreatePixelMapExtended() function in OHOS::Media::ImageSource
1137 return CreatePixelMapExtended(index, opts, errorCode); in CreatePixelMap()