Home
last modified time | relevance | path

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

/external/chromium_org/third_party/webrtc/voice_engine/
Dvoe_codec_impl.cc66 int VoECodecImpl::GetCodec(int index, CodecInst& codec) in GetCodec() function in webrtc::VoECodecImpl
/external/chromium_org/third_party/webrtc/video_engine/
Dvie_codec_impl.cc129 int ViECodecImpl::GetCodec(const unsigned char list_number, in GetCodec() function in webrtc::ViECodecImpl
Dvie_encoder.cc265 int32_t ViEEncoder::GetCodec(uint8_t list_index, VideoCodec* video_codec) { in GetCodec() function in webrtc::ViEEncoder
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
Dwebrtcsdp.cc2350 T GetCodec(const std::vector<T>& codecs, int payload_type) { in GetCodec() function