HomeSort by relevance Sort by last modified time
    Searched refs:rotation (Results 226 - 250 of 401) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXAlgo.cpp 1019 OMX_CONFIG_ROTATIONTYPE rotation; local
1031 OMX_INIT_STRUCT(rotation, OMX_CONFIG_ROTATIONTYPE);
1032 rotation.nRotation = degree;
1033 rotation.nPortIndex = mCameraAdapterParameters.mImagePortIndex;
1037 &rotation);
1040 CAMHAL_LOGEB("Error while configuring rotation 0x%x", eError);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
LocalMediaData.java 638 String rotation = null; local
649 rotation = retriever.extractMetadata(
667 if (rotation != null
668 && (rotation.equals("90") || rotation.equals("270"))) {
823 // We don't support rotation for video data.
    [all...]
  /device/lge/mako/camera/mm-camera-interface/
mm_jpeg_encoder.c 586 /* Set rotation based on the mode selected */
587 CDBG(" Setting Jpeg Rotation mode to %d ", jpegRotation );
697 int8_t mm_jpeg_encoder_setRotation(int rotation)
700 /* Set rotation configuration */
701 switch(rotation)
707 jpegRotation = rotation;
710 /* Invalid rotation mode, set to default */
711 CDBG(" Setting Default rotation mode ");
mm_omx_jpeg_encoder.c 376 /*temporarily set rotation in EXIF data. This is done to avoid
382 /*Get the orientation tag values depending on rotation*/
654 ALOGV("Set rotation to %d\n",jpegRotation);
764 int8_t mm_jpeg_encoder_setRotation(int rotation, int isZSL)
770 ALOGV("%s: Setting ZSL Mode to %d Rotation = %d\n",__func__,isZSLMode,rotation);
771 /* Set rotation configuration */
772 switch (rotation) {
777 jpegRotation = rotation;
780 /* Invalid rotation mode, set to default *
    [all...]
  /device/asus/flo/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1267 int rotation = mJpegSettings->jpeg_orientation; local
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3Channel.cpp 1289 int rotation = mJpegSettings->jpeg_orientation; local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/
VideoModule.java 153 // The display rotation in degrees. This is only valid when mPreviewing is
242 // Restart the preview if display rotation has changed.
244 // down and camera app is opened. Rotation animation will
245 // take some time and the rotation value we have got may be
395 // Set rotation and gps data.
396 int rotation = CameraUtil.getJpegRotation(mCameraId, mOrientation); local
397 mParameters.setRotation(rotation);
919 // display rotation. Just consider the sensor's orientation and we
923 // display rotation is considered.
1015 int rotation = 0; local
    [all...]
  /device/asus/flo/camera/QCamera2/HAL/
QCameraChannel.cpp 665 if (streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_90 ||
666 streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_270) {
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 96 job.encode_job.rotation = 0;
99 job.encode_job.rotation = 90;
  /external/chromium_org/media/video/capture/win/
video_capture_device_mf_win.cc 447 int rotation,
453 rotation, flip_vert, flip_horiz);
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videocapturer.cc 80 rotation(0),
363 // aspect ratio and rotation. The final size may be scaled down by video
387 captured_frame->pixel_height, captured_frame->rotation,
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11sym.h 204 SDL_X11_SYM(SizeID,XRRConfigCurrentConfiguration,(XRRScreenConfiguration *config,Rotation *rotation),(config,rotation),return)
206 SDL_X11_SYM(Status,XRRSetScreenConfig,(Display *dpy, XRRScreenConfiguration *config, Drawable draw, int size_index, Rotation rotation, Time timestamp),(dpy,config,draw,size_index,rotation,timestamp),return)
  /hardware/qcom/camera/QCamera2/HAL/
QCameraChannel.cpp 665 if (streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_90 ||
666 streamInfo->reprocess_config.pp_feature_config.rotation == ROTATE_270) {
  /hardware/qcom/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_snapshot.c 96 job.encode_job.rotation = 0;
99 job.encode_job.rotation = 90;
  /hardware/samsung_slsi/exynos5/include/
ExynosCamera.h 122 int rotation; member in struct:android::ExynosCameraInfo
667 //! Sets the rotation angle in degrees relative to the orientation of the camera.
668 bool setRotation(int rotation);
670 //! Gets the rotation angle in degrees relative to the orientation of the camera.
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSlidingWindow.java 51 public int rotation; field in class:AlbumSlidingWindow.AlbumEntry
271 entry.rotation = (item == null) ? 0 : item.getRotation();
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
__init__.py 133 getbaseclasses(rotation)
328 'trot' : rotation,
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindowManager.java 428 int mLandscapeRotation = 0; // default landscape rotation
429 int mSeascapeRotation = 0; // "other" landscape rotation, 180 degrees from mLandscapeRotation
430 int mPortraitRotation = 0; // default portrait rotation
431 int mUpsideDownRotation = 0; // "other" portrait rotation
553 public void onProposedRotationChanged(int rotation) {
554 if (localLOGV) Slog.v(TAG, "onProposedRotationChanged, rotation=" + rotation);
590 * the user has explicitly disabled sensor based rotation or when the
1231 int rotation = mContext.getResources().getInteger(resID); local
    [all...]
  /bionic/libc/kernel/common/video/
dsscomp.h 205 __u8 rotation; member in struct:dss2_ovl_cfg
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/inc/
mm_camera_interface.h 88 uint8_t rotation; member in struct:__anon2086
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_rdi.c 63 fmt->rotation = 0;
  /external/chromium_org/content/browser/renderer_host/media/
desktop_capture_device_unittest.cc 44 int rotation,
video_capture_manager_unittest.cc 55 int rotation,
  /external/jmonkeyengine/engine/src/jbullet/com/jme3/bullet/util/
DebugShapeFactory.java 90 // apply rotation
96 childCollisionShape.rotation.mult(tempRot, tempRot);
  /external/kernel-headers/original/video/
dsscomp.h 305 * rotation.
307 * 3) Rotation will not modify the output region, specifically
324 __u8 rotation; /* 0..3 (*90 degrees clockwise) */ member in struct:dss2_ovl_cfg
325 __u8 mirror; /* left-to-right: mirroring is applied after rotation */

Completed in 588 milliseconds

1 2 3 4 5 6 7 8 91011>>