/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/transformer/src/main/java/com/google/android/exoplayer2/transformer/ |
H A D | TransformationRequest.java | 37 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 D | ScaleToFitFrameProcessor.java | 46 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/ |
D | BitmapWithMetadata.java | 29 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 D | Format.java | 155 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 D | Format.java | 158 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/ |
D | TextureDraw.h | 50 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 D | CameraActivity.java | 169 protected Result analyzeImage(ImageProxy image, int rotationDegrees) { in analyzeImage() 182 rotationDegrees, in analyzeImage() local
|
/aosp_15_r20/frameworks/av/cmds/stagefright/ |
H A D | muxer.cpp | 63 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 D | AtomParsers.java | 844 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 D | AtomParsers.java | 844 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/ |
D | CaptureSessionImpl.java | 190 public void updateCaptureIndicatorThumbnail(Bitmap indicator, int rotationDegrees) { in updateCaptureIndicatorThumbnail() 459 private void onCaptureIndicatorUpdate(Bitmap indicator, int rotationDegrees) { in onCaptureIndicatorUpdate()
|
D | SessionNotifier.java | 51 final int rotationDegrees); in notifySessionCaptureIndicatorAvailable()
|
D | CaptureSessionManager.java | 53 public void onSessionCaptureIndicatorUpdate(Bitmap bitmap, int rotationDegrees); in onSessionCaptureIndicatorUpdate()
|
D | CaptureSession.java | 162 public void updateCaptureIndicatorThumbnail(Bitmap bitmap, int rotationDegrees); in updateCaptureIndicatorThumbnail()
|
/aosp_15_r20/development/samples/VirtualDeviceManager/client/src/com/example/android/vdmdemo/client/ |
H A D | DisplayAdapter.java | 113 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/ |
D | VideoSurfaceBindings.java | 36 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
|
/aosp_15_r20/packages/apps/TV/tuner/src/com/google/android/exoplayer/ |
D | MediaFormatUtil.java | 38 int rotationDegrees = getOptionalIntegerV16(format, "rotation-degrees"); in createMediaFormat() local
|
/aosp_15_r20/cts/tests/framework/base/windowmanager/src/android/server/wm/activity/ |
H A D | DockConfigChangeTests.java | 155 private int rotationDegreesToConst(int rotationDegrees) { in rotationDegreesToConst()
|
/aosp_15_r20/packages/services/DeviceAsWebcam/interface/jni/ |
D | Encoder.h | 43 uint32_t rotationDegrees = 0; member
|
/aosp_15_r20/external/libmonet/blend/ |
H A D | Blend.java | 43 double rotationDegrees = Math.min(differenceDegrees * 0.5, 15.0); in harmonize() local
|
/aosp_15_r20/packages/apps/Dialer/java/com/android/incallui/videosurface/impl/ |
D | VideoScale.java | 30 TextureView textureView, float videoWidth, float videoHeight, float rotationDegrees) { in scaleVideoAndFillView()
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
H A D | StatusBarInsetsCommand.kt | 46 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 D | RotationHelper.java | 126 int rotationDegrees; in publishRotation() local
|
/aosp_15_r20/frameworks/av/media/libstagefright/ |
H A D | Utils.cpp | 1094 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/ |
D | CaptureIntentSession.java | 120 public void updateCaptureIndicatorThumbnail(Bitmap indicator, int rotationDegrees) { in updateCaptureIndicatorThumbnail()
|