Searched refs:nv12_buff (Results 1 – 1 of 1) sorted by relevance
1168 unsigned char* nv12_buff = (unsigned char*) malloc(width*height*3/2); in previewThread() local1170 convertYUV422ToNV12 ( (unsigned char*)fp, nv12_buff, width, height); in previewThread()1171 saveFile( nv12_buff, ((width*height)*3/2) ); in previewThread()1172 free (nv12_buff); in previewThread()