Home
last modified time | relevance | path

Searched refs:InitDecodeContext (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h358 ImagePlugin::DecodeContext InitDecodeContext(const DecodeOptions &opts, const ImageInfo &info,
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp724 DecodeContext ImageSource::InitDecodeContext(const DecodeOptions &opts, const ImageInfo &info, in InitDecodeContext() function in OHOS::Media::ImageSource
3696 …DecodeContext context = InitDecodeContext(opts_, info, preference_, hasDesiredSizeOptions, plInfo); in DecodeImageDataToContext()