HomeSort by relevance Sort by last modified time
    Searched full:markerbit (Results 1 - 25 of 43) sorted by null

1 2

  /external/webrtc/webrtc/modules/video_coding/
packet.cc 26 markerBit(false),
45 markerBit(rtpHeader.header.markerBit),
69 markerBit(mBit),
87 markerBit = false;
99 if (markerBit) {
107 if (isFirstPacket && markerBit)
111 else if (markerBit)
119 if (isFirstPacket && markerBit)
123 else if (markerBit)
    [all...]
session_info_unittest.cc 162 packet_.markerBit = true;
174 packet_.markerBit = true;
186 packet_.markerBit = false;
202 packet_.markerBit = true;
218 packet_.markerBit = false;
229 packet_.markerBit = false;
268 packet_.markerBit = true;
276 packet_.markerBit = true;
282 packet_.markerBit = false;
291 packet_.markerBit = true
    [all...]
packet.h 30 bool markerBit);
41 bool markerBit;
video_receiver_unittest.cc 90 header.header.markerBit = false;
114 header.header.markerBit = false;
123 header.header.markerBit = true;
130 header.header.markerBit = false;
166 header.header.markerBit = false;
182 header.header.markerBit = true;
191 header.header.markerBit = false;
jitter_buffer_unittest.cc 38 packet_.markerBit = true;
425 packet_->markerBit = true;
444 packet_->markerBit = true;
483 packet_->markerBit = false;
494 packet_->markerBit = true;
510 packet_->markerBit = false;
526 packet_->markerBit = false;
537 packet_->markerBit = true;
554 packet_->markerBit = true;
565 packet_->markerBit = false
    [all...]
frame_buffer.cc 153 if (packet.markerBit) {
video_coding_robustness_unittest.cc 63 rtp_info.header.markerBit = marker_bit;
decoding_state_unittest.cc 323 packet.markerBit = 1;
337 packet.markerBit = 0;
350 packet.markerBit = 1;
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_sender_audio.h 69 bool markerBit); // set on first packet in talk burst
71 bool MarkerBit(const FrameType frameType, const int8_t payloadType);
95 // VAD detection, used for markerbit
rtp_sender_audio.cc 109 bool RTPSenderAudio::MarkerBit(FrameType frameType, int8_t payload_type) {
112 bool markerBit = false;
139 markerBit = true;
147 markerBit = true;
149 return markerBit;
260 bool markerBit = MarkerBit(frameType, payloadType);
265 if (red_payload_type >= 0 && fragmentation && !markerBit &&
271 markerBit, captureTimeStamp,
277 markerBit, captureTimeStamp
    [all...]
fec_test_helper.cc 36 rtp_packet->header.header.markerBit = (num_packets_ == 1);
89 data[1] |= (header->markerBit ? kRtpMarkerBitMask : 0);
  /external/webrtc/webrtc/modules/audio_coding/neteq/test/
NETEQTEST_RTPpacket.cc 288 rtp_header->header.markerBit = _rtpInfo.header.markerBit;
409 uint8_t NETEQTEST_RTPpacket::markerBit() const
415 return tempRTPinfo.header.markerBit;
518 _rtpInfo.header.markerBit = mb;
547 RTPinfo->header.markerBit);
622 uint8_t markerBit) const
624 rtp_data[0] = markerBit ? 0x81 : 0x80;
674 RTPinfo->header.markerBit = (rtp_data[0] >> 15) & 0x01;
820 red.header.markerBit = markerBit()
    [all...]
NETEQTEST_RTPpacket.h 54 uint8_t markerBit() const;
93 uint32_t ssrc, uint8_t markerBit) const;
rtp_to_text.cc 113 DataLog::InsertCell(table_name, "marker bit", packet->markerBit());
  /external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
rtp_to_text.cc 32 "markerbit ssrc size original_size\n");
56 header.markerBit,
  /external/webrtc/webrtc/
common_types.cc 38 : markerBit(false),
  /external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtp_generator.cc 29 rtp_header->header.markerBit = false;
packet.cc 150 destination->markerBit = header_.markerBit;
rtp_analyze.cc 123 packet->header().markerBit,
  /external/webrtc/webrtc/modules/video_coding/test/
stream_generator.cc 66 packet.markerBit = marker_bit;
71 else if (packet.markerBit)
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 96 markerbit RN 5 label
332 M_BD_READ8 markerbit,1,T1
333 TEQ markerbit,#0 ;// Exit with an error message if marker bit is zero
346 M_BD_READ8 markerbit,1,T1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p2/src/
armVCM4P2_DecodeVLCZigzag_AC_unsafe_s.s 96 markerbit RN 5 label
332 M_BD_READ8 markerbit,1,T1
333 TEQ markerbit,#0 ;// Exit with an error message if marker bit is zero
346 M_BD_READ8 markerbit,1,T1
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 114 OMX_U8 tabIndex, markerBit;
269 markerBit = armGetBits(ppBitStream, pBitOffset, 1);
270 armRetDataErrIf( markerBit == 0, OMX_Sts_Err);
  /external/webrtc/webrtc/modules/audio_coding/test/
target_delay_unittest.cc 40 rtp_info_.header.markerBit = false;
RTPFile.cc 102 rtpInfo->header.markerBit = 1;

Completed in 445 milliseconds

1 2