Searched refs:original_length (Results 1 - 13 of 13) sorted by relevance

/external/webrtc/webrtc/test/
H A Drtp_file_reader.h29 size_t original_length; member in struct:webrtc::test::RtpPacket
H A Drtp_file_reader_unittest.cc37 EXPECT_LT(packet.length, packet.original_length);
39 EXPECT_EQ(packet.length, packet.original_length);
76 EXPECT_EQ(packet.length, packet.original_length);
H A Drtp_file_writer_unittest.cc34 packet.original_length = i;
54 EXPECT_EQ(static_cast<size_t>(i), packet.original_length);
H A Drtp_file_writer.cc43 uint16_t plen = static_cast<uint16_t>(packet->original_length);
H A Drtp_file_reader.cc109 packet->original_length = len;
198 packet->original_length = plen;
347 packet->original_length = packet->length;
/external/v8/tools/clang/scripts/
H A Dgenerate_win_compdb.py80 original_length = len(compile_db)
85 print 'Filtered out %d entries...' % (original_length - len(compile_db))
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
H A Drtp_file_source.cc62 if (temp_packet.original_length == 0) {
71 temp_packet.original_length, temp_packet.time_ms, *parser_.get()));
/external/webrtc/webrtc/modules/remote_bitrate_estimator/tools/
H A Dbwe_rtp_play.cc79 // is equal to the header length. In those cases packet.original_length
81 if (packet.original_length > 0) {
82 packet_length = packet.original_length;
H A Drtp_to_text.cc59 packet.original_length);
/external/webrtc/webrtc/call/
H A Drtc_event_log2rtp_dump.cc151 packet.original_length = rtp_packet.packet_length();
152 if (packet.original_length > packet.length)
191 // For RTCP packets the original_length should be set to 0 in the
193 packet.original_length = 0;
/external/webrtc/webrtc/modules/rtp_rtcp/source/
H A Drtp_payload_registry_unittest.cc288 size_t original_length = header_length + payload_length + kRtxHeaderSize; local
303 size_t length = original_length;
312 EXPECT_EQ(original_length - kRtxHeaderSize, length)
/external/libjpeg-turbo/
H A Djdmarker.c785 cur_marker->original_length = (unsigned int) length;
831 length = cur_marker->original_length - data_length;
H A Djpeglib.h206 unsigned int original_length; /* # bytes of data in the file */ member in struct:jpeg_marker_struct
209 /* the marker length word is not counted in data_length or original_length */

Completed in 417 milliseconds