HomeSort by relevance Sort by last modified time
    Searched refs:orientation (Results 126 - 150 of 686) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/chromium_org/third_party/WebKit/public/platform/
WebScrollbar.h 45 enum Orientation {
108 virtual Orientation orientation() const = 0;
  /external/chromium_org/ui/views/layout/
box_layout.h 28 enum Orientation {
37 BoxLayout(Orientation orientation,
60 const Orientation orientation_;
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
eventhistory.h 27 QVariant headerData(int section, Qt::Orientation orientation,
eventhistory.cpp 47 QVariant EventListModel::headerData(int section, Qt::Orientation orientation,
53 if (orientation == Qt::Horizontal) {
  /frameworks/av/libvideoeditor/vss/inc/
M4EXIFC_CommonAPI.h 89 M4COMMON_Orientation orientation; /**< orientation of image */ member in struct:__anon31066
  /frameworks/base/core/jni/
android_content_res_Configuration.cpp 39 jfieldID orientation; member in struct:android::__anon31840
64 out->orientation = env->GetIntField(clazz, gConfigurationClassInfo.orientation);
115 GET_FIELD_ID(gConfigurationClassInfo.orientation, clazz,
116 "orientation", "I");
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/
data_builder.h 63 /** Orientation Descriptor. Describes how to go from the mounting frame to the body frame when
70 int orientation; member in struct:inv_single_sensor_t
153 void inv_set_gyro_orientation_and_scale(int orientation, long sensitivity);
154 void inv_set_accel_orientation_and_scale(int orientation,
156 void inv_set_compass_orientation_and_scale(int orientation,
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.h 73 /** Orientation Descriptor. Describes how to go from the mounting frame to the body frame when
80 int orientation; member in struct:inv_single_sensor_t
207 void inv_set_gyro_orientation_and_scale(int orientation, long sensitivity);
208 void inv_set_accel_orientation_and_scale(int orientation,
210 void inv_set_compass_orientation_and_scale(int orientation,
data_builder.c 178 /** Sets orientation and sensitivity field for a sensor.
180 * @param[in] orientation Orientation description of how part is mounted.
185 int orientation, long sensitivity)
196 // Make sure we don't describe some impossible orientation
197 if ((orientation & 3) == 3) {
200 if ((orientation & 0x18) == 0x18) {
203 if ((orientation & 0xc0) == 0xc0) {
207 orientation = 0x88; // Identity
208 MPL_LOGE("\n\nCritical error! Impossible mounting orientation given. Using Identity instead\n\n")
    [all...]
ml_math_func.c 577 /** Converts an orientation matrix made up of 0,+1,and -1 to a scalar representation.
578 * @param[in] mtx Orientation matrix to convert to a scalar.
579 * @return Description of orientation matrix. The lowest 2 bits (0 and 1) represent the column the one is on for the
608 /** Uses the scalar orientation value to convert from chip frame to body frame
609 * @param[in] orientation A scalar that represent how to go from chip to body frame
613 void inv_convert_to_body(unsigned short orientation, const long *input, long *output)
615 output[0] = input[orientation & 0x03] * SIGNSET(orientation & 0x004);
616 output[1] = input[(orientation>>3) & 0x03] * SIGNSET(orientation & 0x020)
    [all...]
  /packages/apps/Camera/src/com/android/camera/
CameraModule.java 71 public void onOrientationChanged(int orientation);
Storage.java 80 long date, Location location, int orientation, byte[] jpeg,
85 return addImage(resolver, title, date, location, orientation,
91 long date, Location location, int orientation, int jpegLength,
100 values.put(ImageColumns.ORIENTATION, orientation);
  /packages/apps/Camera2/src/com/android/camera/
CameraModule.java 62 public void onOrientationChanged(int orientation);
  /packages/apps/UnifiedEmail/src/com/android/bitmap/
DecodeTask.java 132 Trace.beginSection("get orientation");
140 final int orientation = Exif.getOrientation(in, byteSize); local
148 final boolean isNotRotatedOr180 = orientation == 0 || orientation == 180;
151 if (orientation != 0) {
153 // to orientation
185 // We want to calculate the sample size "as if" the orientation has been corrected.
186 final int srcW, srcH; // Orientation corrected.
197 if (isJellyBeanOrAbove && orientation == 0) {
232 final Rect srcRect = new Rect(); // Not orientation corrected. True coordinates
    [all...]
  /cts/tests/tests/dpi/src/android/dpi/cts/
AspectRatioTest.java 79 private Activity startOrientationActivity(int orientation) {
81 intent.putExtra(OrientationActivity.EXTRA_ORIENTATION, orientation);
  /development/apps/WidgetPreview/src/com/android/widgetpreview/
WidgetPreviewActivity.java 227 int orientationCode = getResources().getConfiguration().orientation;
228 String orientation; local
229 if (getResources().getConfiguration().orientation == Configuration.ORIENTATION_LANDSCAPE) {
230 orientation = "landscape";
232 orientation = "portrait";
234 orientation = "square";
236 orientation = "undefined";
238 return new File(path, name + "_ori_" + orientation + ".png");
  /external/chromium_org/media/base/android/java/src/org/chromium/media/
VideoCapture.java 111 mCameraOrientation = camera_info.orientation;
114 Log.d(TAG, "allocate: device orientation=" + mDeviceOrientation +
115 ", camera orientation=" + mCameraOrientation +
314 "onPreviewFrame: device orientation=" +
315 mDeviceOrientation + ", camera orientation=" +
382 return mCameraInfo.orientation;
395 int orientation = 0; local
401 orientation = 90;
404 orientation = 180;
407 orientation = 270
    [all...]
  /external/chromium_org/ppapi/proxy/
printing_resource_unittest.cc 91 EXPECT_EQ(reply_settings.orientation, output_settings.orientation);
  /external/chromium_org/printing/
print_settings_initializer_gtk.cc 69 // orientation, all that does is change the paper size. Which seems to be
71 // The orientation value stays as portrait and does not actually affect
74 // orientation and change the paper size ourselves.
75 GtkPageOrientation orientation = gtk_print_settings_get_orientation(settings); local
76 print_settings->SetOrientation(orientation == GTK_PAGE_ORIENTATION_LANDSCAPE);
  /external/chromium_org/third_party/WebKit/Source/core/platform/chromium/support/
WebScrollbarImpl.cpp 116 WebScrollbar::Orientation WebScrollbarImpl::orientation() const function in class:WebKit::WebScrollbarImpl
118 return static_cast<WebScrollbar::Orientation>(m_scrollbar->orientation());
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/win/
FontCustomPlatformDataWin.cpp 76 FontPlatformData FontCustomPlatformData::fontPlatformData(int size, bool bold, bool italic, FontOrientation orientation, FontWidthVariant)
107 return FontPlatformData(hfont, size, orientation);
  /packages/apps/LegacyCamera/src/com/android/camera/
Exif.java 94 // Get the tag and check if it is orientation.
98 int orientation = pack(jpeg, offset + 8, 2, littleEndian); local
99 switch (orientation) {
109 Log.i(TAG, "Unsupported orientation");
117 Log.i(TAG, "Orientation not found");
  /external/replicaisland/src/com/replica/replicaisland/
InputGameInterface.java 80 final InputXY orientation = input.getOrientationSensor(); local
83 mTilt.clone(orientation);
111 mDirectionalPad.clone(orientation);
113 filterOrientationForMovement(orientation.getX()),
114 filterOrientationForMovement(orientation.getY()));
304 public void setUseOrientationForMovement(boolean orientation) {
305 mUseOrientationForMovement = orientation;
  /packages/apps/Camera2/src/com/android/camera/crop/
ImageLoader.java 48 public static final int ORI_NORMAL = ExifInterface.Orientation.TOP_LEFT;
49 public static final int ORI_ROTATE_90 = ExifInterface.Orientation.RIGHT_TOP;
50 public static final int ORI_ROTATE_180 = ExifInterface.Orientation.BOTTOM_LEFT;
51 public static final int ORI_ROTATE_270 = ExifInterface.Orientation.RIGHT_BOTTOM;
52 public static final int ORI_FLIP_HOR = ExifInterface.Orientation.TOP_RIGHT;
53 public static final int ORI_FLIP_VERT = ExifInterface.Orientation.BOTTOM_RIGHT;
54 public static final int ORI_TRANSPOSE = ExifInterface.Orientation.LEFT_TOP;
55 public static final int ORI_TRANSVERSE = ExifInterface.Orientation.LEFT_BOTTOM;
86 * Returns the image's orientation flag. Defaults to ORI_NORMAL if no valid
87 * orientation was found
135 int orientation = tagval; local
162 int orientation = getMetadataOrientation(context, uri); local
377 int orientation = getMetadataOrientation(context, sourceUri); local
    [all...]
  /device/lge/mako/camera/
QCameraParameters.cpp 201 const char* orientation = get("orientation"); local
202 if (orientation && !strcmp(orientation, portrait))
206 void QCameraParameters::setOrientation(int orientation)
208 if (orientation == CAMERA_ORIENTATION_PORTRAIT) {
209 set("orientation", portrait);
211 set("orientation", landscape);

Completed in 850 milliseconds

1 2 3 4 56 7 8 91011>>