OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_CPB_COUNT
(Results
1 - 2
of
2
) sorted by null
/hardware/qcom/media/mm-video-legacy/vidc/vdec/inc/
h264_utils.h
236
#define
MAX_CPB_COUNT
32
270
OMX_U32 bit_rate_value[
MAX_CPB_COUNT
];
271
OMX_U32 cpb_size_value[
MAX_CPB_COUNT
];
272
OMX_U8 cbr_flag[
MAX_CPB_COUNT
];
326
OMX_U32 initial_cpb_removal_delay[
MAX_CPB_COUNT
];
327
OMX_U32 initial_cpb_removal_delay_offset[
MAX_CPB_COUNT
];
/hardware/qcom/media/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h
240
#define
MAX_CPB_COUNT
32
272
OMX_U32 bit_rate_value[
MAX_CPB_COUNT
];
273
OMX_U32 cpb_size_value[
MAX_CPB_COUNT
];
274
OMX_U8 cbr_flag[
MAX_CPB_COUNT
];
324
OMX_U32 initial_cpb_removal_delay[
MAX_CPB_COUNT
];
325
OMX_U32 initial_cpb_removal_delay_offset[
MAX_CPB_COUNT
];
Completed in 21 milliseconds