Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dimage_event_test.cpp40 imageEvent.SetDecodeErrorMsg(ERROR_MESSAGE);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h59 void SetDecodeErrorMsg(std::string msg);
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp58 void ImageEvent::SetDecodeErrorMsg(std::string msg) in SetDecodeErrorMsg() function in OHOS::Media::ImageEvent
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp817 imageEvent.SetDecodeErrorMsg("get image info failed, ret:" + std::to_string(errorCode)); in CreatePixelMapExtended()
830 imageEvent.SetDecodeErrorMsg("decode source fail, ret:" + std::to_string(errorCode)); in CreatePixelMapExtended()
1129 … imageEvent.SetDecodeErrorMsg("[ImageSource]get valid image status fail on create pixel map, ret: " in CreatePixelMap()
1144 …imageEvent.SetDecodeErrorMsg("get YUV420 not support without going through CreatePixelMapExtended"… in CreatePixelMap()
1150 imageEvent.SetDecodeErrorMsg("image decode plugin is null."); in CreatePixelMap()
1157 imageEvent.SetDecodeErrorMsg("create the pixel map unique_ptr fail."); in CreatePixelMap()
1167 imageEvent.SetDecodeErrorMsg("set decode options error, ret:." + std::to_string(errorCode)); in CreatePixelMap()
1185 … imageEvent.SetDecodeErrorMsg("update pixelmap info error, ret:." + std::to_string(errorCode)); in CreatePixelMap()
1223 imageEvent.SetDecodeErrorMsg("decode source fail, ret:." + std::to_string(errorCode)); in CreatePixelMap()
2509 … imageEvent.SetDecodeErrorMsg("do incremental decoding source fail, ret:" + std::to_string(ret)); in DoIncrementalDecoding()
[all …]