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

/frameworks/av/media/libstagefright/
H A DMPEG2TSWriter.cpp679 // section_length = 0x00d
731 // section_length = 0x???
767 size_t section_length = 5 * mSources.size() + 4 + 9; local
768 buffer->data()[6] |= section_length >> 8;
769 buffer->data()[7] = section_length & 0xff;
/frameworks/av/media/libstagefright/mpeg2ts/
H A DATSParser.cpp484 unsigned section_length = br->getBits(12); local
485 ALOGV(" section_length = %u", section_length);
516 size_t infoBytesRemaining = section_length - 9 - program_info_length - 4;
1769 unsigned section_length = br->getBits(12); local
1770 ALOGV(" section_length = %u", section_length);
1779 size_t numProgramBytes = (section_length - 5 /* header */ - 4 /* crc */);
2282 // Return true if section_syntax_indicator says no section follows the field section_length.

Completed in 94 milliseconds