Home
last modified time | relevance | path

Searched refs:currentAspectRatio (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/media/mca/filterpacks/java/android/filterpacks/ui/
DSurfaceTargetFilter.java150 … float currentAspectRatio = (float)input.getFormat().getWidth() / input.getFormat().getHeight(); in process() local
151 if (currentAspectRatio != mAspectRatio) { in process()
152 …if (mLogVerbose) Log.v(TAG, "New aspect ratio: " + currentAspectRatio +", previously: " + mAspectR… in process()
153 mAspectRatio = currentAspectRatio; in process()
DSurfaceRenderFilter.java158 … float currentAspectRatio = (float)input.getFormat().getWidth() / input.getFormat().getHeight(); in process() local
159 if (currentAspectRatio != mAspectRatio) { in process()
160 …if (mLogVerbose) Log.v(TAG, "New aspect ratio: " + currentAspectRatio +", previously: " + mAspectR… in process()
161 mAspectRatio = currentAspectRatio; in process()
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/videosrc/
DSurfaceTextureTarget.java215 float currentAspectRatio = in process() local
217 if (currentAspectRatio != mAspectRatio) { in process()
219 Log.v(TAG, "Process. New aspect ratio: " + currentAspectRatio + in process()
222 mAspectRatio = currentAspectRatio; in process()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/
DPipTaskOrganizer.java952 final Rational currentAspectRatio = in applyPictureInPictureParams() local
955 final boolean aspectRatioChanged = !Objects.equals(currentAspectRatio, in applyPictureInPictureParams()