Searched refs:col (Results 1 – 2 of 2) sorted by relevance
167 void Max_LCD::setCursor(uint8_t col, uint8_t row) in setCursor() argument174 command(LCD_SETDDRAMADDR | (col + row_offsets[row])); in setCursor()
721 int row, col, uv_row; in convert_YUYV_to_420_NV12() local726 for(col = 0; col < wd * 2; col += 2) in convert_YUYV_to_420_NV12()728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()733 for(col = 1; col < wd * 2; col += 4) in convert_YUYV_to_420_NV12()735 out_buf[uv_row * wd + col / 2]= in_buf[row * wd * 2 + col + 2]; in convert_YUYV_to_420_NV12()736 out_buf[uv_row * wd + col / 2 + 1] = in_buf[row * wd * 2 + col]; in convert_YUYV_to_420_NV12()