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

  /external/webrtc/webrtc/modules/rtp_rtcp/source/
fec_receiver_impl.h 28 explicit FecReceiverImpl(RtpData* callback);
42 RtpData* recovered_packet_callback_;
rtp_receiver_strategy.h 29 static RTPReceiverStrategy* CreateVideoStrategy(RtpData* data_callback);
31 RtpData* data_callback,
98 explicit RTPReceiverStrategy(RtpData* data_callback);
102 RtpData* data_callback_;
rtp_receiver_strategy.cc 19 RTPReceiverStrategy::RTPReceiverStrategy(RtpData* data_callback)
rtp_receiver_video.h 25 explicit RTPReceiverVideo(RtpData* data_callback);
rtp_receiver_video.cc 29 RtpData* data_callback) {
33 RTPReceiverVideo::RTPReceiverVideo(RtpData* data_callback)
rtp_utility.h 27 RtpData* NullObjectRtpData();
49 RtpHeaderParser(const uint8_t* rtpData, size_t rtpDataLength);
rtp_receiver_audio.h 31 RTPReceiverAudio(RtpData* data_callback,
fec_receiver_impl.cc 24 FecReceiver* FecReceiver::Create(RtpData* callback) {
28 FecReceiverImpl::FecReceiverImpl(RtpData* callback)
rtp_receiver_audio.cc 23 RtpData* data_callback,
28 RTPReceiverAudio::RTPReceiverAudio(RtpData* data_callback,
rtp_receiver_impl.cc 30 RtpData* incoming_payload_callback,
46 RtpData* incoming_payload_callback,
rtp_utility.cc 20 RtpData* NullObjectRtpData() {
74 RtpHeaderParser::RtpHeaderParser(const uint8_t* rtpData,
76 : _ptrRTPDataBegin(rtpData),
77 _ptrRTPDataEnd(rtpData ? (rtpData + rtpDataLength) : NULL) {
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
fec_receiver.h 32 static FecReceiver* Create(RtpData* callback);
rtp_receiver.h 41 RtpData* incoming_payload_callback,
49 RtpData* incoming_payload_callback,
rtp_rtcp_defines.h 189 class RtpData {
191 virtual ~RtpData() {}
345 // Null object version of RtpData.
346 class NullRtpData : public RtpData {
  /external/webrtc/webrtc/modules/video_coding/test/
rtp_player.h 61 // Implemented by a sink. Wraps RtpData because its d-tor is protected.
62 class PayloadSinkInterface : public RtpData {
74 // around for as long as the RtpData. The returned object is owned by
  /external/webrtc/webrtc/video/
vie_receiver.h 37 class ViEReceiver : public RtpData {
81 // Implements RtpData.
  /external/webrtc/webrtc/modules/rtp_rtcp/mocks/
mock_rtp_rtcp.h 27 class MockRtpData : public RtpData {
  /external/webrtc/webrtc/voice_engine/
channel.h 161 public RtpData,
373 // From RtpData in the RTP/RTCP module

Completed in 1035 milliseconds