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

Completed in 217 milliseconds