Home
last modified time | relevance | path

Searched refs:AspectRatio (Results 1 – 10 of 10) 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.c316 surf->AspectRatio = EGL_UNKNOWN; in _eglInitSurface()
379 *value = surface->AspectRatio; in _eglQuerySurface()
Deglsurface.h76 EGLint AspectRatio; member
/external/skia/src/sfnt/
DSkPanose.h219 enum class AspectRatio : SK_OT_BYTE { enum
/external/skqp/src/sfnt/
DSkPanose.h219 enum class AspectRatio : SK_OT_BYTE { enum
/external/dng_sdk/source/
Ddng_render.cpp1282 real64 ratio = fNegative.AspectRatio (); in Render()
Ddng_negative.h1200 real64 AspectRatio () const in AspectRatio() function
Ddng_negative.cpp4729 real64 aspectRatio = AspectRatio (); in ConvertToProxy()