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

  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_audio.cc 25 return new RTPReceiverAudio(id, data_callback, incoming_messages_callback);
28 RTPReceiverAudio::RTPReceiverAudio(const int32_t id,
52 void RTPReceiverAudio::SetTelephoneEventForwardToDecoder(
59 bool RTPReceiverAudio::TelephoneEventForwardToDecoder() const {
64 bool RTPReceiverAudio::TelephoneEventPayloadType(
70 bool RTPReceiverAudio::CNGPayloadType(int8_t payload_type,
119 bool RTPReceiverAudio::ShouldReportCsrcChanges(uint8_t payload_type) const {
156 int32_t RTPReceiverAudio::OnNewPayloadTypeCreated(
183 int32_t RTPReceiverAudio::ParseRtpPacket(WebRtcRTPHeader* rtp_header
    [all...]
rtp_receiver_audio.h 28 class RTPReceiverAudio : public RTPReceiverStrategy,
31 RTPReceiverAudio(const int32_t id,
34 virtual ~RTPReceiverAudio() {}
  /external/chromium_org/third_party/webrtc/voice_engine/
channel.h 55 class RTPReceiverAudio;

Completed in 443 milliseconds