Home
last modified time | relevance | path

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

/drivers/media/platform/coda/
Dcoda-common.c114 #define CODA_CODEC(mode, src_fourcc, dst_fourcc, max_w, max_h) \ argument
276 int *max_w, int *max_h) in coda_get_max_dimensions()
436 unsigned int max_w, max_h; in coda_try_fmt() local
1094 unsigned int max_w, max_h, usize, csize; in set_default_params() local
Dcoda.h104 u32 max_w; member
/drivers/media/platform/exynos-gsc/
Dgsc-core.c396 u32 max_w, max_h, mod_x, mod_y; in gsc_try_fmt_mplane() local
525 u32 min_w, min_h, max_w, max_h; in gsc_try_crop() local
/drivers/dma/
Dste_dma40_ll.c195 u32 max_w = max(data_width1, data_width2); in d40_seg_size() local
Dste_dma40.c992 u32 max_w = max(data_width1, data_width2); in d40_size_2_dmalen() local
/drivers/media/platform/exynos4-is/
Dfimc-m2m.c287 u32 max_w, mod_x, mod_y; in fimc_try_fmt_mplane() local
Dfimc-capture.c583 u32 depth, min_w, max_w, min_h, align_h = 3; in fimc_capture_try_format() local
660 u32 max_w, max_h, min_w = 0, min_h = 0, min_sz; in fimc_capture_try_selection() local
/drivers/gpu/drm/exynos/
Dexynos_drm_rotator.c67 u32 max_w; member
/drivers/gpu/drm/i915/
Dintel_fbc.c709 unsigned int effective_w, effective_h, max_w, max_h; in intel_fbc_hw_tracking_covers_screen() local
/drivers/media/i2c/soc_camera/
Drj54n1cb0c.c983 int output_w, output_h, max_w, max_h, in rj54n1_set_fmt() local
/drivers/media/common/v4l2-tpg/
Dv4l2-tpg-core.c123 int tpg_alloc(struct tpg_data *tpg, unsigned max_w) in tpg_alloc()