OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MAX_DPB_BUFS
(Results
1 - 2
of
2
) sorted by null
/external/libhevc/common/
ihevc_dpb_mgr.h
41
#define
MAX_DPB_BUFS
(MAX_DPB_SIZE * 4)
80
dpb_info_t as_dpb_info[
MAX_DPB_BUFS
];
/external/libavc/common/
ih264_dpb_mgr.h
43
#define
MAX_DPB_BUFS
(MAX_DPB_SIZE * 4)
88
dpb_info_t as_dpb_info[
MAX_DPB_BUFS
];
93
pic_buf_t as_top_field_pics[
MAX_DPB_BUFS
];
98
pic_buf_t as_bottom_field_pics[
MAX_DPB_BUFS
];
Completed in 566 milliseconds