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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_receiver_audio.cc 25 return new RTPReceiverAudio(data_callback, incoming_messages_callback);
28 RTPReceiverAudio::RTPReceiverAudio(RtpData* data_callback,
50 void RTPReceiverAudio::SetTelephoneEventForwardToDecoder(
57 bool RTPReceiverAudio::TelephoneEventForwardToDecoder() const {
62 bool RTPReceiverAudio::TelephoneEventPayloadType(
68 bool RTPReceiverAudio::CNGPayloadType(int8_t payload_type,
117 bool RTPReceiverAudio::ShouldReportCsrcChanges(uint8_t payload_type) const {
154 int32_t RTPReceiverAudio::OnNewPayloadTypeCreated(
181 int32_t RTPReceiverAudio::ParseRtpPacket(WebRtcRTPHeader* rtp_header
    [all...]
rtp_receiver_audio.h 28 class RTPReceiverAudio : public RTPReceiverStrategy,
31 RTPReceiverAudio(RtpData* data_callback,
33 virtual ~RTPReceiverAudio() {}
  /external/webrtc/webrtc/voice_engine/
channel.h 59 class RTPReceiverAudio;

Completed in 582 milliseconds