Home
last modified time | relevance | path

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

/device/google/marlin/camera/usbcamcore/src/
DQualcommUsbCamera.cpp721 int row, col, uv_row; in convert_YUYV_to_420_NV12() local
732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++) 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()