OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:original_length
(Results
1 - 15
of
15
) sorted by null
/external/webrtc/webrtc/test/
rtp_file_reader.h
29
size_t
original_length
;
member in struct:webrtc::test::RtpPacket
rtp_file_reader_unittest.cc
37
EXPECT_LT(packet.length, packet.
original_length
);
39
EXPECT_EQ(packet.length, packet.
original_length
);
76
EXPECT_EQ(packet.length, packet.
original_length
);
rtp_file_writer_unittest.cc
34
packet.
original_length
= i;
54
EXPECT_EQ(static_cast<size_t>(i), packet.
original_length
);
rtp_file_writer.cc
43
uint16_t plen = static_cast<uint16_t>(packet->
original_length
);
rtp_file_reader.cc
109
packet->
original_length
= len;
198
packet->
original_length
= plen;
347
packet->
original_length
= packet->length;
/external/v8/tools/clang/scripts/
generate_win_compdb.py
71
original_length
= len(compile_db)
76
print 'Filtered out %d entries...' % (
original_length
- len(compile_db))
/external/webrtc/webrtc/modules/audio_coding/neteq/tools/
rtp_file_source.cc
62
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/
bwe_rtp_play.cc
79
// is equal to the header length. In those cases packet.
original_length
81
if (packet.
original_length
> 0) {
82
packet_length = packet.
original_length
;
rtp_to_text.cc
59
packet.
original_length
);
/external/webrtc/webrtc/call/
rtc_event_log2rtp_dump.cc
151
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/
rtp_payload_registry_unittest.cc
288
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/
jdmarker.c
785
cur_marker->
original_length
= (unsigned int) length;
831
length = cur_marker->
original_length
- data_length;
[
all
...]
jpeglib.h
206
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
*/
[
all
...]
/external/pdfium/third_party/libjpeg/
fpdfapi_jdmarker.c
801
cur_marker->
original_length
= (unsigned int) length;
847
length = cur_marker->
original_length
- data_length;
[
all
...]
jpeglib.h
300
unsigned int
original_length
; /* # bytes of data in the file */
member in struct:jpeg_marker_struct
303
/* the marker length word is not counted in data_length or
original_length
*/
[
all
...]
Completed in 319 milliseconds