Home
last modified time | relevance | path

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

/hardware/ti/omap4xxx/camera/
DEncoder_libjpeg.cpp103 static void nv21_to_yuv(uint8_t* dst, uint8_t* y, uint8_t* uv, int width) { in nv21_to_yuv() argument
104 if (!dst || !y || !uv) { in nv21_to_yuv()
110 uint8_t v0 = uv[0]; in nv21_to_yuv()
111 uint8_t u0 = *(uv+1); in nv21_to_yuv()
117 if(!(width % 2)) uv+=2; in nv21_to_yuv()
/hardware/ti/omap4-aah/camera/
DEncoder_libjpeg.cpp103 static void nv21_to_yuv(uint8_t* dst, uint8_t* y, uint8_t* uv, int width) { in nv21_to_yuv() argument
104 if (!dst || !y || !uv) { in nv21_to_yuv()
110 uint8_t v0 = uv[0]; in nv21_to_yuv()
111 uint8_t u0 = *(uv+1); in nv21_to_yuv()
117 if(!(width % 2)) uv+=2; in nv21_to_yuv()
/hardware/ti/omap4-aah/kernel-headers-ti/video/
Ddsscomp.h279 __u32 uv; member
/hardware/ti/omap4xxx/hwc/
Dhwc.c223 (void *) oi->ba, (void *) oi->uv, c->stride); in dump_dsscomp()
/hardware/ti/omap4-aah/hwc/
Dhwc.c312 (void *) oi->ba, (void *) oi->uv, c->stride); in dump_dsscomp()