Searched defs:GetCodec (Results 1 - 4 of 4) sorted by last modified time

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_codec_impl.cc129 int ViECodecImpl::GetCodec(const unsigned char list_number, function in class:webrtc::ViECodecImpl
H A Dvie_encoder.cc265 int32_t ViEEncoder::GetCodec(uint8_t list_index, VideoCodec* video_codec) { function in class:webrtc::ViEEncoder
/external/chromium_org/third_party/webrtc/voice_engine/
H A Dvoe_codec_impl.cc66 int VoECodecImpl::GetCodec(int index, CodecInst& codec) function in class:webrtc::VoECodecImpl
69 "GetCodec(index=%d, codec=?)", index);
75 "GetCodec() invalid index");
81 "GetCodec() => plname=%s, pacsize=%d, plfreq=%d, pltype=%d, "
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsdp.cc2350 T GetCodec(const std::vector<T>& codecs, int payload_type) { function in namespace:webrtc
2390 U new_codec = GetCodec(static_cast<T*>(content_desc)->codecs(), payload_type);
2401 U new_codec = GetCodec(static_cast<T*>(content_desc)->codecs(), payload_type);
2861 cricket::AudioCodec codec = GetCodec(audio_desc->codecs(), payload_type);
2878 cricket::VideoCodec codec = GetCodec(video_desc->codecs(), payload_type);

Completed in 3349 milliseconds