Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/include/heif_impl/
H A DHeifDecoder.h94 virtual void getErrMsg(std::string& errMsg) = 0;
H A DHeifDecoderImpl.h68 void getErrMsg(std::string& errMsg) override;
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1995 decoder->getErrMsg(context.hardDecodeError); in HeapMemAlloc()
2041 decoder->getErrMsg(context.hardDecodeError); in HeapMemAlloc()
2205 decoder->getErrMsg(context.hardDecodeError); in HeapMemAlloc()
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/
H A DHeifDecoderImpl.cpp1243 void HeifDecoderImpl::getErrMsg(std::string& errMsg) in getErrMsg() function in OHOS::ImagePlugin::HeifDecoderImpl