HomeSort by relevance Sort by last modified time
    Searched refs:rotation (Results 1 - 25 of 629) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/valgrind/memcheck/tests/
bug287260.c 5 signed int rotation : 10; member in struct:__anon26169
13 r.rotation = 45;
14 fprintf (stderr, "%d\n", r.rotation);
  /frameworks/base/core/java/android/view/
IRotationWatcher.aidl 24 void onRotationChanged(int rotation);
  /external/webrtc/webrtc/modules/rtp_rtcp/include/
rtp_cvo.h 13 #include "webrtc/common_video/rotation.h"
18 // 12.07.00_60/ts_126114v120700p.pdf Section 7.4.5. The rotation of a frame is
21 inline uint8_t ConvertVideoRotationToCVOByte(VideoRotation rotation) {
22 switch (rotation) {
36 inline VideoRotation ConvertCVOByteToVideoRotation(uint8_t rotation) {
37 switch (rotation) {
  /external/deqp/scripts/
build_android_mustpass.py 61 rotation = "unspecified", variable
68 rotation = "unspecified", variable
78 rotation = "unspecified", variable
85 rotation = "unspecified", variable
96 rotation = "unspecified", variable
104 rotation = "unspecified", variable
112 rotation = "unspecified", variable
118 rotation = "0", variable
120 filters = [include("gles3-master.txt"), include("gles3-rotation.txt")]),
123 rotation = "90" variable
128 rotation = "180", variable
133 rotation = "270", variable
140 rotation = "unspecified", variable
149 rotation = "unspecified", variable
159 rotation = "unspecified", variable
166 rotation = "0", variable
171 rotation = "90", variable
176 rotation = "180", variable
181 rotation = "270", variable
188 rotation = "unspecified", variable
195 rotation = "unspecified", variable
209 rotation = "unspecified", variable
224 rotation = "unspecified", variable
241 rotation = "unspecified", variable
248 rotation = "0", variable
254 rotation = "90", variable
260 rotation = "180", variable
266 rotation = "270", variable
274 rotation = "unspecified", variable
283 rotation = "unspecified", variable
301 rotation = "unspecified", variable
309 rotation = "0", variable
315 rotation = "90", variable
321 rotation = "180", variable
327 rotation = "270", variable
335 rotation = "unspecified", variable
343 rotation = "unspecified", variable
    [all...]
  /external/opencv/cv/src/
cvposit.cpp 114 CvMatr32f rotation, CvVect32f translation )
135 if( !rotation )
165 float tmp = objectVectors[i] * rotation[6] /*[2][0]*/ +
166 objectVectors[N + i] * rotation[7] /*[2][1]*/ +
167 objectVectors[2 * N + i] * rotation[8] /*[2][2]*/;
189 rotation[3*i+j] /*[i][j]*/ = 0;
192 rotation[3*i+j] /*[i][j]*/ += invMatrix[j * N + k] * imgVectors[i * N + k];
197 inorm = rotation[0] /*[0][0]*/ * rotation[0] /*[0][0]*/ +
198 rotation[1] /*[0][1]*/ * rotation[1] /*[0][1]*/ +
    [all...]
  /external/opencv3/modules/calib3d/src/
posit.cpp 115 float* rotation, float* translation )
129 if( !rotation )
166 float tmp = objectVectors[i] * rotation[6] /*[2][0]*/ +
167 objectVectors[N + i] * rotation[7] /*[2][1]*/ +
168 objectVectors[2 * N + i] * rotation[8] /*[2][2]*/;
190 rotation[3*i+j] /*[i][j]*/ = 0;
193 rotation[3*i+j] /*[i][j]*/ += invMatrix[j * N + k] * imgVectors[i * N + k];
199 rotation[0] /*[0][0]*/ * rotation[0] /*[0][0]*/ +
200 rotation[1] /*[0][1]*/ * rotation[1] /*[0][1]*/
    [all...]
  /external/webrtc/webrtc/test/
fake_texture_frame.cc 21 VideoRotation rotation) {
24 timestamp, render_time_ms, rotation);
  /packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallOrientationEventListener.java 50 * Say for e.g our threshold is x degrees. We will only notify UI when our current rotation is
56 // Rotation threshold is 10 degrees. So if the rotation angle is within 10 degrees of any of
62 * Cache the current rotation of the device.
73 * Note that this API receives sensor rotation in degrees as a param and we convert that to
78 * @param rotation The new device sensor rotation in degrees
81 public void onOrientationChanged(int rotation) {
82 if (rotation == OrientationEventListener.ORIENTATION_UNKNOWN) {
86 final int orientation = toScreenOrientation(rotation);
    [all...]
  /hardware/intel/img/psb_video/src/android/
psb_android_glue.h 41 int psb_android_surfaceflinger_status(void** surface, int *sf_compostion, int *rotation, int *widi);
46 int psb_android_surfaceflinger_rotate(void* window, int *rotation);
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
Transition3d.java 81 * Setup a new 3D rotation on the container view.
84 * @param start the start angle at which the rotation must begin
85 * @param end the end angle of the rotation
92 // Create a new 3D rotation with the supplied parameter
94 final Rotate3dAnimation rotation = local
96 rotation.setDuration(500);
97 rotation.setFillAfter(true);
98 rotation.setInterpolator(new AccelerateInterpolator());
99 rotation.setAnimationListener(new DisplayNextView(position));
101 mContainer.startAnimation(rotation);
151 Rotate3dAnimation rotation; local
    [all...]
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
VideoTrackDecoder.java 43 public void grabFrame(FrameImage2D outputVideoFrame, int rotation) {
51 copyFrameDataTo(outputVideoFrame, rotation);
87 protected static boolean needSwapDimension(int rotation) {
88 switch(rotation) {
96 throw new IllegalArgumentException("Unsupported rotation angle.");
104 * @param rotation The desired rotation of the frame
106 protected abstract void copyFrameDataTo(FrameImage2D outputVideoFrame, int rotation);
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/document_scan_test_app/
scan.css 25 -webkit-animation: rotation .6s infinite linear;
26 animation: rotation .6s infinite linear;
39 @-webkit-keyframes rotation {
  /frameworks/av/include/media/stagefright/
SurfaceUtils.h 28 * Configures |nativeWindow| for given |width|x|height|, pixel |format|, |rotation| and |usage|.
34 int width, int height, int format, int rotation, int usage, bool reconnect);
  /packages/apps/Gallery/src/com/android/camera/
RotateBitmap.java 32 public RotateBitmap(Bitmap bitmap, int rotation) {
34 mRotation = rotation % 360;
37 public void setRotation(int rotation) {
38 mRotation = rotation;
57 // We want to do the rotation at origin, but since the bounding
58 // rectangle will be changed after rotation, so the delta values
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowDisplay.java 25 private int rotation = Surface.ROTATION_0; field in class:ShadowDisplay
61 return rotation;
125 public void setRotation(int rotation) {
126 this.rotation = rotation;
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 58 int rotation = 0; local
62 if ((err = parcel->readInt32(&rotation)) != OK) {
63 ALOGE("%s: Failed to read rotation from parcel", __FUNCTION__);
80 mRotation = rotation;
83 ALOGV("%s: OutputConfiguration: bp = %p, name = %s, rotation = %d, setId = %d", __FUNCTION__,
89 OutputConfiguration::OutputConfiguration(sp<IGraphicBufferProducer>& gbp, int rotation,
92 mRotation = rotation;
  /external/webrtc/webrtc/
video_frame.h 17 #include "webrtc/common_video/rotation.h"
28 VideoRotation rotation);
65 VideoRotation rotation);
74 VideoRotation rotation);
122 // "pending rotation" or "pending" = a frame that has a VideoRotation > 0.
126 // "apply rotation" = modify a frame from being "pending" to being "not
127 // pending" rotation (a no-op for "unrotated").
129 VideoRotation rotation() const { return rotation_; } function in class:webrtc::VideoFrame
130 void set_rotation(VideoRotation rotation) {
131 rotation_ = rotation;
    [all...]
  /external/webrtc/talk/media/base/
videoframefactory.cc 54 (input_frame->rotation == webrtc::kVideoRotation_90 ||
55 input_frame->rotation == webrtc::kVideoRotation_270)) {
  /frameworks/base/core/java/android/hardware/camera2/params/
OutputConfiguration.java 44 * Rotation constant: 0 degree rotation (no rotation)
52 * Rotation constant: 90 degree counterclockwise rotation.
60 * Rotation constant: 180 degree counterclockwise rotation.
68 * Rotation constant: 270 degree counterclockwise rotation.
135 * <p>This constructor takes an argument for desired camera rotation</p
216 int rotation = source.readInt(); local
    [all...]
  /packages/apps/Camera2/src/com/android/camera/processing/imagebackend/
ImageToProcess.java 32 public final OrientationManager.DeviceOrientation rotation; field in class:ImageToProcess
42 * be performed *before* any rotation, and a crop rectangle of
48 this.rotation = imageRotation;
  /development/samples/devbytes/animation/CardFlip/src/com/example/android/cardflip/
CardView.java 134 PropertyValuesHolder rotation = PropertyValuesHolder.ofFloat(View.ROTATION_Y, local
142 ObjectAnimator cardAnimator = ObjectAnimator.ofPropertyValuesHolder(this, rotation,
250 * Returns a rotation animation which rotates this card by some degree about
258 int rotation = cardFromTop * ROTATION_PER_CARD;
261 rotation = -rotation;
265 rotation = 0;
268 return ObjectAnimator.ofFloat(this, View.ROTATION, rotation);
272 * Returns a full rotation animator which rotates this card by 360 degree
    [all...]
  /external/webrtc/talk/app/webrtc/
androidvideocapturer.cc 59 int rotation,
61 RTC_DCHECK(rotation == 0 || rotation == 90 || rotation == 180 ||
62 rotation == 270);
67 captured_frame_.rotation = static_cast<webrtc::VideoRotation>(rotation);
91 captured_frame->time_stamp, captured_frame->rotation));
111 apply_rotation_ ? input_frame->rotation :
115 apply_rotation_ ? webrtc::kVideoRotation_0 : input_frame->rotation);
    [all...]
  /packages/apps/Camera2/src/com/android/camera/data/
VideoRotationMetadataLoader.java 30 final String rotation = filmstripItem.getMetadata().getVideoOrientation(); local
31 return ROTATE_90.equals(rotation) || ROTATE_270.equals(rotation);
  /external/webrtc/talk/media/webrtc/
webrtcvideoframe.h 47 webrtc::VideoRotation rotation);
65 webrtc::VideoRotation rotation);
86 webrtc::VideoRotation rotation,
126 void SetRotation(webrtc::VideoRotation rotation) override {
127 rotation_ = rotation;
  /packages/apps/Camera2/src/com/android/camera/
CaptureModuleUtil.java 38 int rotation = CameraUtil.getDisplayRotation(); local
40 if (((rotation == Surface.ROTATION_0 || rotation == Surface.ROTATION_180) &&
42 ((rotation == Surface.ROTATION_90 || rotation == Surface.ROTATION_270) &&

Completed in 1428 milliseconds

1 2 3 4 5 6 7 8 91011>>