Home
last modified time | relevance | path

Searched refs:ImageEvent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp34 ImageEvent::ImageEvent() in ImageEvent() function in OHOS::Media::ImageEvent
39 ImageEvent::~ImageEvent() in ~ImageEvent()
48 void ImageEvent::SetDecodeInfoOptions(const DecodeInfoOptions &options) in SetDecodeInfoOptions()
53 DecodeInfoOptions& ImageEvent::GetDecodeInfoOptions() in GetDecodeInfoOptions()
58 void ImageEvent::SetDecodeErrorMsg(std::string msg) in SetDecodeErrorMsg()
63 void ImageEvent::ReportDecodeFault() in ReportDecodeFault()
126 void ImageEvent::ReportDecodeInfo() in ReportDecodeInfo()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_event_test.cpp39 ImageEvent imageEvent;
52 ImageEvent imageEvent;
65 ImageEvent imageEvent;
78 ImageEvent imageEvent;
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h54 class ImageEvent {
56 ImageEvent();
57 ~ImageEvent();
/ohos5.0/foundation/multimedia/image_framework/interfaces/innerkits/include/
H A Dimage_source.h69 class ImageEvent; variable
333 …oOptions(uint32_t index, const DecodeOptions &opts, const ImageInfo &info, ImageEvent &imageEvent);
335 ImageEvent &imageEvent);
336 void UpdateDecodeInfoOptions(const ImagePlugin::DecodeContext &context, ImageEvent &imageEvent);
337 void SetImageEventHeifParseErr(ImageEvent &event);
348 ImagePlugin::PlImageInfo &plInfo, ImageEvent &imageEvent, uint32_t &errorCode);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp801 ImageEvent imageEvent; in CreatePixelMapExtended()
1048 ImageEvent &imageEvent) in SetDecodeInfoOptions()
1073 const ImagePlugin::PlImageInfo &plInfo, ImageEvent &imageEvent) in SetDecodeInfoOptions()
1097 void ImageSource::UpdateDecodeInfoOptions(const ImagePlugin::DecodeContext &context, ImageEvent &im… in UpdateDecodeInfoOptions()
1106 void ImageSource::SetImageEventHeifParseErr(ImageEvent &event) in SetImageEventHeifParseErr()
1128 ImageEvent imageEvent; in CreatePixelMap()
1141 ImageEvent imageEvent; in CreatePixelMap()
2493 ImageEvent imageEvent; in DoIncrementalDecoding()
4349 ImagePlugin::PlImageInfo &plInfo, ImageEvent &imageEvent, uint32_t &errorCode) in DecodeImageDataToContextExtended()