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

/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp502 // infoBytesRemaining is the number of bytes that make up the
505 size_t infoBytesRemaining = section_length - 9 - program_info_length - 4; local
507 while (infoBytesRemaining >= 5) {
535 infoBytesRemaining -= 5 + ES_info_length;
538 if (infoBytesRemaining != 0) {

Completed in 30 milliseconds