Home | History | Annotate | Download | only in camera

Lines Matching refs:ORIENTATION

159         int orientation = orientationInput;
161 if (orientation == OrientationEventListener.ORIENTATION_UNKNOWN) {
162 orientation = 0;
165 orientation = orientation % 360;
167 if (orientation < (0 * 90) + 45) {
169 } else if (orientation < (1 * 90) + 45) {
171 } else if (orientation < (2 * 90) + 45) {
173 } else if (orientation < (3 * 90) + 45) {
186 // picture. The degree is a one element array which returns the orientation
230 values.put(Images.Media.ORIENTATION, degree[0]);
251 int orientation = exif.getAttributeInt(
253 if (orientation != -1) {
254 // We only recognize a subset of orientation tag values.
255 switch(orientation) {