OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:levelIdc
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_seq_param_set.h
52
u32
levelIdc
;
h264bsd_seq_param_set.c
57
static u32 GetDpbSize(u32 picSizeInMbs, u32
levelIdc
);
125
pSeqParamSet->
levelIdc
= tmp;
303
/* check that image dimensions and
levelIdc
match */
305
value = GetDpbSize(tmp, pSeqParamSet->
levelIdc
);
371
levelIdc
indicates the level
378
INVALID_DPB_SIZE when invalid
levelIdc
specified or picSizeInMbs
383
u32 GetDpbSize(u32 picSizeInMbs, u32
levelIdc
)
397
switch (
levelIdc
)
523
pSps1->
levelIdc
== pSps2->
levelIdc
&
[
all
...]
Completed in 49 milliseconds