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

  /external/webrtc/webrtc/modules/audio_coding/test/
Channel.cc 28 WebRtcRTPHeader rtpInfo;
32 rtpInfo.header.markerBit = false;
33 rtpInfo.header.ssrc = 0;
34 rtpInfo.header.sequenceNumber = (external_sequence_number_ < 0) ?
36 rtpInfo.header.payloadType = payloadType;
37 rtpInfo.header.timestamp = (external_send_timestamp_ < 0) ? timeStamp :
41 rtpInfo.type.Audio.isCNG = true;
43 rtpInfo.type.Audio.isCNG = false;
52 rtpInfo.type.Audio.channel = 1;
81 rtpInfo.header.payloadType = fragmentation->fragmentationPlType[0]
    [all...]
  /frameworks/av/media/libstagefright/rtsp/
MyHandler.h     [all...]

Completed in 482 milliseconds