Home
last modified time | relevance | path

Searched refs:hardDecodeError (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/include/
H A Dimage_dfx.h50 std::string hardDecodeError; member
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/utils/src/
H A Dimage_dfx.cpp108 "HARD_DECODE_ERROR", options.hardDecodeError, in ReportDecodeFault()
164 .v = { .s = const_cast<char*>(options.hardDecodeError.c_str()) } }, in ReportDecodeInfo()
/foundation/multimedia/image_framework/plugins/manager/include/image/
H A Dabs_image_decoder.h81 std::string hardDecodeError; member
/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/
H A Dext_decoder.cpp1147 context.hardDecodeError = "Decode failed, Alloc OutputBuffer failed, ret=" + std::to_string(ret); in HeapMemAlloc()
1153 context.hardDecodeError = "failed to do jpeg hardware decode, err=" + std::to_string(ret); in HeapMemAlloc()
1888 decoder->getErrMsg(context.hardDecodeError); in HeapMemAlloc()
1934 decoder->getErrMsg(context.hardDecodeError); in HeapMemAlloc()
2100 decoder->getErrMsg(context.hardDecodeError); in HeapMemAlloc()
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/
H A Dimage_source.cpp1099 options.hardDecodeError = context.hardDecodeError;
1108 event.GetDecodeInfoOptions().hardDecodeError

Completed in 11 milliseconds