Searched refs:GetCodec (Results 1 – 8 of 8) sorted by relevance
37 const VideoCodec& GetCodec() const;
327 const VideoCodec& webrtc::SimulcastRateAllocator::GetCodec() const { in GetCodec() function in webrtc::webrtc::SimulcastRateAllocator
492 var nestedCodec = WrapperCodecs.GetCodec<T>();509 var nestedCodec = WrapperCodecs.GetCodec<T>();566 internal static FieldCodec<T> GetCodec<T>()586 var nestedCoded = GetCodec<T>();
74 VideoCodecType GetCodec() const;
119 VideoCodecType VideoFrameMetadata::GetCodec() const { in GetCodec() function in webrtc::VideoFrameMetadata
162 EXPECT_EQ(metadata.GetCodec(), VideoCodecType::kVideoCodecVP9); in TEST()