Home
last modified time | relevance | path

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

/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp448 for (unsigned int outX = 0; outX < width; outX++) { in captureRGBA() local
450 unsigned int x = outX * DivW >> 10; in captureRGBA()
487 for (unsigned int outX = 0; outX < width; outX++) { in captureRGB() local
489 unsigned int x = outX * DivW >> 10; in captureRGB()
543 for (unsigned int outX = 0; outX < width; outX++) { in captureYU12() local
545 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() local
584 unsigned int x = outX * DivW >> 10; in captureDepth()
/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp71 for (unsigned int outX = 0; outX < width; outX++) { in captureRGBA() local
73 unsigned int x = outX * DivW >> 10; in captureRGBA()
129 for (unsigned int outX = 0; outX < width; outX++) { in captureYU12() local
131 unsigned int x = outX * DivW >> 10; in captureYU12()
145 if (outY % 2 == 0 && outX % 2 == 0) { in captureYU12()
/device/google/contexthub/firmware/os/algos/common/math/
Dvec.c20 void findOrthogonalVector(float inX, float inY, float inZ, float *outX, in findOrthogonalVector() argument
22 ASSERT_NOT_NULL(outX); in findOrthogonalVector()
49 *outX = x * invMag; in findOrthogonalVector()
Dvec.h162 void findOrthogonalVector(float inX, float inY, float inZ, float *outX,
/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp506 for (unsigned int outX = 0; outX < stride; outX++) { in captureNV21() local
519 if (outY % 2 == 0 && outX % 2 == 0) { in captureNV21()