Home
last modified time | relevance | path

Searched refs:AccumulateIntegerBytes (Results 1 – 10 of 10) sorted by relevance

/external/libwebm/webm_parser/tests/
Dparser_utils_test.cc64 TEST_F(ParserUtilsTest, AccumulateIntegerBytes) { in TEST_F() argument
74 AccumulateIntegerBytes(4, &reader, &integer, &num_bytes_actually_read); in TEST_F()
81 AccumulateIntegerBytes(3, &reader, &integer, &num_bytes_actually_read); in TEST_F()
88 AccumulateIntegerBytes(0, &reader, &integer, &num_bytes_actually_read); in TEST_F()
94 AccumulateIntegerBytes(4, &reader, &integer, &num_bytes_actually_read); in TEST_F()
/external/libwebm/webm_parser/src/
Did_element_parser.cc42 const Status status = AccumulateIntegerBytes(num_bytes_remaining_, reader, in Feed()
Did_parser.cc62 const Status status = AccumulateIntegerBytes(num_bytes_remaining_, reader, in Feed()
Ddate_parser.cc65 const Status status = AccumulateIntegerBytes(num_bytes_remaining_, reader, in Feed()
Dvar_int_parser.cc54 const Status status = AccumulateIntegerBytes(num_bytes_remaining_, reader, in Feed()
Dblock_header_parser.cc47 AccumulateIntegerBytes(timecode_bytes_remaining_, reader, in Feed()
Dparser_utils.h28 Status AccumulateIntegerBytes(int num_to_read, Reader* reader, T* integer, in AccumulateIntegerBytes() function
Dfloat_parser.cc53 const Status status = AccumulateIntegerBytes(num_bytes_remaining_, reader, in Feed()
Dbool_parser.h56 const Status status = AccumulateIntegerBytes(num_bytes_remaining_, reader, in Feed()
Dint_parser.h76 const Status status = AccumulateIntegerBytes(num_bytes_remaining_, reader, in Feed()