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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/
H A DAspectRatio.java30 public class AspectRatio { class
32 public static final AspectRatio Extended_SAR = new AspectRatio(255);
36 private AspectRatio(int value) { method in class:AspectRatio
40 public static AspectRatio fromValue(int value) {
44 return new AspectRatio(value);
H A DVUIParameters.java62 public AspectRatio aspect_ratio;
H A DSeqParameterSet.java198 vuip.aspect_ratio = AspectRatio.fromValue((int) reader.readNBit(8,
200 if (vuip.aspect_ratio == AspectRatio.Extended_SAR) {
408 if (vuip.aspect_ratio == AspectRatio.Extended_SAR) {
/external/mesa3d/src/egl/main/
H A Deglsurface.h76 EGLint AspectRatio; member in struct:_egl_surface
H A Deglsurface.c316 surf->AspectRatio = EGL_UNKNOWN;
379 *value = surface->AspectRatio;
/external/skia/src/sfnt/
H A DSkPanose.h219 enum class AspectRatio : SK_OT_BYTE { class in struct:SkPanose::Data::Script
/external/dng_sdk/source/
H A Ddng_negative.h1200 real64 AspectRatio () const function in class:dng_negative
H A Ddng_render.cpp1282 real64 ratio = fNegative.AspectRatio ();
H A Ddng_negative.cpp4729 real64 aspectRatio = AspectRatio ();

Completed in 333 milliseconds