Searched refs:DefaultVideoCodecList (Results 1 – 3 of 3) sorted by relevance
79 std::vector<VideoCodec> DefaultVideoCodecList();
327 std::vector<VideoCodec> DefaultVideoCodecList() { in DefaultVideoCodecList() function582 std::vector<VideoCodec> supported_codecs = DefaultVideoCodecList(); in GetSupportedCodecs()
168 EXPECT_EQ(cricket::DefaultVideoCodecList().size(), c.size()); in TEST_F()