Searched refs:outX (Results 1 – 5 of 5) sorted by relevance
448 for (unsigned int outX = 0; outX < width; outX++) { in captureRGBA() local450 unsigned int x = outX * DivW >> 10; in captureRGBA()487 for (unsigned int outX = 0; outX < width; outX++) { in captureRGB() local489 unsigned int x = outX * DivW >> 10; in captureRGB()543 for (unsigned int outX = 0; outX < width; outX++) { in captureYU12() local545 unsigned int x = outX * DivW >> 10; in captureYU12()559 if (outY % 2 == 0 && outX % 2 == 0) { in captureYU12()582 for (unsigned int outX = 0; outX < width; outX++) { in captureDepth() local584 unsigned int x = outX * DivW >> 10; in captureDepth()
71 for (unsigned int outX = 0; outX < width; outX++) { in captureRGBA() local73 unsigned int x = outX * DivW >> 10; in captureRGBA()129 for (unsigned int outX = 0; outX < width; outX++) { in captureYU12() local131 unsigned int x = outX * DivW >> 10; in captureYU12()145 if (outY % 2 == 0 && outX % 2 == 0) { in captureYU12()
20 void findOrthogonalVector(float inX, float inY, float inZ, float *outX, in findOrthogonalVector() argument22 ASSERT_NOT_NULL(outX); in findOrthogonalVector()49 *outX = x * invMag; in findOrthogonalVector()
162 void findOrthogonalVector(float inX, float inY, float inZ, float *outX,
506 for (unsigned int outX = 0; outX < stride; outX++) { in captureNV21() local519 if (outY % 2 == 0 && outX % 2 == 0) { in captureNV21()