Home
last modified time | relevance | path

Searched defs:pixelAspectRatio (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libEGL/
DSurface.hpp97 EGLint pixelAspectRatio = EGL_UNKNOWN; // Display aspect ratio member in egl::Surface
/external/exoplayer/tree/library/ui/src/main/java/com/google/android/exoplayer2/ui/
DDebugTextViewHelper.java199 private static String getPixelAspectRatioString(float pixelAspectRatio) { in getPixelAspectRatioString()