Home
last modified time | relevance | path

Searched refs:Mime2CodecId (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/utils/
H A Dffmpeg_codec_map.h35 bool Mime2CodecId(const std::string& mime, AVCodecID& codecId);
H A Dffmpeg_codec_map.cpp65 bool Mime2CodecId(const std::string& mime, AVCodecID& codecId) in Mime2CodecId() function
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/common/
H A Dffmpeg_utils.h39 bool Mime2CodecId(const std::string &mime, AVCodecID &codecId);
H A Dffmpeg_utils.cpp39 bool Mime2CodecId(const std::string &mime, AVCodecID &codecId) in Mime2CodecId() function
/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp111 FALSE_RETURN_V_MSG_E(FFCodecMap::Mime2CodecId(mime, id), Status::ERROR_UNSUPPORTED_FORMAT,
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/muxer/
H A Dffmpeg_muxer_plugin.cpp740 FALSE_RETURN_V_MSG_E(Mime2CodecId(mimeType, codeID), Status::ERROR_INVALID_DATA, in AddTrack()