Searched refs:words_per_odd_line (Results 1 – 1 of 1) sorted by relevance
101 unsigned int words_per_odd_line = 0; in ia_css_mipi_frame_calculate_size() local205 words_per_odd_line = (odd_line_bytes + 3) >> 2; in ia_css_mipi_frame_calculate_size()208 words_for_first_line = words_per_odd_line + 2 + (hasSOLandEOL ? 1 : 0); in ia_css_mipi_frame_calculate_size()210 words_per_odd_line += (1 + (hasSOLandEOL ? 2 : 0)); in ia_css_mipi_frame_calculate_size()214 mem_words_per_odd_line = (words_per_odd_line + 7) >> 3; in ia_css_mipi_frame_calculate_size()289 unsigned int words_per_odd_line = 0; in calculate_mipi_buff_size()354 words_per_odd_line = (odd_line_bytes + 3) >> 2; in calculate_mipi_buff_size()358 mem_words_per_odd_line = (words_per_odd_line + 7) >> 3; in calculate_mipi_buff_size()