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

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 99 OMX_U8 tabIndex, markerBit;
254 markerBit = armGetBits(ppBitStream, pBitOffset, 1);
255 armRetDataErrIf( markerBit == 0, OMX_Sts_Err);
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
packet.h 30 bool markerBit);
41 bool markerBit;
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.cc 131 RTPSenderAudio::MarkerBit(const FrameType frameType,
137 bool markerBit = false;
196 markerBit = true;
207 markerBit = true;
209 return markerBit;
321 // set markerBit on the first packet in the burst
343 bool markerBit = MarkerBit(frameType, payloadType);
348 if (_REDPayloadType >= 0 && fragmentation && !markerBit &&
354 markerBit, captureTimeStamp
    [all...]
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.cc 288 rtp_header->header.markerBit = _rtpInfo.header.markerBit;
417 uint8_t NETEQTEST_RTPpacket::markerBit() const
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 = markerBit()
    [all...]
  /external/webrtc/src/modules/interface/
module_common_types.h 19 bool markerBit;
  /external/chromium_org/third_party/webrtc/
common_types.h 760 : markerBit(false),
773 bool markerBit;

Completed in 4000 milliseconds