Searched refs:mRotateAspect (Results 1 – 2 of 2) sorted by relevance
45 mRotateAspect = 1.f/mArrayAspect; in RotateAndCropMapper()124 float rw = cropAspect > mRotateAspect ? in updateCaptureRequest()125 ch * mRotateAspect : // pillarbox, not full width in updateCaptureRequest()127 float rh = cropAspect >= mRotateAspect ? in updateCaptureRequest()129 cw / mRotateAspect; // letterbox, not full height in updateCaptureRequest()251 float rw = cropAspect > mRotateAspect ? in updateCaptureResult()252 ch * mRotateAspect : // pillarbox, not full width in updateCaptureResult()254 float rh = cropAspect >= mRotateAspect ? in updateCaptureResult()256 cw / mRotateAspect; // letterbox, not full height in updateCaptureResult()
61 float mArrayAspect, mRotateAspect; variable