Searched defs:markerBit (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dpacket.h30 bool markerBit);
41 bool markerBit; member in class:webrtc::VCMPacket
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_sender_audio.cc137 bool markerBit = false; local
196 markerBit = true;
207 markerBit = true;
209 return markerBit;
345 bool markerBit = MarkerBit(frameType, payloadType); local
350 if (_REDPayloadType >= 0 && fragmentation && !markerBit &&
356 markerBit, captureTimeStamp,
362 markerBit, captureTimeStamp,
377 !markerBit) {
517 const bool markerBit)
514 SendTelephoneEventPacket(const bool ended, const uint32_t dtmfTimeStamp, const uint16_t duration, const bool markerBit) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
H A DNETEQTEST_RTPpacket.cc288 rtp_header->header.markerBit = _rtpInfo.header.markerBit;
417 uint8_t NETEQTEST_RTPpacket::markerBit() const function in class:NETEQTEST_RTPpacket
430 return tempRTPinfo.header.markerBit;
528 _rtpInfo.header.markerBit = mb;
557 RTPinfo->header.markerBit);
627 void NETEQTEST_RTPpacket::makeRTPheader(unsigned char* rtp_data, uint8_t payloadType, uint16_t seqNo, uint32_t timestamp, uint32_t ssrc, uint8_t markerBit) const
630 if (markerBit)
691 RTPinfo->header.markerBit = (uint8_t) ((rtp_data[0] >> 15) & 0x01);
844 red.header.markerBit
[all...]
/external/chromium_org/third_party/webrtc/voice_engine/include/
H A Dvoe_rtp_rtcp.h277 int channel, unsigned char payloadType, bool markerBit,
276 InsertExtraRTPPacket( int channel, unsigned char payloadType, bool markerBit, const char* payloadData, unsigned short payloadSize) argument
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h19 bool markerBit; member in struct:webrtc::RTPHeader
/external/chromium_org/third_party/webrtc/
H A Dcommon_types.h785 : markerBit(false),
798 bool markerBit; member in struct:webrtc::RTPHeader

Completed in 1679 milliseconds