HomeSort by relevance Sort by last modified time
    Searched defs:rtpInfo (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
Channel.cc 25 WebRtcRTPHeader rtpInfo;
29 rtpInfo.header.markerBit = false;
30 rtpInfo.header.ssrc = 0;
31 rtpInfo.header.sequenceNumber = (external_sequence_number_ < 0) ?
33 rtpInfo.header.payloadType = payloadType;
34 rtpInfo.header.timestamp = (external_send_timestamp_ < 0) ? timeStamp :
38 rtpInfo.type.Audio.isCNG = true;
40 rtpInfo.type.Audio.isCNG = false;
47 rtpInfo.type.Audio.channel = 1;
76 rtpInfo.header.payloadType = fragmentation->fragmentationPlType[0]
    [all...]
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
generic_codec_test.cc 548 WebRtcRTPHeader rtpInfo;
549 rtpInfo.header.markerBit = true; // end of frame
550 rtpInfo.type.Video.codecHeader.VP8.InitRTPVideoHeaderVP8();
551 rtpInfo.type.Video.codec = kRtpVideoVp8;
552 rtpInfo.header.payloadType = payloadType;
553 rtpInfo.header.sequenceNumber = _seqNo;
555 rtpInfo.header.ssrc = 0;
556 rtpInfo.header.timestamp = _timeStamp;
558 rtpInfo.type.Video.isFirstPacket = false;
559 rtpInfo.frameType = kVideoFrameKey
    [all...]
normal_test.cc 90 WebRtcRTPHeader rtpInfo;
91 rtpInfo.header.markerBit = true;
92 rtpInfo.type.Video.width = 0;
93 rtpInfo.type.Video.height = 0;
97 rtpInfo.type.Video.codec = kRtpVideoVp8;
98 rtpInfo.type.Video.codecHeader.VP8.InitRTPVideoHeaderVP8();
99 rtpInfo.type.Video.codecHeader.VP8.nonReference =
101 rtpInfo.type.Video.codecHeader.VP8.pictureId =
108 rtpInfo.header.payloadType = payloadType;
109 rtpInfo.header.sequenceNumber = _seqNo++
    [all...]
test_callbacks.cc 70 WebRtcRTPHeader rtpInfo;
71 rtpInfo.header.markerBit = true; // end of frame
72 rtpInfo.type.Video.isFirstPacket = true;
73 rtpInfo.type.Video.codec = _codecType;
74 rtpInfo.type.Video.height = (uint16_t)_height;
75 rtpInfo.type.Video.width = (uint16_t)_width;
79 rtpInfo.type.Video.codecHeader.VP8.InitRTPVideoHeaderVP8();
80 rtpInfo.type.Video.codecHeader.VP8.nonReference =
82 rtpInfo.type.Video.codecHeader.VP8.pictureId =
90 rtpInfo.header.payloadType = payloadType
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 315 WebRtcRTPHeader rtpInfo;
316 rtp->parseHeader(&rtpInfo);
318 rtpInfo,
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h     [all...]

Completed in 2130 milliseconds