Searched refs:jpegRotation (Results 1 – 5 of 5) sorted by relevance
170 int jpegRotation = Surface.ROTATION_0; in takePicture() local173 jpegRotation = Surface.ROTATION_0; in takePicture()176 jpegRotation = Surface.ROTATION_90; in takePicture()179 jpegRotation = Surface.ROTATION_270; in takePicture()182 jpegRotation = Surface.ROTATION_180; in takePicture()186 mCameraOps.captureStillPicture(jpegRotation, name, mContext.getContentResolver()); in takePicture()
171 int jpegRotation = Surface.ROTATION_0; in takePicture() local174 jpegRotation = Surface.ROTATION_0; in takePicture()177 jpegRotation = Surface.ROTATION_90; in takePicture()180 jpegRotation = Surface.ROTATION_270; in takePicture()183 jpegRotation = Surface.ROTATION_180; in takePicture()187 mCameraOps.captureStillPicture(jpegRotation, name, mContext, mode); in takePicture()
373 jpegRotation = 0; in initialize()375 jpegRotation); in initialize()1656 validatedParams.jpegRotation = in set()1658 if (validatedParams.jpegRotation != 0 && in set()1659 validatedParams.jpegRotation != 90 && in set()1660 validatedParams.jpegRotation != 180 && in set()1661 validatedParams.jpegRotation != 270) { in set()1663 __FUNCTION__, validatedParams.jpegRotation); in set()2347 &jpegRotation, 1); in updateRequestJpeg()
65 int32_t jpegRotation; member
199 result.appendFormat(" Jpeg rotation: %d\n", p.jpegRotation); in dumpClient()