HomeSort by relevance Sort by last modified time
    Searched refs:rotationDegrees (Results 1 - 25 of 37) 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/tuner/src/com/google/android/exoplayer/
MediaFormatUtil.java 38 int rotationDegrees = getOptionalIntegerV16(format, "rotation-degrees");
67 rotationDegrees,
  /cts/tests/camera/src/android/hardware/camera2/cts/testcases/
Camera2MultiViewTestCase.java 151 int rotationDegrees = 0;
159 rotationDegrees = 0;
162 rotationDegrees = 90;
165 rotationDegrees = 180;
168 rotationDegrees = 270;
174 if ((rotationDegrees % 180 == 0 &&
176 ((rotationDegrees % 180 != 0 &&
203 transformMatrix.postRotate((360 - rotationDegrees) % 360, centerX, centerY);
204 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);
  /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...]
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 223 int32_t rotationDegrees;
224 if (!format->findInt32("rotation-degrees", &rotationDegrees)) {
225 rotationDegrees = mRotationDegrees;
228 switch (rotationDegrees) {
  /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);
  /frameworks/av/media/libstagefright/
Utils.cpp 702 int32_t rotationDegrees;
703 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
704 msg->setInt32("rotation-degrees", rotationDegrees);
771 int32_t rotationDegrees;
772 if (meta->findInt32(kKeyRotation, &rotationDegrees))
    [all...]
  /packages/apps/Camera2/src/com/android/camera/captureintent/state/
StateReviewingPicture.java 252 public void onSessionCaptureIndicatorUpdate(Bitmap bitmap, int rotationDegrees) {
  /frameworks/av/media/extractors/mp4/
MPEG4Extractor.cpp     [all...]
  /frameworks/av/media/libmediaplayer2/nuplayer2/
NuPlayer2.cpp     [all...]
  /frameworks/av/media/libmediaplayerservice/nuplayer/
NuPlayer.cpp     [all...]

Completed in 788 milliseconds

1 2