Home
last modified time | relevance | path

Searched refs:poc (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/staging/media/hantro/
Dhantro_h264.c28 u32 poc[POC_BUFFER_SIZE]; member
237 tbl->poc[i * 2] = dpb[i].top_field_order_cnt; in prepare_table()
238 tbl->poc[i * 2 + 1] = dpb[i].bottom_field_order_cnt; in prepare_table()
252 tbl->poc[32] = dec_param->top_field_order_cnt; in prepare_table()
253 tbl->poc[33] = dec_param->bottom_field_order_cnt; in prepare_table()
Dhantro_hevc.c96 int poc) in hantro_hevc_get_ref_buf() argument
103 if (hevc_dec->ref_bufs_poc[i] == poc) { in hantro_hevc_get_ref_buf()
133 hevc_dec->ref_bufs_poc[i] = poc; in hantro_hevc_get_ref_buf()
Dhantro_hw.h254 dma_addr_t hantro_hevc_get_ref_buf(struct hantro_ctx *ctx, int poc);
/Linux-v5.15/drivers/media/platform/mtk-vcodec/vdec/
Dvdec_h264_if.c47 int32_t poc; member
456 fb->status, list->fb_list[list->read_idx].poc, in vdec_h264_get_fb()