HomeSort by relevance Sort by last modified time
    Searched defs:AspectRatio (Results 1 - 4 of 4) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
AspectRatio.java 30 public class AspectRatio {
32 public static final AspectRatio Extended_SAR = new AspectRatio(255);
36 private AspectRatio(int value) {
40 public static AspectRatio fromValue(int value) {
44 return new AspectRatio(value);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
eglsurface.h 70 EGLint AspectRatio;
  /external/mesa3d/src/egl/main/
eglsurface.h 70 EGLint AspectRatio;
  /external/chromium_org/third_party/skia/src/sfnt/
SkPanose.h 262 struct AspectRatio {

Completed in 1947 milliseconds