Home | History | Annotate | Download | only in mpeg2ts

Lines Matching full:section_length

254     unsigned section_length = br->getBits(12);
255 ALOGV(" section_length = %u", section_length);
256 CHECK_EQ(section_length & 0xc00, 0u);
257 CHECK_LE(section_length, 1021u);
283 size_t infoBytesRemaining = section_length - 9 - program_info_length - 4;
1003 unsigned section_length = br->getBits(12);
1004 ALOGV(" section_length = %u", section_length);
1005 CHECK_EQ(section_length & 0xc00, 0u);
1014 size_t numProgramBytes = (section_length - 5 /* header */ - 4 /* crc */);