Searched defs:uv (Results 1 - 3 of 3) sorted by relevance

/hardware/ti/omap4-aah/camera/
H A DEncoder_libjpeg.cpp103 static void nv21_to_yuv(uint8_t* dst, uint8_t* y, uint8_t* uv, int width) { argument
104 if (!dst || !y || !uv) {
110 uint8_t v0 = uv[0];
111 uint8_t u0 = *(uv+1);
117 if(!(width % 2)) uv+=2;
153 " vld2.8 {q0, q1} , [%[src]]! @ q0 = uv q1 = y \n\t"
521 // move uv row if input format needs it
/hardware/ti/omap4xxx/camera/
H A DEncoder_libjpeg.cpp103 static void nv21_to_yuv(uint8_t* dst, uint8_t* y, uint8_t* uv, int width) { argument
104 if (!dst || !y || !uv) {
110 uint8_t v0 = uv[0];
111 uint8_t u0 = *(uv+1);
117 if(!(width % 2)) uv+=2;
153 " vld2.8 {q0, q1} , [%[src]]! @ q0 = uv q1 = y \n\t"
449 // move uv row if input format needs it
/hardware/ti/omap4-aah/kernel-headers-ti/video/
H A Ddsscomp.h279 __u32 uv; member in struct:dss2_ovl_info::__anon3448::__anon3451

Completed in 208 milliseconds