Home
last modified time | relevance | path

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

/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp65 static void convertYUV422ToNV12Tiler(unsigned char *src, unsigned char *dest, int width, int height…
951 static void convertYUV422ToNV12Tiler(unsigned char *src, unsigned char *dest, int width, int height… in convertYUV422ToNV12Tiler() function
1164 convertYUV422ToNV12Tiler ( (unsigned char*)fp, (unsigned char*)y_uv[0], width, height); in previewThread()