Searched refs:ht (Results 1 - 1 of 1) sorted by relevance

/device/google/marlin/camera/usbcamcore/src/
H A DQualcommUsbCamera.cpp119 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht);
718 static int convert_YUYV_to_420_NV12(char *in_buf, char *out_buf, int wd, int ht) argument
725 for(row = 0; row < ht; row++)
732 for(row = 0, uv_row = ht; row < ht; row += 2, uv_row++)

Completed in 31 milliseconds