Home
last modified time | relevance | path

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

/drivers/staging/media/atomisp/pci/
Dsh_css_mipi.c103 const bool hasSOLandEOL, in ia_css_mipi_frame_calculate_size() argument
130 width_padded, height, format, hasSOLandEOL, embedded_data_size_words); in ia_css_mipi_frame_calculate_size()
221 words_for_first_line = words_per_odd_line + 2 + (hasSOLandEOL ? 1 : 0); in ia_css_mipi_frame_calculate_size()
223 words_per_odd_line += (1 + (hasSOLandEOL ? 2 : 0)); in ia_css_mipi_frame_calculate_size()
225 words_per_even_line += (1 + (hasSOLandEOL ? 2 : 0)); in ia_css_mipi_frame_calculate_size()
Dia_css_mipi.h77 const bool hasSOLandEOL,