Searched refs:VideoCodecProfileToType (Results 1 – 4 of 4) sorted by relevance
184 VideoCodecType VideoCodecProfileToType(VideoCodecProfile profile);
271 VideoCodecType VideoCodecProfileToType(VideoCodecProfile profile) { in VideoCodecProfileToType() function
88 ASSERT_NE(VideoCodecProfileToType(video_codec_profile_), VideoCodecType::UNKNOWN); in ParseTestVideoData()
92 VideoCodecType type = VideoCodecProfileToType(profile); in Create()