Searched refs:HEIGHT_OFFSET (Results 1 – 4 of 4) sorted by relevance
42 private static int HEIGHT_OFFSET = 1000; field in FaceSquareFilter85 int top = (tempRect.top+HEIGHT_OFFSET)*dims[1]/FACE_X_RANGE; in drawBoxes()86 int bottom = (tempRect.bottom+HEIGHT_OFFSET)*dims[1]/FACE_X_RANGE; in drawBoxes()
85 final int HEIGHT_OFFSET = 1000; in testFaceSquareFilter() local87 int top = (faceRect.top+HEIGHT_OFFSET)*bitmap.getHeight()/FACE_X_RANGE; in testFaceSquareFilter()88 int bottom = (faceRect.bottom+HEIGHT_OFFSET)*bitmap.getHeight()/FACE_X_RANGE; in testFaceSquareFilter()
2974 const int HEIGHT_OFFSET = 1; in getAvailableJpegSizes() local2979 int height = availableJpegSizes.data.i32[i + HEIGHT_OFFSET]; in getAvailableJpegSizes()
497 const int HEIGHT_OFFSET = 1; in getRawOpaqueBufferSize() local510 height == rawOpaqueSizes.data.i32[i + HEIGHT_OFFSET]) { in getRawOpaqueBufferSize()