Searched refs:words_per_odd_line (Results 1 – 1 of 1) sorted by relevance
111 unsigned int words_per_odd_line = 0; in ia_css_mipi_frame_calculate_size() local218 words_per_odd_line = (odd_line_bytes + 3) >> 2; 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()227 mem_words_per_odd_line = (words_per_odd_line + 7) >> 3; in ia_css_mipi_frame_calculate_size()302 unsigned int words_per_odd_line = 0; in calculate_mipi_buff_size()369 words_per_odd_line = (odd_line_bytes + 3) >> 2; in calculate_mipi_buff_size()373 mem_words_per_odd_line = (words_per_odd_line + 7) >> 3; in calculate_mipi_buff_size()