Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_mipi.c68 unsigned int width_padded = width; in ia_css_mipi_frame_calculate_size() local
75 width_padded += (2 * ISP_VEC_NELEMS); in ia_css_mipi_frame_calculate_size()
78 width_padded, height, format, hasSOLandEOL, embedded_data_size_words); in ia_css_mipi_frame_calculate_size()
130 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in ia_css_mipi_frame_calculate_size()
136 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in ia_css_mipi_frame_calculate_size()
255 unsigned int width_padded; in calculate_mipi_buff_size() local
303 width_padded = width + (2 * ISP_VEC_NELEMS); in calculate_mipi_buff_size()
307 width_padded, height, format); in calculate_mipi_buff_size()
315 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in calculate_mipi_buff_size()
320 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in calculate_mipi_buff_size()