Home
last modified time | relevance | path

Searched defs:max_w (Results 1 – 16 of 16) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A Dpower_budget.h10 u32 max_w; member
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos-gsc/
H A Dgsc-core.c396 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local
524 u32 min_w, min_h, max_w, max_h; in gsc_try_selection() local
/OK3568_Linux_fs/kernel/drivers/media/platform/coda/
H A Dcoda-common.c122 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
339 int *max_w, int *max_h) in coda_get_max_dimensions()
590 unsigned int max_w, max_h; in coda_try_fmt() local
1660 unsigned int max_w, max_h, usize, csize; in set_default_params() local
H A Dcoda.h101 u32 max_w; member
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/ispp/
H A Dstream_v20.c67 u32 addr_offs, max_w, max_h; in config_fec() local
H A Dstream_v10.c267 u32 max_w, max_h; in config_tnr() local
473 u32 max_w, max_h; in config_nr_shp() local
/OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/
H A Dvpdma.c810 int max_w, int max_h, enum vpdma_channel chan, u32 flags) in vpdma_add_out_dtd()
820 int max_w, int max_h, int raw_vpdma_chan, u32 flags) in vpdma_rawchan_add_out_dtd()
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_m2m.c180 u32 max_w, max_h, align_w, align_h; in mtk_mdp_try_fmt_mplane() local
285 u32 min_w, min_h, max_w, max_h; in mtk_mdp_try_crop() local
/OK3568_Linux_fs/kernel/drivers/dma/
H A Dste_dma40_ll.c195 u32 max_w = max(data_width1, data_width2); in d40_seg_size() local
H A Dste_dma40.c1000 u32 max_w = max(data_width1, data_width2); in d40_size_2_dmalen() local
/OK3568_Linux_fs/kernel/drivers/media/platform/exynos4-is/
H A Dfimc-m2m.c270 u32 max_w, mod_x, mod_y; in fimc_try_fmt_mplane() local
H A Dfimc-capture.c571 u32 depth, min_w, max_w, min_h, align_h = 3; in fimc_capture_try_format() local
648 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A Dintel_fbc.c654 unsigned int effective_w, effective_h, max_w, max_h; in intel_fbc_hw_tracking_covers_screen() local
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Drkisp.c195 u32 dest_w, dest_h, w, h, max_size, max_h, max_w; in rkisp_align_sensor_resolution() local
2637 u32 max_w, max_h, max_size; in rkisp_isp_sd_get_selection() local
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Drj54n1cb0c.c983 int output_w, output_h, max_w, max_h, in rj54n1_set_fmt() local
/OK3568_Linux_fs/kernel/drivers/media/common/v4l2-tpg/
H A Dv4l2-tpg-core.c112 int tpg_alloc(struct tpg_data *tpg, unsigned max_w) in tpg_alloc()