/linux/drivers/media/platform/verisilicon/ |
H A D | rockchip_vpu_hw.c | 56 .step_width = MB_DIM, 72 .step_width = MB_DIM, 88 .step_width = MB_DIM, 102 .step_width = MB_DIM, 116 .step_width = MB_DIM, 131 .step_width = MB_DIM, 144 .step_width = MB_DIM, 157 .step_width = MB_DIM, 170 .step_width = MB_DIM, 185 .step_width = MB_DIM, [all …]
|
H A D | imx8m_vpu_hw.c | 89 .step_width = MB_DIM, 104 .step_width = MB_DIM, 117 .step_width = MB_DIM, 130 .step_width = MB_DIM, 143 .step_width = MB_DIM, 160 .step_width = MB_DIM, 174 .step_width = MB_DIM, 190 .step_width = 8, 203 .step_width = 8, 216 .step_width = TILE_MB_DIM, [all …]
|
H A D | sunxi_vpu_hw.c | 20 .step_width = 32, 33 .step_width = 32, 49 .step_width = 32, 62 .step_width = 32, 75 .step_width = 32,
|
H A D | sama5d4_vdec_hw.c | 22 .step_width = MB_DIM, 37 .step_width = MB_DIM, 50 .step_width = MB_DIM, 63 .step_width = MB_DIM, 76 .step_width = MB_DIM,
|
H A D | stm32mp25_vpu_hw.c | 26 .step_width = MB_DIM, 39 .step_width = MB_DIM, 52 .step_width = MB_DIM, 89 .step_width = MB_DIM,
|
H A D | hantro_hevc.c | 165 ALIGN(sps->pic_width_in_luma_samples, ctx->vpu_dst_fmt->frmsize.step_width)) in hantro_hevc_validate_sps()
|
/linux/drivers/media/test-drivers/visl/ |
H A D | visl-video.c | 151 .step_width = 1, 165 .step_width = 1, 179 .step_width = 1, 193 .step_width = 1, 207 .step_width = 1, 221 .step_width = 1, 235 .step_width = 1,
|
/linux/drivers/media/platform/imagination/ |
H A D | e5010-jpeg-enc.c | 517 s->r.width = round_down(s->r.width, queue->fmt->frmsize.step_width); in e5010_s_selection() 519 s->r.left = round_down(s->r.left, queue->fmt->frmsize.step_width); in e5010_s_selection() 524 queue->fmt->frmsize.step_width); in e5010_s_selection() 529 s->r.width = round_up(s->r.width, queue->fmt->frmsize.step_width); in e5010_s_selection() 531 s->r.left = round_up(s->r.left, queue->fmt->frmsize.step_width); in e5010_s_selection() 535 s->r.width = round_down(s->r.width, queue->fmt->frmsize.step_width); in e5010_s_selection() 537 s->r.left = round_down(s->r.left, queue->fmt->frmsize.step_width); in e5010_s_selection() 541 if (!IS_ALIGNED(s->r.width, queue->fmt->frmsize.step_width) || in e5010_s_selection() 543 !IS_ALIGNED(s->r.left, queue->fmt->frmsize.step_width) || in e5010_s_selection()
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | vidioc-enum-framesizes.rst | 65 ``step_width`` and ``step_height`` values are set to 1. 119 - ``step_width``
|
/linux/drivers/media/platform/nvidia/tegra-vde/ |
H A D | vde.c | 468 .step_width = 16, 491 .step_width = 16,
|
/linux/drivers/media/platform/amphion/ |
H A D | vpu_helpers.c | 127 if (res->step_width) in vpu_helper_valid_frame_width() 128 width = ALIGN(width, res->step_width); in vpu_helper_valid_frame_width()
|
H A D | venc.c | 139 fsize->stepwise.step_width = res->step_width; in venc_enum_framesizes() 400 venc->params.crop.left = ALIGN(s->r.left, res->step_width); in venc_s_selection() 402 venc->params.crop.width = ALIGN(s->r.width, res->step_width); in venc_s_selection()
|
H A D | vpu.h | 106 u32 step_width; member
|
H A D | vpu_core.c | 838 .step_width = 2, 853 .step_width = 1,
|
/linux/drivers/media/platform/rockchip/rkvdec/ |
H A D | rkvdec.c | 260 .step_width = 64, 276 .step_width = 64, 331 fsize->stepwise.step_width = 1; in rkvdec_enum_framesizes()
|
/linux/drivers/staging/media/imx/ |
H A D | imx-media-capture.c | 123 fsize->stepwise.step_width = 1; in capture_enum_framesizes() 312 fsize->stepwise.step_width = 1; in capture_legacy_enum_framesizes()
|
/linux/drivers/media/usb/gspca/ |
H A D | stk1135.c | 629 fsize->stepwise.step_width = 2; in stk1135_enum_framesizes()
|
/linux/drivers/media/test-drivers/vimc/ |
H A D | vimc-capture.c | 190 fsize->stepwise.step_width = 1; in vimc_capture_enum_framesizes()
|
/linux/drivers/media/platform/qcom/iris/ |
H A D | iris_vidc.c | 344 fsize->stepwise.step_width = STEP_WIDTH; in iris_enum_framesizes()
|
/linux/drivers/staging/media/starfive/camss/ |
H A D | stf-video.c | 392 fsize->stepwise.step_width = 1; in video_enum_framesizes()
|
/linux/drivers/media/platform/qcom/camss/ |
H A D | camss-video.c | 439 fsize->stepwise.step_width = 1; in video_enum_framesizes()
|
/linux/drivers/media/platform/mediatek/vcodec/decoder/ |
H A D | mtk_vcodec_dec_stateless.c | 239 .step_width = 16,
|
/linux/drivers/media/platform/amlogic/c3/isp/ |
H A D | c3-isp-capture.c | 473 fsize->stepwise.step_width = 2; in c3_isp_cap_enum_frmsize()
|
/linux/drivers/media/platform/sunxi/sun8i-rotate/ |
H A D | sun8i_rotate.c | 252 fsize->stepwise.step_width = fmt->hsub; in rotate_enum_framesizes()
|
/linux/drivers/media/platform/st/stm32/stm32-dcmipp/ |
H A D | dcmipp-bytecap.c | 322 fsize->stepwise.step_width = 1; in dcmipp_bytecap_enum_framesizes()
|