Home
last modified time | relevance | path

Searched refs:col (Results 1 – 2 of 2) sorted by relevance

/device/google/accessory/arduino/USB_Host_Shield/
DMax_LCD.cpp167 void Max_LCD::setCursor(uint8_t col, uint8_t row) in setCursor() argument
174 command(LCD_SETDDRAMADDR | (col + row_offsets[row])); in setCursor()
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/
DQualcommUsbCamera.cpp721 int row, col, uv_row; in convert_YUYV_to_420_NV12() local
726 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()