Home
last modified time | relevance | path

Searched defs:outY (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/guest/hals/camera/fake-pipeline2/
DSensor.cpp429 for (unsigned int y = 0, outY = 0; y < mResolution[1]; y += inc, outY++) { in captureRGBA() local
458 for (unsigned int y = 0, outY = 0; y < mResolution[1]; y += inc, outY++) { in captureRGB() local
502 for (unsigned int y = 0, outY = 0; y < mResolution[1]; y += inc, outY++) { in captureNV21() local
541 for (unsigned int y = 0, outY = 0; y < mResolution[1]; y += inc, outY++) { in captureDepth() local
/device/generic/goldfish/camera/fake-pipeline2/
DSensor.cpp442 for (unsigned int outY = 0; outY < height; outY++) { in captureRGBA() local
481 for (unsigned int outY = 0; outY < height; outY++) { in captureRGB() local
535 for (unsigned int outY = 0; outY < height; outY++) { in captureYU12() local
576 for (unsigned int outY = 0; outY < height; outY++) { in captureDepth() local
/device/generic/goldfish/camera/
DEmulatorCameraTest.cpp65 for (unsigned int outY = 0; outY < height; outY++) { in captureRGBA() local
120 for (unsigned int outY = 0; outY < height; outY++) { in captureYU12() local
/device/google/contexthub/firmware/os/algos/common/math/
Dvec.c21 float *outY, float *outZ) { in findOrthogonalVector()