/external/webrtc/webrtc/modules/video_coding/ |
D | session_info_unittest.cc | 162 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 …]
|
D | packet.cc | 26 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 …]
|
D | jitter_buffer_unittest.cc | 38 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 …]
|
D | video_receiver_unittest.cc | 90 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()
|
D | packet.h | 30 bool markerBit); 41 bool markerBit; variable
|
D | frame_buffer.cc | 153 if (packet.markerBit) { in InsertPacket()
|
D | session_info.cc | 505 if (packet.markerBit && in InsertPacket() 533 if (packet.markerBit && last_packet_seq_num_ == -1) { in InsertPacket()
|
D | decoding_state_unittest.cc | 323 packet.markerBit = 1; in TEST() 337 packet.markerBit = 0; in TEST() 350 packet.markerBit = 1; in TEST()
|
D | video_coding_robustness_unittest.cc | 63 rtp_info.header.markerBit = marker_bit; in InsertPacket()
|
/external/webrtc/webrtc/modules/rtp_rtcp/source/ |
D | rtp_sender_audio.cc | 112 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 …]
|
D | fec_test_helper.cc | 36 rtp_packet->header.header.markerBit = (num_packets_ == 1); in NextPacket() 89 data[1] |= (header->markerBit ? kRtpMarkerBitMask : 0); in BuildRtpHeader()
|
D | rtp_sender_audio.h | 69 bool markerBit); // set on first packet in talk burst
|
D | rtp_utility.cc | 222 header->markerBit = M; in Parse()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/test/ |
D | NETEQTEST_RTPpacket.cc | 288 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()
|
D | NETEQTEST_RTPpacket.h | 54 uint8_t markerBit() const; 93 uint32_t ssrc, uint8_t markerBit) const;
|
D | rtp_to_text.cc | 113 DataLog::InsertCell(table_name, "marker bit", packet->markerBit()); in main()
|
/external/webrtc/webrtc/modules/video_coding/test/ |
D | stream_generator.cc | 66 packet.markerBit = marker_bit; in GeneratePacket() 71 else if (packet.markerBit) in GeneratePacket()
|
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/ |
D | packet.cc | 150 destination->markerBit = header_.markerBit; in CopyToHeader()
|
D | rtp_generator.cc | 29 rtp_header->header.markerBit = false; in GetRtpHeader()
|
D | rtp_analyze.cc | 123 packet->header().markerBit, in main()
|
/external/webrtc/webrtc/ |
D | common_types.cc | 38 : markerBit(false), in RTPHeader()
|
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/ |
D | rtp_to_text.cc | 56 header.markerBit, in main()
|
/external/webrtc/webrtc/modules/audio_coding/test/ |
D | target_delay_unittest.cc | 40 rtp_info_.header.markerBit = false; in SetUp()
|
D | RTPFile.cc | 102 rtpInfo->header.markerBit = 1; in Read()
|
D | TestAllCodecs.cc | 67 rtp_info.header.markerBit = false; in SendData()
|