Searched refs:hasSOLandEOL (Results 1 – 2 of 2) sorted by relevance
103 const bool hasSOLandEOL, in ia_css_mipi_frame_calculate_size() argument130 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()
77 const bool hasSOLandEOL,