Home
last modified time | relevance | path

Searched refs:dpb_idx (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/media/platform/rockchip/rkvdec/
H A Drkvdec-hevc-common.c420 unsigned int dpb_idx) in get_ref_buf() argument
428 if (dpb_idx < decode_params->num_active_dpb_entries) in get_ref_buf()
429 buf = vb2_find_buffer(cap_q, dpb[dpb_idx].timestamp); in get_ref_buf()
/linux/drivers/staging/media/sunxi/cedrus/
H A Dcedrus_h264.c210 u8 dpb_idx; in _cedrus_write_ref_list() local
212 dpb_idx = ref_list[i].index; in _cedrus_write_ref_list()
213 dpb = &decode->dpb[dpb_idx]; in _cedrus_write_ref_list()