Searched refs:GetVideoCodecType (Results 1 – 5 of 5) sorted by relevance
37 video_decoder_(CreateVideoDecoder(file_reader_->GetVideoCodecType())), in IvfVideoFrameGenerator()42 decoder_settings.set_codec_type(file_reader_->GetVideoCodecType()); in IvfVideoFrameGenerator()
38 VideoCodecType GetVideoCodecType() const { return codec_type_; } in GetVideoCodecType() function
110 EXPECT_EQ(reader->GetVideoCodecType(), codec_type); in ValidateContent()
65 RtpPacketizer::Create(GetVideoCodecType(), payload_, {}, video_header_); in Build()75 absl::optional<VideoCodecType> GetVideoCodecType() { in GetVideoCodecType() function in webrtc::__anonb34eb9e50111::PacketBuilder
305 absl::optional<VideoCodecType> GetVideoCodecType(const RtpConfig& config) { in GetVideoCodecType() function401 codec_type_(GetVideoCodecType(rtp_config)), in RtpVideoSender()