Searched refs:FindCodec (Results 1 – 3 of 3) sorted by relevance
349 std::string ret = codecListCore.FindCodec(format_, isEncoder);364 std::string ret = codecListCore.FindCodec(format_, isEncoder);377 std::string ret = codecListCore.FindCodec(format_, isEncoder);392 std::string ret = codecListCore.FindCodec(format_, isEncoder);
158 std::string CodecListCore::FindCodec(const Format &format, bool isEncoder) in FindCodec() function in OHOS::MediaAVCodec::CodecListCore209 return FindCodec(format, true); in FindEncoder()214 return FindCodec(format, false); in FindDecoder()
47 std::string FindCodec(const Media::Format &format, bool isEncoder);