Home | History | Annotate | Download | only in api

Lines Matching defs:OMX_INT

72     OMX_Sts_MaximumEnumeration       = INT_MAX  /*Placeholder, forces enum of size OMX_INT*/
74 } OMXResult; /** Return value or error value returned from a function. Identical to OMX_INT */
199 /* OMX_INT */
200 typedef int OMX_INT; /** signed integer corresponding to machine word length, has maximum signed value INT_MAX*/
228 OMX_INT x; /** x-coordinate of top left corner of rectangle */
229 OMX_INT y; /** y-coordinate of top left corner of rectangle */
230 OMX_INT width; /** Width in the x-direction. */
231 OMX_INT height; /** Height in the y-direction. */
238 OMX_INT x; /** x-coordinate */
239 OMX_INT y; /** y-coordinate */
247 OMX_INT width; /** Width of the rectangle, in the x-direction */
248 OMX_INT height; /** Height of the rectangle, in the y-direction */