OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:section_length
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/libstagefright/mpeg2ts/
ATSParser.cpp
198
unsigned
section_length
= br->getBits(12);
local
199
LOGV("
section_length
= %u",
section_length
);
200
CHECK_EQ(
section_length
& 0xc00, 0u);
201
CHECK_LE(
section_length
, 1021u);
224
size_t infoBytesRemaining =
section_length
- 9 - program_info_length - 4;
836
unsigned
section_length
= br->getBits(12);
local
837
LOGV("
section_length
= %u",
section_length
);
838
CHECK_EQ(
section_length
& 0xc00, 0u)
[
all
...]
/frameworks/base/media/libstagefright/
MPEG2TSWriter.cpp
711
//
section_length
= 0x00d
758
//
section_length
= 0x???
792
size_t
section_length
= 5 * mSources.size() + 4 + 9;
local
793
buffer->data()[6] |=
section_length
>> 8;
794
buffer->data()[7] =
section_length
& 0xff;
/external/libnfc-nxp/src/
phDnldNfc.c
334
uint32_t
section_length
;
member in struct:section_hdr
[
all
...]
Completed in 87 milliseconds