Home
last modified time | relevance | path

Searched refs:DEC_INFO_BUTT (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/mpp/mpp/hal/common/
H A Dhal_info.c44 RK_U32 elem_nb = (type == MPP_CTX_DEC) ? (ENC_INFO_BUTT) : (DEC_INFO_BUTT); in hal_info_init()
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()
147 type_max = DEC_INFO_BUTT - DEC_INFO_BASE; in hal_info_get()
H A Dhal_info.h45 DEC_INFO_BUTT, enumerator
/OK3568_Linux_fs/kernel/drivers/video/rockchip/mpp/
H A Dmpp_rkvdec2.h164 } codec_info[DEC_INFO_BUTT];
H A Dmpp_rkvdec2.c586 cnt = (cnt > DEC_INFO_BUTT) ? DEC_INFO_BUTT : cnt; in rkvdec2_control()
593 if (elem.type > DEC_INFO_BASE && elem.type < DEC_INFO_BUTT && in rkvdec2_control()
595 elem.type = array_index_nospec(elem.type, DEC_INFO_BUTT); in rkvdec2_control()
H A Dmpp_common.h181 DEC_INFO_BUTT, enumerator
/OK3568_Linux_fs/external/mpp/mpp/codec/
H A Dmpp_dec.cpp431 MppDevInfoCfg data[DEC_INFO_BUTT]; in update_dec_hal_info()