Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/tegra-video/
H A Dtegra210.c25 #define SURFACE_ALIGN_BYTES 64 macro
251 max_bpl = rounddown(TEGRA210_MAX_WIDTH, SURFACE_ALIGN_BYTES); in tegra210_fmt_align()
252 bpl = roundup(pix->bytesperline, SURFACE_ALIGN_BYTES); in tegra210_fmt_align()
427 buf_offset = i * roundup(gang_bpl, SURFACE_ALIGN_BYTES); in tegra_channel_capture_frame()