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

  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
packet.cc 29 isFirstPacket(false),
50 isFirstPacket(rtpHeader.type.Video.isFirstPacket),
71 isFirstPacket(false),
89 isFirstPacket = false;
106 if (isFirstPacket && markerBit)
108 else if (isFirstPacket)
session_info_unittest.cc 151 packet_.isFirstPacket = true;
164 packet_.isFirstPacket = false;
178 packet_.isFirstPacket = false;
193 packet_.isFirstPacket = true;
202 packet_.isFirstPacket = false;
231 packet_.isFirstPacket = false;
244 packet_.isFirstPacket = false;
258 packet_.isFirstPacket = true;
266 packet_.isFirstPacket = false;
291 packet_.isFirstPacket = true
    [all...]
jitter_buffer_unittest.cc 264 packet_->isFirstPacket = true;
279 packet_->isFirstPacket = true;
290 packet_->isFirstPacket = false;
305 packet_->isFirstPacket = true;
321 packet_->isFirstPacket = false;
332 packet_->isFirstPacket = false;
348 packet_->isFirstPacket = true;
371 packet_->isFirstPacket = false;
386 packet_->isFirstPacket = false;
403 packet_->isFirstPacket = false
    [all...]
packet.h 46 bool isFirstPacket; // Is this first packet in a frame.
video_receiver_unittest.cc 127 header.type.Video.isFirstPacket = true;
134 header.type.Video.isFirstPacket = false;
170 header.type.Video.isFirstPacket = false;
186 header.type.Video.isFirstPacket = true;
195 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;
session_info.cc 427 if (packet.isFirstPacket && first_packet_seq_num_ == -1) {
video_coding_robustness_unittest.cc 72 rtp_info.type.Video.isFirstPacket = first;
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/
stream_generator.cc 73 packet.isFirstPacket = first_packet;
77 if (packet.isFirstPacket)
  /external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
rtp_receiver_video.cc 112 rtp_header->type.Video.isFirstPacket = is_first_packet;
177 rtp_header->type.Video.isFirstPacket =
217 rtp_header->type.Video.isFirstPacket =
  /external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
test_callbacks.cc 72 rtpInfo.type.Video.isFirstPacket = true;
normal_test.cc 113 rtpInfo.type.Video.isFirstPacket = true;
generic_codec_test.cc 558 rtpInfo.type.Video.isFirstPacket = false;
  /external/chromium_org/third_party/webrtc/modules/interface/
module_common_types.h 91 bool isFirstPacket; // first packet in frame
  /external/webrtc/src/modules/interface/
module_common_types.h 109 bool isFirstPacket; // first packet in frame

Completed in 64 milliseconds