Home
last modified time | relevance | path

Searched defs:GetCodecType (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/modules/audio_coding/codecs/g711/
Daudio_encoder_pcm.cc108 AudioEncoder::CodecType AudioEncoderPcmA::GetCodecType() const { in GetCodecType() function in webrtc::AudioEncoderPcmA
122 AudioEncoder::CodecType AudioEncoderPcmU::GetCodecType() const { in GetCodecType() function in webrtc::AudioEncoderPcmU
/external/webrtc/modules/audio_coding/codecs/pcm16b/
Daudio_encoder_pcm16b.cc28 AudioEncoder::CodecType AudioEncoderPcm16B::GetCodecType() const { in GetCodecType() function in webrtc::AudioEncoderPcm16B
/external/webrtc/modules/rtp_rtcp/source/
Drtp_sender_video_frame_transformer_delegate.cc71 absl::optional<VideoCodecType> GetCodecType() const { return codec_type_; } in GetCodecType() function in webrtc::__anon73054be90111::TransformableVideoSenderFrame
/external/webrtc/media/base/
Dcodec.cc333 VideoCodec::CodecType VideoCodec::GetCodecType() const { in GetCodecType() function in cricket::VideoCodec