HomeSort by relevance Sort by last modified time
    Searched refs:mPictureRotation (Results 1 - 8 of 8) sorted by null

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCapture.cpp 141 if ( ( unsigned int ) varint != mPictureRotation) {
144 mPictureRotation = varint;
148 if (mPictureRotation) mPendingCaptureSettings |= SetRotation;
149 mPictureRotation = 0;
152 CAMHAL_LOGVB("Picture Rotation set %d", mPictureRotation);
766 ret = setPictureRotation(mPictureRotation);
    [all...]
OMXExif.cpp 665 ExifElementsTable::degreesToExifOrientation(mPictureRotation);
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXCapture.cpp 232 if (params.getInt(android::CameraParameters::KEY_ROTATION) != (int) mPictureRotation) {
235 mPictureRotation = params.getInt(android::CameraParameters::KEY_ROTATION);
239 if (mPictureRotation) mPendingCaptureSettings |= SetRotation;
240 mPictureRotation = 0;
243 CAMHAL_LOGVB("Picture Rotation set %d", mPictureRotation);
    [all...]
OMXExif.cpp 663 ExifElementsTable::degreesToExifOrientation(mPictureRotation);
OMXCameraAdapter.cpp     [all...]
  /hardware/ti/omap4-aah/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 384 unsigned int mPictureRotation;
    [all...]
  /hardware/ti/omap4xxx/camera/inc/OMXCameraAdapter/
OMXCameraAdapter.h 880 unsigned int mPictureRotation
    [all...]

Completed in 2511 milliseconds