Home
last modified time | relevance | path

Searched defs:rotationDegrees (Results 1 – 25 of 260) sorted by relevance

1234567891011

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/
H A DTransformationRequest.java37 private float rotationDegrees; field in TransformationRequest.Builder
124 public Builder setRotationDegrees(float rotationDegrees) { in setRotationDegrees()
271 public final float rotationDegrees; field in TransformationRequest
306 float rotationDegrees, in TransformationRequest()
H A DScaleToFitFrameProcessor.java46 private float rotationDegrees; field in ScaleToFitFrameProcessor.Builder
84 public Builder setRotationDegrees(float rotationDegrees) { in setRotationDegrees()
114 Context context, float scaleX, float scaleY, float rotationDegrees) { in ScaleToFitFrameProcessor()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
DBitmapWithMetadata.java29 public int rotationDegrees; field in BitmapWithMetadata
31 public BitmapWithMetadata(Bitmap bitmap, int rotationDegrees) { in BitmapWithMetadata()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
H A DFormat.java155 private int rotationDegrees; field in Format.Builder
466 public Builder setRotationDegrees(int rotationDegrees) { in setRotationDegrees()
719 public final int rotationDegrees; field in Format
811 int rotationDegrees, in createVideoSampleFormat()
1496 bundle.putInt(keyForField(FIELD_ROTATION_DEGREES), rotationDegrees); in toBundle() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
H A DFormat.java158 private int rotationDegrees; field in Format.Builder
469 public Builder setRotationDegrees(int rotationDegrees) { in setRotationDegrees()
722 public final int rotationDegrees; field in Format
818 int rotationDegrees, in createVideoSampleFormat()
1526 bundle.putInt(keyForField(FIELD_ROTATION_DEGREES), rotationDegrees); in toBundle() local
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DTextureDraw.h50 bool draw(GLuint texture, float rotationDegrees, float dx, float dy) { in draw()
55 bool drawWithOverlay(GLuint texture, float rotationDegrees, float dx, float dy) { in drawWithOverlay()
/aosp_15_r20/external/pytorch/android/test_app/app/src/main/java/org/pytorch/testapp/
H A DCameraActivity.java169 protected Result analyzeImage(ImageProxy image, int rotationDegrees) { in analyzeImage()
182 rotationDegrees, in analyzeImage() local
/aosp_15_r20/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp63 int rotationDegrees, in muxing()
240 int rotationDegrees = 0; in main() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
H A DAtomParsers.java844 int rotationDegrees; in parseTkhd() local
923 int rotationDegrees, in parseStsd()
1074 int rotationDegrees, in parseVideoSampleEntry()
1895 private final int rotationDegrees; field in AtomParsers.TkhdData
1897 public TkhdData(int id, long duration, int rotationDegrees) { in TkhdData()
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/mp4/
H A DAtomParsers.java844 int rotationDegrees; in parseTkhd() local
923 int rotationDegrees, in parseStsd()
1074 int rotationDegrees, in parseVideoSampleEntry()
1921 private final int rotationDegrees; field in AtomParsers.TkhdData
1923 public TkhdData(int id, long duration, int rotationDegrees) { in TkhdData()
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/session/
DCaptureSessionImpl.java190 public void updateCaptureIndicatorThumbnail(Bitmap indicator, int rotationDegrees) { in updateCaptureIndicatorThumbnail()
459 private void onCaptureIndicatorUpdate(Bitmap indicator, int rotationDegrees) { in onCaptureIndicatorUpdate()
DSessionNotifier.java51 final int rotationDegrees); in notifySessionCaptureIndicatorAvailable()
DCaptureSessionManager.java53 public void onSessionCaptureIndicatorUpdate(Bitmap bitmap, int rotationDegrees); in onSessionCaptureIndicatorUpdate()
DCaptureSession.java162 public void updateCaptureIndicatorThumbnail(Bitmap bitmap, int rotationDegrees); in updateCaptureIndicatorThumbnail()
/aosp_15_r20/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/
H A DDisplayAdapter.java113 void rotateDisplay(int displayId, int rotationDegrees) { in rotateDisplay()
210 void rotateDisplay(int rotationDegrees, boolean resize) { in rotateDisplay()
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/videosurface/bindings/
DVideoSurfaceBindings.java36 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
/aosp_15_r20/packages/apps/TV/tuner/src/com/google/android/exoplayer/
DMediaFormatUtil.java38 int rotationDegrees = getOptionalIntegerV16(format, "rotation-degrees"); in createMediaFormat() local
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/
H A DDockConfigChangeTests.java155 private int rotationDegreesToConst(int rotationDegrees) { in rotationDegreesToConst()
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/jni/
DEncoder.h43 uint32_t rotationDegrees = 0; member
/aosp_15_r20/external/libmonet/blend/
H A DBlend.java43 double rotationDegrees = Math.min(differenceDegrees * 0.5, 15.0); in harmonize() local
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
DVideoScale.java30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DStatusBarInsetsCommand.kt46 private val rotationDegrees: Int? by constant in com.android.systemui.BottomMarginCommand
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/audio/
H A DRotationHelper.java126 int rotationDegrees; in publishRotation() local
/aosp_15_r20/frameworks/av/media/libstagefright/
H A DUtils.cpp1094 int32_t rotationDegrees; in convertMetaDataToMessage() local
1202 int32_t rotationDegrees; in convertMetaDataToMessage() local
1949 int32_t rotationDegrees; in convertMessageToMetaData() local
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/captureintent/
DCaptureIntentSession.java120 public void updateCaptureIndicatorThumbnail(Bitmap indicator, int rotationDegrees) { in updateCaptureIndicatorThumbnail()

1234567891011