Searched defs:OMX_INT (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
H A Domxtypes.h73 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*/ typedef
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
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
H A Domxtypes.h73 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*/ typedef
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
[all...]
/frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
H A Domxtypes.h73 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*/ typedef
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
[all...]

Completed in 92 milliseconds