Home | History | Annotate | Download | only in api

Lines Matching defs:OMX_INT

73     OMX_Sts_MaximumEnumeration       = INT_MAX  /*Placeholder, forces enum of size OMX_INT*/
75 } OMXResult; /** Return value or error value returned from a function. Identical to OMX_INT */
157 /* OMX_INT */
158 typedef int OMX_INT; /** signed integer corresponding to machine word length, has maximum signed value INT_MAX*/
186 OMX_INT x; /** x-coordinate of top left corner of rectangle */
187 OMX_INT y; /** y-coordinate of top left corner of rectangle */
188 OMX_INT width; /** Width in the x-direction. */
189 OMX_INT height; /** Height in the y-direction. */
196 OMX_INT x; /** x-coordinate */
197 OMX_INT y; /** y-coordinate */
205 OMX_INT width; /** Width of the rectangle, in the x-direction */
206 OMX_INT height; /** Height of the rectangle, in the y-direction */