Searched refs:SetDecodeInfoOptions (Results 1 - 4 of 4) sorted by relevance
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/ |
H A D | image_dfx.h | 58 void SetDecodeInfoOptions(const DecodeInfoOptions &options);
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/ |
H A D | image_dfx.cpp | 48 void ImageEvent::SetDecodeInfoOptions(const DecodeInfoOptions &options) in SetDecodeInfoOptions() function in OHOS::Media::ImageEvent
|
/foundation/multimedia/image_framework/interfaces/innerkits/include/ |
H A D | image_source.h | 333 void SetDecodeInfoOptions(uint32_t index, const DecodeOptions &opts, const ImageInfo &info, ImageEvent &imageEvent); 334 void SetDecodeInfoOptions(uint32_t index, const DecodeOptions &opts, const ImagePlugin::PlImageInfo &plInfo,
|
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 815 SetDecodeInfoOptions(index, opts, info, imageEvent); 1043 void ImageSource::SetDecodeInfoOptions(uint32_t index, const DecodeOptions &opts, const ImageInfo &info, 1065 imageEvent.SetDecodeInfoOptions(options); 1068 void ImageSource::SetDecodeInfoOptions(uint32_t index, const DecodeOptions &opts, 1090 imageEvent.SetDecodeInfoOptions(options); 1160 SetDecodeInfoOptions(index, opts, plInfo, imageEvent);
|
Completed in 7 milliseconds