Searched refs:isFirstPacket (Results 1 - 19 of 19) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dpacket.cc29 isFirstPacket(false),
50 isFirstPacket(rtpHeader.type.Video.isFirstPacket),
71 isFirstPacket(false),
89 isFirstPacket = false;
103 if (isFirstPacket && markerBit)
105 else if (isFirstPacket)
115 isFirstPacket = videoHeader.isFirstPacket;
116 if (isFirstPacket)
[all...]
H A Dsession_info_unittest.cc151 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
[all...]
H A Djitter_buffer_unittest.cc264 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
[all...]
H A Dpacket.h46 bool isFirstPacket; // Is this first packet in a frame. member in class:webrtc::VCMPacket
H A Dvideo_receiver_unittest.cc127 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;
H A Ddecoding_state_unittest.cc35 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;
H A Dsession_info.cc468 if (packet.isFirstPacket &&
484 if (packet.isFirstPacket && first_packet_seq_num_ == -1) {
H A Dvideo_coding_robustness_unittest.cc72 rtp_info.type.Video.isFirstPacket = first;
/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/test/
H A Dstream_generator.cc73 packet.isFirstPacket = first_packet;
77 if (packet.isFirstPacket)
/external/chromium_org/third_party/webrtc/modules/rtp_rtcp/source/
H A Drtp_format_video_generic.cc103 rtp_header->type.Video.isFirstPacket =
H A Drtp_format_h264_unittest.cc416 EXPECT_TRUE(last_header_.type.Video.isFirstPacket);
432 EXPECT_TRUE(last_header_.type.Video.isFirstPacket);
448 EXPECT_TRUE(last_header_.type.Video.isFirstPacket);
483 EXPECT_TRUE(last_header_.type.Video.isFirstPacket);
492 EXPECT_FALSE(last_header_.type.Video.isFirstPacket);
499 EXPECT_FALSE(last_header_.type.Video.isFirstPacket);
H A Drtp_receiver_video.cc80 rtp_header->type.Video.isFirstPacket = is_first_packet;
H A Drtp_format_h264.cc44 rtp_header->type.Video.isFirstPacket = true;
90 rtp_header->type.Video.isFirstPacket = first_fragment;
H A Drtp_format_vp8.cc183 rtp_header->type.Video.isFirstPacket =
/external/chromium_org/third_party/webrtc/modules/video_coding/main/test/
H A Dtest_callbacks.cc72 rtpInfo.type.Video.isFirstPacket = true;
H A Dnormal_test.cc113 rtpInfo.type.Video.isFirstPacket = true;
H A Dgeneric_codec_test.cc555 rtpInfo.type.Video.isFirstPacket = false;
/external/webrtc/src/modules/interface/
H A Dmodule_common_types.h109 bool isFirstPacket; // first packet in frame member in struct:webrtc::RTPVideoHeader
/external/chromium_org/third_party/webrtc/modules/interface/
H A Dmodule_common_types.h83 bool isFirstPacket; // first packet in frame member in struct:webrtc::RTPVideoHeader

Completed in 731 milliseconds