OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpbSizeValue
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_vui.c
265
pVuiParameters->nalHrdParameters.
cpbSizeValue
[0] = 1200 * MAX_CPB + 1;
291
pVuiParameters->vclHrdParameters.
cpbSizeValue
[0] = 1000 * MAX_CPB + 1;
450
&pHrdParameters->
cpbSizeValue
[i]);
453
if (pHrdParameters->
cpbSizeValue
[i] > 4294967294U)
455
pHrdParameters->
cpbSizeValue
[i]++;
458
pHrdParameters->
cpbSizeValue
[i] *=
h264bsd_vui.h
75
u32
cpbSizeValue
[MAX_CPB_CNT];
Completed in 1253 milliseconds