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