Searched refs:DEC_INFO_BASE (Results 1 – 2 of 2) sorted by relevance
39 DEC_INFO_BASE = 16, enumerator40 DEC_INFO_WIDTH = (DEC_INFO_BASE + 1),41 DEC_INFO_HEIGHT = (DEC_INFO_BASE + 2),42 DEC_INFO_FORMAT = (DEC_INFO_BASE + 3),43 DEC_INFO_BITDEPTH = (DEC_INFO_BASE + 4),44 DEC_INFO_FPS = (DEC_INFO_BASE + 5),
83 if (type <= DEC_INFO_BASE || type >= DEC_INFO_BUTT) { in hal_info_set()85 type, DEC_INFO_BASE, DEC_INFO_BUTT); in hal_info_set()90 type -= DEC_INFO_BASE; in hal_info_set()147 type_max = DEC_INFO_BUTT - DEC_INFO_BASE; in hal_info_get()