HomeSort by relevance Sort by last modified time
    Searched refs:isFirstPacket (Results 1 - 18 of 18) sorted by null

  /external/webrtc/webrtc/modules/video_coding/
packet.cc 29 isFirstPacket(false),
49 isFirstPacket(rtpHeader.type.Video.isFirstPacket),
73 isFirstPacket(false),
90 isFirstPacket = false;
107 if (isFirstPacket && markerBit)
109 else if (isFirstPacket)
119 if (isFirstPacket && markerBit)
121 else if (isFirstPacket)
131 isFirstPacket = videoHeader.isFirstPacket
    [all...]
session_info_unittest.cc 150 packet_.isFirstPacket = true;
161 packet_.isFirstPacket = false;
173 packet_.isFirstPacket = false;
185 packet_.isFirstPacket = true;
192 packet_.isFirstPacket = false;
217 packet_.isFirstPacket = false;
228 packet_.isFirstPacket = false;
240 packet_.isFirstPacket = true;
246 packet_.isFirstPacket = false;
267 packet_.isFirstPacket = true
    [all...]
packet.h 46 bool isFirstPacket; // Is this first packet in a frame.
jitter_buffer_unittest.cc 37 packet_.isFirstPacket = true;
424 packet_->isFirstPacket = true;
443 packet_->isFirstPacket = true;
482 packet_->isFirstPacket = true;
493 packet_->isFirstPacket = false;
509 packet_->isFirstPacket = true;
525 packet_->isFirstPacket = false;
536 packet_->isFirstPacket = false;
553 packet_->isFirstPacket = true;
577 packet_->isFirstPacket = false
    [all...]
video_receiver_unittest.cc 122 header.type.Video.isFirstPacket = true;
129 header.type.Video.isFirstPacket = false;
165 header.type.Video.isFirstPacket = false;
181 header.type.Video.isFirstPacket = true;
190 header.type.Video.isFirstPacket = false;
decoding_state_unittest.cc 35 packet.isFirstPacket = true;
55 packet.isFirstPacket = false;
263 packet.isFirstPacket = 1;
287 packet.isFirstPacket = 1;
302 packet.isFirstPacket = 1;
322 packet.isFirstPacket = 1;
336 packet.isFirstPacket = 1;
349 packet.isFirstPacket = 1;
453 packet.isFirstPacket = true;
496 packet.isFirstPacket = true
    [all...]
video_coding_robustness_unittest.cc 67 rtp_info.type.Video.isFirstPacket = first;
session_info.cc 500 if (packet.isFirstPacket &&
516 if (packet.isFirstPacket && first_packet_seq_num_ == -1) {
  /external/webrtc/webrtc/modules/video_coding/test/
stream_generator.cc 65 packet.isFirstPacket = first_packet;
69 if (packet.isFirstPacket)
  /external/webrtc/webrtc/modules/rtp_rtcp/source/
rtp_format_video_generic.cc 106 parsed_payload->type.Video.isFirstPacket =
rtp_receiver_video.cc 81 rtp_header->type.Video.isFirstPacket = is_first_packet;
rtp_format_h264_unittest.cc 408 EXPECT_TRUE(payload.type.Video.isFirstPacket);
424 EXPECT_TRUE(payload.type.Video.isFirstPacket);
443 EXPECT_TRUE(payload.type.Video.isFirstPacket);
463 EXPECT_TRUE(payload.type.Video.isFirstPacket);
480 EXPECT_TRUE(payload.type.Video.isFirstPacket);
516 EXPECT_TRUE(payload.type.Video.isFirstPacket);
527 EXPECT_FALSE(payload.type.Video.isFirstPacket);
536 EXPECT_FALSE(payload.type.Video.isFirstPacket);
rtp_format_h264.cc 66 parsed_payload->type.Video.isFirstPacket = true;
143 parsed_payload->type.Video.isFirstPacket = first_fragment;
rtp_format_vp9_unittest.cc 643 EXPECT_TRUE(parsed.type.Video.isFirstPacket);
653 EXPECT_FALSE(parsed.type.Video.isFirstPacket);
rtp_format_vp8.cc 683 parsed_payload->type.Video.isFirstPacket =
rtp_format_vp9.cc 728 parsed_payload->type.Video.isFirstPacket =
  /external/webrtc/webrtc/modules/include/
module_common_types.h 244 bool isFirstPacket; // first packet in frame
  /external/webrtc/webrtc/video/
video_send_stream_tests.cc     [all...]

Completed in 293 milliseconds