Home
last modified time | relevance | path

Searched refs:switchDimensions (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/services/camera/libcameraservice/common/
DDepthPhotoProcessor.cpp336 bool *switchDimensions /*out*/) { in processDepthMapFrame() argument
337 if ((items == nullptr) || (switchDimensions == nullptr)) { in processDepthMapFrame()
348 *switchDimensions = false; in processDepthMapFrame()
353 *switchDimensions = rotateAndUnpack(inputFrame, &points, &confidence, &near, &far); in processDepthMapFrame()
360 if (*switchDimensions) { in processDepthMapFrame()
432 bool switchDimensions; in processDepthPhotoFrame() local
434 &switchDimensions); in processDepthPhotoFrame()
448 if (switchDimensions) { in processDepthPhotoFrame()
/frameworks/av/services/camera/libcameraservice/tests/
DDepthProcessorTest.cpp53 bool switchDimensions, std::vector<uint8_t> *colorJpegBuffer /*out*/) { in generateColorJpegBuffer() argument
65 if (switchDimensions) { in generateColorJpegBuffer()
308 bool switchDimensions = false; in TEST() local
313 switchDimensions = true; in TEST()
318 switchDimensions, &colorJpegBuffer); in TEST()