Home
last modified time | relevance | path

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

/drivers/staging/media/hantro/
Dhantro_hevc.c92 hevc_dec->ref_bufs_poc[i] = UNUSED_REF; in hantro_hevc_ref_init()
103 if (hevc_dec->ref_bufs_poc[i] == poc) { in hantro_hevc_get_ref_buf()
111 if (hevc_dec->ref_bufs_poc[i] == UNUSED_REF) { in hantro_hevc_get_ref_buf()
133 hevc_dec->ref_bufs_poc[i] = poc; in hantro_hevc_get_ref_buf()
149 if (hevc_dec->ref_bufs_poc[i] == UNUSED_REF) in hantro_hevc_ref_remove_unused()
155 hevc_dec->ref_bufs_poc[i] = UNUSED_REF; in hantro_hevc_ref_remove_unused()
Dhantro_hw.h138 int ref_bufs_poc[NUM_REF_PICTURES]; member