Home
last modified time | relevance | path

Searched refs:AspectRatio (Results 1 – 9 of 9) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
DAspectRatio.java30 public class AspectRatio { class
32 public static final AspectRatio Extended_SAR = new AspectRatio(255);
36 private AspectRatio(int value) { in AspectRatio() method in AspectRatio
40 public static AspectRatio fromValue(int value) { in fromValue()
44 return new AspectRatio(value); in fromValue()
DVUIParameters.java62 public AspectRatio aspect_ratio;
DSeqParameterSet.java198 vuip.aspect_ratio = AspectRatio.fromValue((int) reader.readNBit(8, in ReadVUIParameters()
200 if (vuip.aspect_ratio == AspectRatio.Extended_SAR) { in ReadVUIParameters()
408 if (vuip.aspect_ratio == AspectRatio.Extended_SAR) { in writeVUIParameters()
/external/mesa3d/src/egl/main/
Deglsurface.h70 EGLint AspectRatio; member
Deglsurface.c336 surf->AspectRatio = EGL_UNKNOWN; in _eglInitSurface()
392 *value = surface->AspectRatio; in _eglQuerySurface()
/external/chromium_org/third_party/mesa/src/src/egl/main/
Deglsurface.h70 EGLint AspectRatio; member
Deglsurface.c336 surf->AspectRatio = EGL_UNKNOWN; in _eglInitSurface()
392 *value = surface->AspectRatio; in _eglQuerySurface()
/external/skia/src/sfnt/
DSkPanose.h262 struct AspectRatio { struct
/external/chromium_org/third_party/skia/src/sfnt/
DSkPanose.h262 struct AspectRatio { struct