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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp272 // infoBytesRemaining is the number of bytes that make up the
275 size_t infoBytesRemaining = section_length - 9 - program_info_length - 4; local
277 while (infoBytesRemaining > 0) {
278 CHECK_GE(infoBytesRemaining, 5u);
294 CHECK_GE(infoBytesRemaining - 5, ES_info_length);
320 infoBytesRemaining -= 5 + ES_info_length;
323 CHECK_EQ(infoBytesRemaining, 0u);

Completed in 838 milliseconds