Home
last modified time | relevance | path

Searched refs:errnum (Results 1 - 15 of 15) sorted by relevance

/foundation/multimedia/media_foundation/src/osal/utils/
H A Dutil.cpp82 std::string AVStrError(int errnum) in AVStrError() argument
88 return "AVStrError " + std::to_string(errnum); in AVStrError()
/foundation/multimedia/media_foundation/interface/inner_api/osal/utils/
H A Dutil.h37 std::string AVStrError(int errnum);
/foundation/multimedia/av_codec/services/engine/common/include/
H A Dffmpeg_converter.h56 static std::string AVStrError(int errnum);
H A Dcodec_utils.h73 std::string AVStrError(int errnum);
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_converter.h57 static std::string AVStrError(int errnum);
H A Dffmpeg_utils.h41 std::string AVStrError(int errnum);
H A Dffmpeg_convert.cpp145 static std::string AVStrError(int errnum) in AVStrError() argument
148 av_strerror(errnum, errbuf, AV_ERROR_MAX_STRING_SIZE); in AVStrError()
H A Dffmpeg_utils.cpp82 std::string AVStrError(int errnum) in AVStrError() argument
85 av_strerror(errnum, errbuf, AV_ERROR_MAX_STRING_SIZE); in AVStrError()
H A Dffmpeg_converter.cpp406 std::string FFMpegConverter::AVStrError(int errnum) in AVStrError() argument
409 av_strerror(errnum, errbuf, AV_ERROR_MAX_STRING_SIZE); in AVStrError()
/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dffmpeg_utils.h45 std::string AVStrError(int errnum);
H A Dffmpeg_utils.cpp195 std::string AVStrError(int errnum) in AVStrError() argument
198 av_strerror(errnum, errbuf, AV_ERROR_MAX_STRING_SIZE); in AVStrError()
/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/
H A Dffmpeg_base_decoder.cpp70 static std::string AVStrError(int errnum) in AVStrError() argument
73 av_strerror(errnum, errbuf, AV_ERROR_MAX_STRING_SIZE); in AVStrError()
/foundation/multimedia/av_codec/services/engine/codec/audio/decoder/
H A Daudio_ffmpeg_decoder_plugin.cpp65 static std::string AVStrError(int errnum) in AVStrError() argument
68 av_strerror(errnum, errbuf, AV_ERROR_MAX_STRING_SIZE); in AVStrError()
/foundation/multimedia/av_codec/services/engine/common/
H A Dffmpeg_converter.cpp427 std::string FFMpegConverter::AVStrError(int errnum) in AVStrError() argument
430 av_strerror(errnum, errbuf, AV_ERROR_MAX_STRING_SIZE); in AVStrError()
H A Dcodec_utils.cpp211 std::string AVStrError(int errnum) in AVStrError() argument
214 av_strerror(errnum, errbuf, AV_ERROR_MAX_STRING_SIZE); in AVStrError()

Completed in 8 milliseconds