Searched refs:ref_bufs (Results 1 – 2 of 2) sorted by relevance
480 struct rkvdec_decoded_buffer *ref_bufs[3]; in config_registers() local492 ref_bufs[0] = get_ref_buf(ctx, &dst->base.vb, dec_params->last_frame_ts); in config_registers()493 ref_bufs[1] = get_ref_buf(ctx, &dst->base.vb, dec_params->golden_frame_ts); in config_registers()494 ref_bufs[2] = get_ref_buf(ctx, &dst->base.vb, dec_params->alt_frame_ts); in config_registers()545 for (i = 0; i < ARRAY_SIZE(ref_bufs); i++) in config_registers()546 config_ref_registers(ctx, run, ref_bufs[i], i); in config_registers()616 for (i = 0; !intra_only && i < ARRAY_SIZE(ref_bufs); i++) { in config_registers()617 unsigned int refw = ref_bufs[i]->vp9.width; in config_registers()618 unsigned int refh = ref_bufs[i]->vp9.height; in config_registers()
50 return hevc_dec->ref_bufs[i].dma; in hantro_hevc_get_ref_buf()67 hevc_dec->ref_bufs[i].dma = addr; in hantro_hevc_add_ref_buf()