HomeSort by relevance Sort by last modified time
    Searched refs:markerBit (Results 1 - 25 of 46) sorted by null

1 2

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
packet.cc 26 markerBit(false),
46 markerBit(rtpHeader.header.markerBit),
67 markerBit(mBit),
86 markerBit = false;
106 if (isFirstPacket && markerBit)
110 else if (markerBit)
packet.h 30 bool markerBit);
41 bool markerBit;
session_info_unittest.cc 165 packet_.markerBit = true;
179 packet_.markerBit = true;
194 packet_.markerBit = false;
214 packet_.markerBit = true;
232 packet_.markerBit = false;
245 packet_.markerBit = false;
292 packet_.markerBit = true;
302 packet_.markerBit = true;
310 packet_.markerBit = false;
321 packet_.markerBit = true
    [all...]
jitter_buffer_unittest.cc 265 packet_->markerBit = true;
280 packet_->markerBit = false;
291 packet_->markerBit = true;
306 packet_->markerBit = false;
322 packet_->markerBit = false;
333 packet_->markerBit = true;
349 packet_->markerBit = true;
359 packet_->markerBit = false;
387 packet_->markerBit = true;
404 packet_->markerBit = true
    [all...]
video_receiver_unittest.cc 95 header.header.markerBit = false;
119 header.header.markerBit = false;
128 header.header.markerBit = true;
135 header.header.markerBit = false;
171 header.header.markerBit = false;
187 header.header.markerBit = true;
196 header.header.markerBit = false;
decoding_state_unittest.cc 323 packet.markerBit = 1;
337 packet.markerBit = 0;
350 packet.markerBit = 1;
  /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...]
fec_test_helper.cc 35 rtp_packet->header.header.markerBit = (num_packets_ == 1);
88 data[1] |= (header->markerBit ? kRtpMarkerBitMask : 0);
rtp_sender_audio.h 74 const bool markerBit); // set on first packet in talk burst
76 bool MarkerBit(const FrameType frameType,
104 // VAD detection, used for markerbit
rtp_receiver_video.cc 127 if (rtp_header->header.markerBit) {
128 data_buffer[1] |= kRtpMarkerBitMask; // MarkerBit is 1
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/tools/
rtp_generator.cc 29 rtp_header->header.markerBit = false;
packet.cc 138 destination->markerBit = header_.markerBit;
rtp_analyze.cc 114 packet->header().markerBit,
  /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...]
NETEQTEST_RTPpacket.h 55 uint8_t markerBit() const;
94 uint32_t ssrc, uint8_t markerBit) const;
rtp_to_text.cc 113 DataLog::InsertCell(table_name, "marker bit", packet->markerBit());
  /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/test/
stream_generator.cc 74 packet.markerBit = marker_bit;
79 else if (packet.markerBit)
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/tools/
rtp_to_text.cc 45 "markerbit ssrc size\n");
68 header.extension.absoluteSendTime, time_ms, header.markerBit,
  /external/chromium_org/third_party/webrtc/voice_engine/include/
voe_rtp_rtcp.h 275 int channel, unsigned char payloadType, bool markerBit,
  /external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
target_delay_unittest.cc 41 rtp_info_.header.markerBit = false;
RTPFile.cc 103 rtpInfo->header.markerBit = 1;
  /external/chromium_org/third_party/webrtc/
common_types.h 760 : markerBit(false),
773 bool markerBit;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.cc 71 rtpInfo.header.markerBit = true; // end of frame
  /external/chromium_org/third_party/webrtc/modules/audio_coding/neteq/
neteq_unittest.cc 411 rtp_info->header.markerBit = 0;
423 rtp_info->header.markerBit = 0;
584 rtp_info.header.markerBit = 0;
625 rtp_info.header.markerBit = 0;
    [all...]

Completed in 240 milliseconds

1 2