HomeSort by relevance Sort by last modified time
    Searched refs:Orientation (Results 26 - 50 of 58) sorted by null

12 3

  /cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp 345 finalImage->Rotate(negative->Orientation());
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.cpp 95 (1 << Orientation) \
138 {"MPL Orientation", "Invensense", 1,
166 {"MPL Screen Orientation", "Invensense ", 1,
496 /* setup orientation matrix and scale */
560 mPendingEvents[Orientation].version = sizeof(sensors_event_t);
561 mPendingEvents[Orientation].sensor = ID_O;
562 mPendingEvents[Orientation].type = SENSOR_TYPE_ORIENTATION;
563 mPendingEvents[Orientation].orientation.status
594 mHandlers[Orientation] = &MPLSensor::orienHandler
    [all...]
MPLSensor.h 85 // bit mask of whether screen orientation is on
133 /* Uncomment to enable DMP display orientation
139 sensor type (DMP screen orientation) to the Java framework.
186 Orientation,
  /external/dng_sdk/source/
dng_validate.cpp 452 finalImage->Rotate (negative->Orientation ());
dng_negative.h 218 // Base orientation of both the thumbnail and raw data. This is
289 void SetBaseOrientation (const dng_orientation &orientation);
305 /// Logically rotates the image by changing the orientation values.
308 void ApplyOrientation (const dng_orientation &orientation);
753 // Metadata information (XMP, IPTC, EXIF, orientation)
918 void SetBaseOrientation (const dng_orientation &orientation)
920 Metadata ().SetBaseOrientation (orientation);
943 dng_orientation Orientation ()
948 /// Logically rotates the image by changing the orientation values.
951 void ApplyOrientation (const dng_orientation &orientation)
    [all...]
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 71 (1 << Orientation) \
97 #define INV_DMP_DISPL_ORIENTATION 0x002 //screen orientation
157 /* Screen Orientation is not currently supported */
  /external/jhead/
jhead.c 700 if (ImageInfo.Orientation >= 2 && ImageInfo.Orientation <= 8){
707 ErrFatal("Orientation screwup");
    [all...]
main.c 629 bufLen = addKeyValueInt(&buf, bufLen, "Orientation", ImageInfo.Orientation);
  /external/opencv3/modules/videoio/src/
cap_ios_abstract_camera.mm 87 // react to device orientation notifications
93 currentDeviceOrientation = [[UIDevice currentDevice] orientation];
120 // react to device orientation notifications
126 currentDeviceOrientation = [[UIDevice currentDevice] orientation];
232 #pragma mark - Device Orientation Changes
238 UIDeviceOrientation orientation = [UIDevice currentDevice].orientation;
240 switch (orientation)
246 currentDeviceOrientation = orientation;
254 NSLog(@"deviceOrientationDidChange: %d", (int)orientation);
    [all...]
  /external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/
UberColorPickerDialog.java 52 import android.graphics.drawable.GradientDrawable.Orientation;
218 * @param width Used to determine orientation and adjust layout accordingly
219 * @param height Used to determine orientation and adjust layout accordingly
238 //Setup the layout based on whether this is a portrait or landscape orientation.
558 GradientDrawable gradDraw = new GradientDrawable(Orientation.TOP_BOTTOM, colors);
  /packages/apps/Contacts/src/com/android/contacts/widget/
MultiShrinkScroller.java 188 GradientDrawable.Orientation.TOP_BOTTOM, mGradientColors);
190 GradientDrawable.Orientation.BOTTOM_TOP, mGradientColors);
    [all...]
  /device/google/contexthub/util/nanotool/
contexthub.cpp 54 { SensorType::Orientation, "orien" },
  /frameworks/base/core/java/android/widget/
GridLayout.java 80 * {@link GridLayout#setOrientation(int) orientation},
168 public @interface Orientation {}
171 * The horizontal orientation.
176 * The vertical orientation.
251 private static final int ORIENTATION = R.styleable.GridLayout_orientation;
292 setOrientation(a.getInt(ORIENTATION, DEFAULT_ORIENTATION));
305 * Returns the current orientation.
313 @Orientation
320 * GridLayout uses the orientation property for two purposes:
328 * when orientation is {@link #HORIZONTAL} the horizontal axis is laid out first
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/egg/
MLand.java 390 GradientDrawable.Orientation.BOTTOM_TOP,
    [all...]
  /frameworks/support/design/tests/src/android/support/design/widget/
NavigationViewTest.java 237 super(Orientation.TOP_BOTTOM, new int[] { color, color });
  /packages/apps/Camera2/src/com/android/camera/one/v2/
OneCameraZslImpl.java 613 int degrees = CameraUtil.getJpegRotation(captureParams.orientation, mCharacteristics);
625 exif.buildTag(ExifInterface.TAG_ORIENTATION, ExifInterface.Orientation.TOP_LEFT));
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveImage.java 323 ExifInterface.Orientation.TOP_LEFT));
706 values.put(Images.Media.ORIENTATION, 0);
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /frameworks/base/
compiled-classes-phone     [all...]
  /external/robolectric/v1/lib/main/
android.jar 
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/17/
android.jar 

Completed in 825 milliseconds

12 3