Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c52 unsigned int horizontal_decimation,
57 unsigned int horizontal_decimation,
612 unsigned int horizontal_decimation, in frame_init_nv_planes() argument
625 assert(horizontal_decimation != 0 && vertical_decimation != 0); in frame_init_nv_planes()
627 uv_width = 2 * (y_width / horizontal_decimation); in frame_init_nv_planes()
650 unsigned int horizontal_decimation, in frame_init_yuv_planes() argument
657 uv_width = y_width / horizontal_decimation, in frame_init_yuv_planes()