Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/media/hantro/
Dhantro_h264.c541 unsigned int dpb_idx) in hantro_h264_get_ref_buf() argument
548 if (dpb[dpb_idx].flags & V4L2_H264_DPB_ENTRY_FLAG_ACTIVE) in hantro_h264_get_ref_buf()
550 dpb[dpb_idx].reference_ts, 0); in hantro_h264_get_ref_buf()
Dhantro_hw.h162 unsigned int dpb_idx);
/Linux-v5.4/drivers/staging/media/sunxi/cedrus/
Dcedrus_h264.c184 u8 dpb_idx; in _cedrus_write_ref_list() local
186 dpb_idx = ref_list[i]; in _cedrus_write_ref_list()
187 dpb = &decode->dpb[dpb_idx]; in _cedrus_write_ref_list()