Searched refs:mRotateAspect (Results 1 – 2 of 2) sorted by relevance
59 mRotateAspect = 1.f/mArrayAspect; in RotateAndCropMapper()138 float rw = cropAspect > mRotateAspect ? in updateCaptureRequest()139 ch * mRotateAspect : // pillarbox, not full width in updateCaptureRequest()141 float rh = cropAspect >= mRotateAspect ? in updateCaptureRequest()143 cw / mRotateAspect; // letterbox, not full height in updateCaptureRequest()265 float rw = cropAspect > mRotateAspect ? in updateCaptureResult()266 ch * mRotateAspect : // pillarbox, not full width in updateCaptureResult()268 float rh = cropAspect >= mRotateAspect ? in updateCaptureResult()270 cw / mRotateAspect; // letterbox, not full height in updateCaptureResult()
63 float mArrayAspect, mRotateAspect; variable