Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h27 struct DecodeInfoOptions { struct
58 void SetDecodeInfoOptions(const DecodeInfoOptions &options); argument
66 DecodeInfoOptions &GetDecodeInfoOptions();
68 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()
53 DecodeInfoOptions& ImageEvent::GetDecodeInfoOptions() in GetDecodeInfoOptions()
77 DecodeInfoOptions options = options_; in ReportDecodeFault()
131 DecodeInfoOptions options = options_; in ReportDecodeInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1050 DecodeInfoOptions options; in SetDecodeInfoOptions()
1075 DecodeInfoOptions options; in SetDecodeInfoOptions()
1099 DecodeInfoOptions &options = imageEvent.GetDecodeInfoOptions(); in UpdateDecodeInfoOptions()