HomeSort by relevance Sort by last modified time
    Searched refs:new_codec (Results 1 - 5 of 5) sorted by null

  /external/webrtc/webrtc/modules/audio_coding/acm2/
initial_delay_manager.cc 38 bool new_codec,
43 // If payload of audio packets is changing |new_codec| has to be true.
44 assert(!(!new_codec && type == kAudioPacket &&
64 if (new_codec ||
initial_delay_manager.h 51 // since the last time |new_codec| should be true. |sample_rate_hz| is the
60 bool new_codec,
  /external/webrtc/webrtc/modules/video_coding/
codec_database.h 132 VideoCodec* new_codec) const;
codec_database.cc 531 VideoCodec* new_codec) const {
533 assert(new_codec);
568 memcpy(new_codec, decoder_item->settings.get(), sizeof(VideoCodec));
  /external/webrtc/talk/app/webrtc/
webrtcsdp.cc 2382 U new_codec = GetCodecWithPayloadType(static_cast<T*>(content_desc)->codecs(), local
2394 U new_codec = GetCodecWithPayloadType(static_cast<T*>(content_desc)->codecs(), local
    [all...]

Completed in 136 milliseconds