Home
last modified time | relevance | path

Searched refs:markerBit (Results 1 – 25 of 40) sorted by relevance

12

/external/webrtc/webrtc/modules/video_coding/
Dsession_info_unittest.cc162 packet_.markerBit = true; in TEST_F()
174 packet_.markerBit = true; in TEST_F()
186 packet_.markerBit = false; in TEST_F()
202 packet_.markerBit = true; in TEST_F()
218 packet_.markerBit = false; in TEST_F()
229 packet_.markerBit = false; in TEST_F()
268 packet_.markerBit = true; in TEST_F()
276 packet_.markerBit = true; in TEST_F()
282 packet_.markerBit = false; in TEST_F()
291 packet_.markerBit = true; in TEST_F()
[all …]
Dpacket.cc26 markerBit(false), in VCMPacket()
45 markerBit(rtpHeader.header.markerBit), in VCMPacket()
69 markerBit(mBit), in VCMPacket()
87 markerBit = false; in Reset()
99 if (markerBit) { in CopyCodecSpecifics()
107 if (isFirstPacket && markerBit) in CopyCodecSpecifics()
111 else if (markerBit) in CopyCodecSpecifics()
119 if (isFirstPacket && markerBit) in CopyCodecSpecifics()
123 else if (markerBit) in CopyCodecSpecifics()
135 if (isFirstPacket && markerBit) { in CopyCodecSpecifics()
[all …]
Djitter_buffer_unittest.cc38 packet_.markerBit = true; in SetUp()
425 packet_->markerBit = true; in TEST_F()
444 packet_->markerBit = true; in TEST_F()
483 packet_->markerBit = false; in TEST_F()
494 packet_->markerBit = true; in TEST_F()
510 packet_->markerBit = false;
526 packet_->markerBit = false;
537 packet_->markerBit = true;
554 packet_->markerBit = true;
565 packet_->markerBit = false;
[all …]
Dvideo_receiver_unittest.cc90 header.header.markerBit = false; in TEST_F()
114 header.header.markerBit = false; in TEST_F()
123 header.header.markerBit = true; in TEST_F()
130 header.header.markerBit = false; in TEST_F()
166 header.header.markerBit = false; in TEST_F()
182 header.header.markerBit = true; in TEST_F()
191 header.header.markerBit = false; in TEST_F()
Dpacket.h30 bool markerBit);
41 bool markerBit; variable
Dframe_buffer.cc153 if (packet.markerBit) { in InsertPacket()
Dsession_info.cc505 if (packet.markerBit && in InsertPacket()
533 if (packet.markerBit && last_packet_seq_num_ == -1) { in InsertPacket()
Ddecoding_state_unittest.cc323 packet.markerBit = 1; in TEST()
337 packet.markerBit = 0; in TEST()
350 packet.markerBit = 1; in TEST()
Dvideo_coding_robustness_unittest.cc63 rtp_info.header.markerBit = marker_bit; in InsertPacket()
/external/webrtc/webrtc/modules/rtp_rtcp/source/
Drtp_sender_audio.cc112 bool markerBit = false; in MarkerBit() local
139 markerBit = true; in MarkerBit()
147 markerBit = true; in MarkerBit()
149 return markerBit; in MarkerBit()
260 bool markerBit = MarkerBit(frameType, payloadType); in SendAudio() local
265 if (red_payload_type >= 0 && fragmentation && !markerBit && in SendAudio()
271 markerBit, captureTimeStamp, in SendAudio()
277 markerBit, captureTimeStamp, in SendAudio()
289 !markerBit) { in SendAudio()
415 bool markerBit) { in SendTelephoneEventPacket() argument
[all …]
Dfec_test_helper.cc36 rtp_packet->header.header.markerBit = (num_packets_ == 1); in NextPacket()
89 data[1] |= (header->markerBit ? kRtpMarkerBitMask : 0); in BuildRtpHeader()
Drtp_sender_audio.h69 bool markerBit); // set on first packet in talk burst
Drtp_utility.cc222 header->markerBit = M; in Parse()
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
DNETEQTEST_RTPpacket.cc288 rtp_header->header.markerBit = _rtpInfo.header.markerBit; in parseHeader()
409 uint8_t NETEQTEST_RTPpacket::markerBit() const in markerBit() function in NETEQTEST_RTPpacket
415 return tempRTPinfo.header.markerBit; in markerBit()
518 _rtpInfo.header.markerBit = mb; in setMarkerBit()
547 RTPinfo->header.markerBit); in setRTPheader()
622 uint8_t markerBit) const in makeRTPheader()
624 rtp_data[0] = markerBit ? 0x81 : 0x80; in makeRTPheader()
674 RTPinfo->header.markerBit = (rtp_data[0] >> 15) & 0x01; in parseBasicHeader()
820 red.header.markerBit = markerBit(); in extractRED()
834 red.header.markerBit = markerBit(); in extractRED()
DNETEQTEST_RTPpacket.h54 uint8_t markerBit() const;
93 uint32_t ssrc, uint8_t markerBit) const;
Drtp_to_text.cc113 DataLog::InsertCell(table_name, "marker bit", packet->markerBit()); in main()
/external/webrtc/webrtc/modules/video_coding/test/
Dstream_generator.cc66 packet.markerBit = marker_bit; in GeneratePacket()
71 else if (packet.markerBit) in GeneratePacket()
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
Dpacket.cc150 destination->markerBit = header_.markerBit; in CopyToHeader()
Drtp_generator.cc29 rtp_header->header.markerBit = false; in GetRtpHeader()
Drtp_analyze.cc123 packet->header().markerBit, in main()
/external/webrtc/webrtc/
Dcommon_types.cc38 : markerBit(false), in RTPHeader()
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
Drtp_to_text.cc56 header.markerBit, in main()
/external/webrtc/webrtc/modules/audio_coding/test/
Dtarget_delay_unittest.cc40 rtp_info_.header.markerBit = false; in SetUp()
DRTPFile.cc102 rtpInfo->header.markerBit = 1; in Read()
DTestAllCodecs.cc67 rtp_info.header.markerBit = false; in SendData()

12