Searched refs:mRotateAspect (Results 1 – 2 of 2) sorted by relevance
62 mRotateAspect = 1.f/mArrayAspect; in RotateAndCropMapper()141 float rw = cropAspect > mRotateAspect ? in updateCaptureRequest()142 ch * mRotateAspect : // pillarbox, not full width in updateCaptureRequest()144 float rh = cropAspect >= mRotateAspect ? in updateCaptureRequest()146 cw / mRotateAspect; // letterbox, not full height in updateCaptureRequest()268 float rw = cropAspect > mRotateAspect ? in updateCaptureResult()269 ch * mRotateAspect : // pillarbox, not full width in updateCaptureResult()271 float rh = cropAspect >= mRotateAspect ? in updateCaptureResult()273 cw / mRotateAspect; // letterbox, not full height in updateCaptureResult()
63 float mArrayAspect, mRotateAspect; variable