Home
last modified time | relevance | path

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

/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_if.c41 u32 realloc_mv_buf; member
243 inst->vsi_ctx.dec.realloc_mv_buf = true; in get_pic_info()
247 inst->vsi_ctx.dec.realloc_mv_buf, in get_pic_info()
293 inst->vsi_ctx.dec.realloc_mv_buf = true; in vdec_h264_slice_init()
388 if (inst->vsi_ctx.dec.realloc_mv_buf) { in vdec_h264_slice_decode()
390 inst->vsi_ctx.dec.realloc_mv_buf = false; in vdec_h264_slice_decode()
H A Dvdec_h264_if.c80 uint32_t realloc_mv_buf; member
398 if (inst->vsi->dec.realloc_mv_buf) { in vdec_h264_decode()