Searched refs:in_buf (Results 1 – 7 of 7) sorted by relevance
132 uint8_t * in_buf; member
184 uint8_t *in_buf; member
119 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) in convert_YUYV_to_420_NV12() argument728 out_buf[row * wd + col / 2] = in_buf[row * wd * 2 + col]; 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()