HomeSort by relevance Sort by last modified time
    Searched full:mpicturerotation (Results 1 - 3 of 3) sorted by null

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 156 if (params.getInt(CameraParameters::KEY_ROTATION) != mPictureRotation) {
159 mPictureRotation = params.getInt(CameraParameters::KEY_ROTATION);
163 if (mPictureRotation) mPendingCaptureSettings |= SetRotation;
164 mPictureRotation = 0;
167 CAMHAL_LOGVB("Picture Rotation set %d", mPictureRotation);
771 ret = setPictureRotation(mPictureRotation);
    [all...]
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 871 unsigned int mPictureRotation;
    [all...]

Completed in 229 milliseconds