Searched refs:words_per_odd_line (Results 1 – 1 of 1) sorted by relevance
60 unsigned int words_per_odd_line = 0; in ia_css_mipi_frame_calculate_size() local159 words_per_odd_line = (odd_line_bytes + 3) >> 2; in ia_css_mipi_frame_calculate_size()162 words_for_first_line = words_per_odd_line + 2 + (hasSOLandEOL ? 1 : 0); in ia_css_mipi_frame_calculate_size()164 words_per_odd_line += (1 + (hasSOLandEOL ? 2 : 0)); in ia_css_mipi_frame_calculate_size()168 mem_words_per_odd_line = (words_per_odd_line + 7) >> 3; in ia_css_mipi_frame_calculate_size()261 unsigned int words_per_odd_line = 0; in calculate_mipi_buff_size() local326 words_per_odd_line = (odd_line_bytes + 3) >> 2; in calculate_mipi_buff_size()330 mem_words_per_odd_line = (words_per_odd_line + 7) >> 3; in calculate_mipi_buff_size()