/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/ |
H A D | VideoScale.java | 30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView() argument 50 if (rotationDegrees == 90.0f || rotationDegrees == 270.0f) { in scaleVideoAndFillView() 75 rotationDegrees); in scaleVideoAndFillView() 85 if (rotationDegrees != 0) { in scaleVideoAndFillView() 86 transform.postRotate(rotationDegrees, viewWidth / 2.0f, viewHeight / 2.0f); in scaleVideoAndFillView()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/ |
H A D | BitmapWithMetadata.java | 29 public int rotationDegrees; field in BitmapWithMetadata 31 public BitmapWithMetadata(Bitmap bitmap, int rotationDegrees) { in BitmapWithMetadata() argument 33 this.rotationDegrees = rotationDegrees; in BitmapWithMetadata()
|
/aosp12/frameworks/av/cmds/stagefright/ |
H A D | muxer.cpp | 63 int rotationDegrees, in muxing() argument 161 muxer->setOrientationHint(rotationDegrees); in muxing() 236 int rotationDegrees = 0; in main() local 283 rotationDegrees = atoi(optarg); in main() 325 enableTrim, trimStartTimeMs, trimEndTimeMs, rotationDegrees, container); in main()
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/ |
H A D | VideoSurfaceBindings.java | 36 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView() argument 37 VideoScale.scaleVideoAndFillView(textureView, videoWidth, videoHeight, rotationDegrees); in scaleVideoAndFillView()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/session/ |
H A D | CaptureSessionImpl.java | 190 public void updateCaptureIndicatorThumbnail(Bitmap indicator, int rotationDegrees) { in updateCaptureIndicatorThumbnail() argument 194 onCaptureIndicatorUpdate(indicator, rotationDegrees); in updateCaptureIndicatorThumbnail() 459 private void onCaptureIndicatorUpdate(Bitmap indicator, int rotationDegrees) { in onCaptureIndicatorUpdate() argument 460 mSessionNotifier.notifySessionCaptureIndicatorAvailable(indicator, rotationDegrees); in onCaptureIndicatorUpdate()
|
H A D | SessionNotifier.java | 51 final int rotationDegrees); in notifySessionCaptureIndicatorAvailable() argument
|
H A D | CaptureSessionManagerImpl.java | 200 rotationDegrees) { in notifySessionCaptureIndicatorAvailable() argument 206 listener.onSessionCaptureIndicatorUpdate(indicator, rotationDegrees); in notifySessionCaptureIndicatorAvailable()
|
H A D | CaptureSessionManager.java | 53 public void onSessionCaptureIndicatorUpdate(Bitmap bitmap, int rotationDegrees); in onSessionCaptureIndicatorUpdate() argument
|
H A D | CaptureSession.java | 162 public void updateCaptureIndicatorThumbnail(Bitmap bitmap, int rotationDegrees); in updateCaptureIndicatorThumbnail() argument
|
/aosp12/packages/apps/TV/tuner/src/com/google/android/exoplayer/ |
H A D | MediaFormatUtil.java | 38 int rotationDegrees = getOptionalIntegerV16(format, "rotation-degrees"); in createMediaFormat() local 67 rotationDegrees, in createMediaFormat()
|
/aosp12/frameworks/av/media/libstagefright/colorconversion/ |
H A D | SoftwareRenderer.cpp | 231 int32_t rotationDegrees; in resetFormatIfChanged() local 232 if (!format->findInt32("rotation-degrees", &rotationDegrees)) { in resetFormatIfChanged() 233 rotationDegrees = mRotationDegrees; in resetFormatIfChanged() 236 switch (rotationDegrees) { in resetFormatIfChanged()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/ingest/ui/ |
H A D | MtpImageView.java | 208 mLastRotationDegrees = bitmapWithMetadata.rotationDegrees; in onMtpImageDataFetchedFromDevice() 211 setRotation(bitmapWithMetadata.rotationDegrees); in onMtpImageDataFetchedFromDevice()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/ |
H A D | FileSampleExtractor.java | 147 int rotationDegrees = getOptionalIntegerV16(mediaFormat, "rotation-degrees"); in createFormat() local 191 rotationDegrees, in createFormat()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | Utils.cpp | 1040 int32_t rotationDegrees; in convertMetaDataToMessage() local 1041 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 1042 msg->setInt32("rotation-degrees", rotationDegrees); in convertMetaDataToMessage() 1148 int32_t rotationDegrees; in convertMetaDataToMessage() local 1149 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 1150 msg->setInt32("rotation-degrees", rotationDegrees); in convertMetaDataToMessage() 1818 int32_t rotationDegrees; in convertMessageToMetaData() local 1819 if (msg->findInt32("rotation-degrees", &rotationDegrees)) { in convertMessageToMetaData() 1820 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
|
H A D | MPEG4Writer.cpp | 2867 int32_t rotationDegrees; in start() local 2869 params->findInt32(kKeyRotation, &rotationDegrees)) { in start() 2870 mRotation = rotationDegrees; in start()
|
H A D | ACodec.cpp | 2062 int32_t rotationDegrees; in configureCodec() local 2063 if (msg->findInt32("rotation-degrees", &rotationDegrees)) { in configureCodec() 2064 mRotationDegrees = rotationDegrees; in configureCodec()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/ |
H A D | CaptureIntentSession.java | 120 public void updateCaptureIndicatorThumbnail(Bitmap indicator, int rotationDegrees) { in updateCaptureIndicatorThumbnail() argument
|
/aosp12/packages/apps/Camera2/src/com/android/camera/captureintent/state/ |
H A D | StateReviewingPicture.java | 252 public void onSessionCaptureIndicatorUpdate(Bitmap bitmap, int rotationDegrees) {
|
H A D | StateReadyForCapture.java | 670 public void onSessionCaptureIndicatorUpdate(Bitmap bitmap, int rotationDegrees) {
|
/aosp12/frameworks/av/media/libmediaplayerservice/nuplayer/ |
H A D | NuPlayer.cpp | 2116 int32_t rotationDegrees; in updateVideoSize() local 2117 if (!inputFormat->findInt32("rotation-degrees", &rotationDegrees)) { in updateVideoSize() 2118 rotationDegrees = 0; in updateVideoSize() 2121 if (rotationDegrees == 90 || rotationDegrees == 270) { in updateVideoSize()
|
/aosp12/frameworks/av/media/extractors/mp4/ |
H A D | MPEG4Extractor.cpp | 3915 uint32_t rotationDegrees; in parseTrackHeader() local 3920 rotationDegrees = 0; in parseTrackHeader() 3922 rotationDegrees = 90; in parseTrackHeader() 3924 rotationDegrees = 270; in parseTrackHeader() 3926 rotationDegrees = 180; in parseTrackHeader() 3929 rotationDegrees = 0; in parseTrackHeader() 3932 if (rotationDegrees != 0) { in parseTrackHeader() 3933 AMediaFormat_setInt32(mLastTrack->meta, AMEDIAFORMAT_KEY_ROTATION, rotationDegrees); in parseTrackHeader()
|
/aosp12/packages/apps/Camera2/src/com/android/camera/ |
H A D | CameraActivity.java | 974 public void onSessionCaptureIndicatorUpdate(Bitmap indicator, int rotationDegrees) { 982 indicateCapture(indicator, rotationDegrees); 1226 private void indicateCapture(final Bitmap indicator, final int rotationDegrees) { in indicateCapture() argument 1244 mCameraAppUI.updateCaptureIndicatorThumbnail(indicator, rotationDegrees); in indicateCapture()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/ |
H A D | ExoPlayerSampleExtractor.java | 228 format.rotationDegrees, in convertFormat()
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer2/buffer/ |
H A D | SampleChunkIoHelper.java | 246 mediaFormat, MediaFormat.KEY_ROTATION, format.rotationDegrees); in getVideoMediaFormat()
|
/aosp12/frameworks/base/apex/media/framework/java/android/media/ |
H A D | MediaParser.java | 2023 setOptionalMediaFormatInt(result, MediaFormat.KEY_ROTATION, format.rotationDegrees); in toMediaFormat()
|