Home | History | Annotate | Download | only in mm-camera-interface

Lines Matching refs:orientation

332     int orientation;
378 before hand. The orientation is set in the exif tag and
379 decoder will decode it will the right orientation. need to add double
382 /*Get the orientation tag values depending on rotation*/
385 orientation = 1; /*Normal*/
388 orientation = 6; /*Rotated 90 CCW*/
391 orientation = 3; /*Rotated 180*/
394 orientation = 8; /*Rotated 90 CW*/
397 orientation = 1;
404 tag.tag_entry.data._short = orientation;
405 ALOGV("%s jpegRotation = %d , orientation value =%d\n", __func__,
406 jpegRotation, orientation);
439 int orientation;