Searched refs:DoCreateDecoder (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 2000 AbsImageDecoder *DoCreateDecoder(std::string codecFormat, PluginServer &pluginServer, InputDataStre… in DoCreateDecoder() function 2035 …auto codec = DoCreateDecoder(InnerFormat::IMAGE_EXTENDED_CODEC, pluginServer_, *sourceStreamPtr_, … in GetFormatExtended() 2328 return DoCreateDecoder(encodedFormat, pluginServer_, *sourceStreamPtr_, errorCode); in CreateDecoder() 3796 … DoCreateDecoder(InnerFormat::IMAGE_EXTENDED_CODEC, pluginServer_, *gainMapStream, errorCode)); in DecodeJpegGainMap() 4569 … DoCreateDecoder(InnerFormat::IMAGE_EXTENDED_CODEC, pluginServer_, *auxStream, errorCode)); in DecodeJpegAuxiliaryPicture()
|