Searched refs:AspectRatio (Results 1 – 10 of 10) sorted by relevance
30 public class AspectRatio { class32 public static final AspectRatio Extended_SAR = new AspectRatio(255);36 private AspectRatio(int value) { in AspectRatio() method in AspectRatio40 public static AspectRatio fromValue(int value) { in fromValue()44 return new AspectRatio(value); in fromValue()
62 public AspectRatio aspect_ratio;
198 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()
81 EGLint AspectRatio; member
299 surf->AspectRatio = EGL_UNKNOWN; in _eglInitSurface()364 *value = surface->AspectRatio; in _eglQuerySurface()
219 enum class AspectRatio : SK_OT_BYTE { enum
1282 real64 ratio = fNegative.AspectRatio (); in Render()
1200 real64 AspectRatio () const in AspectRatio() function
4729 real64 aspectRatio = AspectRatio (); in ConvertToProxy()