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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp396 // infoBytesRemaining is the number of bytes that make up the
399 size_t infoBytesRemaining = section_length - 9 - program_info_length - 4; local
401 while (infoBytesRemaining >= 5) {
440 infoBytesRemaining -= 5 + ES_info_length;
443 if (infoBytesRemaining != 0) {

Completed in 135 milliseconds