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

1 2

  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
BitmapWithMetadata.java 29 public int rotationDegrees;
31 public BitmapWithMetadata(Bitmap bitmap, int rotationDegrees) {
33 this.rotationDegrees = rotationDegrees;
  /packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
VideoScale.java 30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) {
50 if (rotationDegrees == 90.0f || rotationDegrees == 270.0f) {
75 rotationDegrees);
85 if (rotationDegrees != 0) {
86 transform.postRotate(rotationDegrees, viewWidth / 2.0f, viewHeight / 2.0f);
  /packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
VideoSurfaceBindings.java 36 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) {
37 VideoScale.scaleVideoAndFillView(textureView, videoWidth, videoHeight, rotationDegrees);
  /packages/apps/Camera2/src/com/android/camera/session/
SessionNotifier.java 51 final int rotationDegrees);
CaptureSessionManager.java 51 * @param rotationDegrees the rotation of the updated preview
53 public void onSessionCaptureIndicatorUpdate(Bitmap bitmap, int rotationDegrees);
CaptureSession.java 160 * @param rotationDegrees the rotation of the thumbnail in degrees
162 public void updateCaptureIndicatorThumbnail(Bitmap bitmap, int rotationDegrees);
CaptureSessionImpl.java 190 public void updateCaptureIndicatorThumbnail(Bitmap indicator, int rotationDegrees) {
194 onCaptureIndicatorUpdate(indicator, rotationDegrees);
459 private void onCaptureIndicatorUpdate(Bitmap indicator, int rotationDegrees) {
460 mSessionNotifier.notifySessionCaptureIndicatorAvailable(indicator, rotationDegrees);
CaptureSessionManagerImpl.java 196 * @param rotationDegrees the rotation of the updated preview
200 rotationDegrees) {
206 listener.onSessionCaptureIndicatorUpdate(indicator, rotationDegrees);
  /frameworks/av/cmds/stagefright/
muxer.cpp 63 int rotationDegrees,
161 muxer->setOrientationHint(rotationDegrees);
236 int rotationDegrees = 0;
283 rotationDegrees = atoi(optarg);
325 enableTrim, trimStartTimeMs, trimEndTimeMs, rotationDegrees, container);
  /packages/apps/TV/src/com/android/exoplayer/
MediaFormatUtil.java 40 int rotationDegrees = getOptionalIntegerV16(format, "rotation-degrees");
59 maxInputSize, durationUs, width, height, rotationDegrees, MediaFormat.NO_VALUE,
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 142 int rotationDegrees = 0;
150 rotationDegrees = 0;
153 rotationDegrees = 90;
156 rotationDegrees = 180;
159 rotationDegrees = 270;
165 if ((rotationDegrees % 180 == 0 &&
167 ((rotationDegrees % 180 != 0 &&
194 transformMatrix.postRotate((360 - rotationDegrees) % 360, centerX, centerY);
195 if ((rotationDegrees % 180) == 90) {
  /hardware/intel/common/libmix/videodecoder/
VideoDecoderDefs.h 134 uint32_t rotationDegrees;
158 uint32_t rotationDegrees;
VideoDecoderBase.h 205 void setRotationDegrees(int32_t rotationDegrees);
VideoDecoderBase.cpp     [all...]
VideoDecoderMPEG2.cpp 157 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees);
VideoDecoderVP8.cpp 188 VideoDecoderBase::setRotationDegrees(buffer->rotationDegrees);
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 182 int32_t rotationDegrees;
183 if (!format->findInt32("rotation-degrees", &rotationDegrees)) {
184 rotationDegrees = mRotationDegrees;
187 switch (rotationDegrees) {
  /hardware/intel/common/omx-components/videocodec/
OMXVideoDecoderBase.cpp 566 p->rotationDegrees = mRotationDegrees;
614 p->rotationDegrees = degree;
615 LOGV("rotationDegrees = %d", p->rotationDegrees);
617 p->rotationDegrees = mRotationDegrees;
668 p->rotationDegrees = degree;
669 LOGV("rotationDegrees = %d", p->rotationDegrees);
671 p->rotationDegrees = mRotationDegrees;
    [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/
CaptureIntentSession.java 118 public void updateCaptureIndicatorThumbnail(Bitmap indicator, int rotationDegrees) {
  /packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/
MtpImageView.java 208 mLastRotationDegrees = bitmapWithMetadata.rotationDegrees;
211 setRotation(bitmapWithMetadata.rotationDegrees);
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateReviewingPicture.java 252 public void onSessionCaptureIndicatorUpdate(Bitmap bitmap, int rotationDegrees) {
  /frameworks/av/media/libstagefright/
Utils.cpp 713 int32_t rotationDegrees;
714 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
715 msg->setInt32("rotation-degrees", rotationDegrees);
782 int32_t rotationDegrees;
783 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
784 msg->setInt32("rotation-degrees", rotationDegrees);
    [all...]
MPEG4Extractor.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]
  /packages/apps/Camera2/src/com/android/camera/
CameraActivity.java     [all...]

Completed in 555 milliseconds

1 2