Searched refs:FindCodecType (Results 1 – 3 of 3) sorted by relevance
33 CodecType FindCodecType(std::string codecName);
217 CodecType CodecListCore::FindCodecType(std::string codecName) in FindCodecType() function in OHOS::MediaAVCodec::CodecListCore
62 CodecType codecType = codecListCore->FindCodecType(name); in CreateCodecByName()