Searched refs:FindCodecNameArray (Results 1 – 3 of 3) sorted by relevance
34 std::vector<std::string> FindCodecNameArray(const std::string &mime, bool isEncoder);
266 std::vector<std::string> CodecListCore::FindCodecNameArray(const std::string &mime, bool isEncoder) in FindCodecNameArray() function in OHOS::MediaAVCodec::CodecListCore
51 auto nameArray = codecListCore->FindCodecNameArray(mime, isEncoder); in GetCodecNameArrayByMime()