Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/staging/media/atomisp/pci/runtime/frame/src/
Dframe.c53 unsigned int vertical_decimation,
58 unsigned int vertical_decimation,
503 unsigned int vertical_decimation, in frame_init_nv_planes() argument
515 assert(horizontal_decimation != 0 && vertical_decimation != 0); in frame_init_nv_planes()
518 uv_height = y_height / vertical_decimation; in frame_init_nv_planes()
541 unsigned int vertical_decimation, in frame_init_yuv_planes() argument
548 uv_height = y_height / vertical_decimation, in frame_init_yuv_planes()