OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sps_length
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_m4v_config_parser.cpp
801
uint16
sps_length
, pps_length;
local
840
sps_length
= 0;
842
while (!(sps[
sps_length
] == 0 && sps[
sps_length
+1] == 0 && sps[
sps_length
+2] == 1) &&
843
sps_length
< length - i - 2)
845
sps_length
++;
848
if (
sps_length
>= length - i - 2)
854
pps_length = length - i -
sps_length
- 3;
855
pps = sps +
sps_length
+ 3
[
all
...]
/external/chromium_org/media/mp4/
box_definitions.cc
340
uint16
sps_length
;
local
341
RCHECK(reader->Read2(&
sps_length
) &&
342
reader->ReadVec(&sps_list[i],
sps_length
));
Completed in 70 milliseconds