Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
Dsh_css_mipi.c119 unsigned int width_padded = width; in ia_css_mipi_frame_calculate_size() local
126 width_padded += (2 * ISP_VEC_NELEMS); in ia_css_mipi_frame_calculate_size()
130 width_padded, height, format, hasSOLandEOL, embedded_data_size_words); in ia_css_mipi_frame_calculate_size()
187 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in ia_css_mipi_frame_calculate_size()
194 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in ia_css_mipi_frame_calculate_size()
296 unsigned int width_padded; in calculate_mipi_buff_size()
344 width_padded = width + (2 * ISP_VEC_NELEMS); in calculate_mipi_buff_size()
348 width_padded, height, format); in calculate_mipi_buff_size()
356 odd_line_bytes = (width_padded * bits_per_pixel + 7) >> 3; /* ceil ( bits per line / 8) */ in calculate_mipi_buff_size()
362 even_line_bytes = (width_padded * 2 * bits_per_pixel + 7) >> in calculate_mipi_buff_size()