Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/media/platform/mediatek/vcodec/decoder/
Dmtk_vcodec_dec.h23 #define MTK_VDEC_MIN_H 64U macro
Dmtk_vcodec_dec_stateful.c18 MTK_VDEC_MIN_H, MTK_VDEC_MAX_H, 16 },
26 MTK_VDEC_MIN_H, MTK_VDEC_MAX_H, 16 },
34 MTK_VDEC_MIN_H, MTK_VDEC_MAX_H, 16 },
Dmtk_vcodec_dec.c18 #define DFT_CFG_HEIGHT MTK_VDEC_MIN_H
304 pix_fmt_mp->height = clamp(pix_fmt_mp->height, MTK_VDEC_MIN_H, frmsize->max_height); in vidioc_try_fmt()
321 &pix_fmt_mp->height, MTK_VDEC_MIN_H, frmsize->max_height, 6, in vidioc_try_fmt()
Dmtk_vcodec_dec_stateless.c242 .min_height = MTK_VDEC_MIN_H,