Searched refs:GetCodecType (Results 1 – 11 of 11) sorted by relevance
65 virtual AudioEncoder::CodecType GetCodecType() const = 0;93 AudioEncoder::CodecType GetCodecType() const override;116 AudioEncoder::CodecType GetCodecType() const override;
84 info.encoder_type = GetCodecType(); in EncodeImpl()108 AudioEncoder::CodecType AudioEncoderPcmA::GetCodecType() const { in GetCodecType() function in webrtc::AudioEncoderPcmA122 AudioEncoder::CodecType AudioEncoderPcmU::GetCodecType() const { in GetCodecType() function in webrtc::AudioEncoderPcmU
360 EXPECT_EQ(VideoCodec::CODEC_VIDEO, codec.GetCodecType()); in TEST()361 EXPECT_EQ(VideoCodec::CODEC_RTX, rtx_codec.GetCodecType()); in TEST()362 EXPECT_EQ(VideoCodec::CODEC_ULPFEC, ulpfec_codec.GetCodecType()); in TEST()363 EXPECT_EQ(VideoCodec::CODEC_FLEXFEC, flexfec_codec.GetCodecType()); in TEST()364 EXPECT_EQ(VideoCodec::CODEC_RED, red_codec.GetCodecType()); in TEST()370 EXPECT_EQ(VideoCodec::CODEC_RTX, rtx_codec.GetCodecType()); in TEST()
333 VideoCodec::CodecType VideoCodec::GetCodecType() const { in GetCodecType() function in cricket::VideoCodec355 if (GetCodecType() != CODEC_VIDEO) { in ValidateCodecFormat()
195 CodecType GetCodecType() const;
71 absl::optional<VideoCodecType> GetCodecType() const { return codec_type_; } in GetCodecType() function in webrtc::__anon17f1e3ee0111::TransformableVideoSenderFrame153 transformed_video_frame->GetCodecType(), in SendVideo()
28 AudioEncoder::CodecType AudioEncoderPcm16B::GetCodecType() const { in GetCodecType() function in webrtc::AudioEncoderPcm16B
39 AudioEncoder::CodecType GetCodecType() const override;
563 if (codec.GetCodecType() == cricket::VideoCodec::CODEC_VIDEO) { in TEST_P()574 if (codec.GetCodecType() == cricket::VideoCodec::CODEC_VIDEO) { in TEST_P()
2264 if (codec.GetCodecType() == VideoCodec::CODEC_VIDEO) { in AddVideoContentForOffer()2607 if (codec.GetCodecType() == VideoCodec::CODEC_VIDEO) { in AddVideoContentForAnswer()
200 if (codecs[i].GetCodecType() == VideoCodec::CODEC_VIDEO) { in ValidateCodecFormats()3181 payload_codec_type[payload_type] = in_codec.GetCodecType(); in MapCodecs()3183 switch (in_codec.GetCodecType()) { in MapCodecs()