Searched refs:vcodecList (Results 1 – 1 of 1) sorted by relevance
34 std::shared_ptr<CodecListBase> vcodecList = std::make_shared<VideoCodecList>(); in GetCodecLists() local35 codecLists.insert(std::make_pair(CodecType::AVCODEC_VIDEO_CODEC, vcodecList)); in GetCodecLists()