Home
last modified time | relevance | path

Searched refs:realloc_mv_buf (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_h264_req_if.c31 * @realloc_mv_buf : flag to notify driver to re-allocate mv buffer
41 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()
383 if (inst->vsi_ctx.dec.realloc_mv_buf) { in vdec_h264_slice_decode()
385 inst->vsi_ctx.dec.realloc_mv_buf = false; in vdec_h264_slice_decode()
H A Dvdec_h264_req_multi_if.c146 * @realloc_mv_buf: reallocate mv buffer
166 unsigned int realloc_mv_buf; member
372 inst->realloc_mv_buf = true; in vdec_h264_slice_get_pic_info()
376 inst->realloc_mv_buf, in vdec_h264_slice_get_pic_info()
423 inst->realloc_mv_buf = true; in vdec_h264_slice_init()
624 if (inst->realloc_mv_buf) { in vdec_h264_slice_lat_decode()
626 inst->realloc_mv_buf = false; in vdec_h264_slice_lat_decode()
758 if (inst->realloc_mv_buf) { in vdec_h264_slice_single_decode()
760 inst->realloc_mv_buf = false; in vdec_h264_slice_single_decode()
H A Dvdec_hevc_req_multi_if.c356 * @realloc_mv_buf: reallocate mv buffer
371 unsigned int realloc_mv_buf; member
707 inst->realloc_mv_buf = true; in vdec_hevc_slice_get_pic_info()
711 inst->realloc_mv_buf, in vdec_hevc_slice_get_pic_info()
750 if (inst->realloc_mv_buf) { in vdec_hevc_slice_setup_lat_buffer()
752 inst->realloc_mv_buf = false; in vdec_hevc_slice_setup_lat_buffer()
885 inst->realloc_mv_buf = true; in vdec_hevc_slice_init()
H A Dvdec_h264_if.c70 * @realloc_mv_buf : flag to notify driver to re-allocate mv buffer
80 uint32_t realloc_mv_buf; member
398 if (inst->vsi->dec.realloc_mv_buf) { in vdec_h264_decode()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-vcodec/vdec/
H A Dvdec_h264_if.c71 * @realloc_mv_buf : flag to notify driver to re-allocate mv buffer
81 uint32_t realloc_mv_buf; member
405 if (inst->vsi->dec.realloc_mv_buf) { in vdec_h264_decode()

Completed in 6 milliseconds