Searched defs:first_packet (Results 1 - 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/video_coding/test/
H A Dstream_generator.cc57 bool first_packet,
65 packet.isFirstPacket = first_packet;
54 GeneratePacket(uint16_t sequence_number, uint32_t timestamp, unsigned int size, bool first_packet, bool marker_bit, FrameType type) argument
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dopus_test.cc219 bool first_packet = true; local
325 if (first_packet) {
326 first_packet = false;
/external/webrtc/webrtc/modules/audio_coding/neteq/
H A Dpacket_buffer.cc282 Packet* first_packet = packet_list->front(); local
283 delete [] first_packet->payload;
284 delete first_packet;
H A Dneteq_impl.cc1845 bool first_packet = true; local
1878 if (first_packet) {
1879 first_packet = false;

Completed in 77 milliseconds