Searched refs:HEIGHT_OFFSET (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilter.java42 private static int HEIGHT_OFFSET = 1000; field in class:FaceSquareFilter
85 int top = (tempRect.top+HEIGHT_OFFSET)*dims[1]/FACE_X_RANGE;
86 int bottom = (tempRect.bottom+HEIGHT_OFFSET)*dims[1]/FACE_X_RANGE;
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/tests/src/androidx/media/filterfw/samples/simplecamera/
H A DFaceSquareFilterTest.java85 final int HEIGHT_OFFSET = 1000;
87 int top = (faceRect.top+HEIGHT_OFFSET)*bitmap.getHeight()/FACE_X_RANGE;
88 int bottom = (faceRect.bottom+HEIGHT_OFFSET)*bitmap.getHeight()/FACE_X_RANGE;
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DParameters.cpp2891 const int HEIGHT_OFFSET = 1; local
2896 int height = availableJpegSizes.data.i32[i + HEIGHT_OFFSET];
/frameworks/av/services/camera/libcameraservice/device3/
H A DCamera3Device.cpp493 const int HEIGHT_OFFSET = 1; local
506 height == rawOpaqueSizes.data.i32[i + HEIGHT_OFFSET]) {

Completed in 148 milliseconds