Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h58 void SetDecodeInfoOptions(const DecodeInfoOptions &options);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp48 void ImageEvent::SetDecodeInfoOptions(const DecodeInfoOptions &options) in SetDecodeInfoOptions() function in OHOS::Media::ImageEvent
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h333 …void SetDecodeInfoOptions(uint32_t index, const DecodeOptions &opts, const ImageInfo &info, ImageE…
334 …void SetDecodeInfoOptions(uint32_t index, const DecodeOptions &opts, const ImagePlugin::PlImageInf…
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp813 SetDecodeInfoOptions(index, opts, info, imageEvent); in CreatePixelMapExtended()
1047 void ImageSource::SetDecodeInfoOptions(uint32_t index, const DecodeOptions &opts, const ImageInfo &… in SetDecodeInfoOptions() function in OHOS::Media::ImageSource
1069 imageEvent.SetDecodeInfoOptions(options); in SetDecodeInfoOptions()
1072 void ImageSource::SetDecodeInfoOptions(uint32_t index, const DecodeOptions &opts, in SetDecodeInfoOptions() function in OHOS::Media::ImageSource
1094 imageEvent.SetDecodeInfoOptions(options); in SetDecodeInfoOptions()
1164 SetDecodeInfoOptions(index, opts, plInfo, imageEvent); in CreatePixelMap()