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

/frameworks/av/libvideoeditor/osal/inc/
H A DM4OSA_Error.h31 /** M4OSA_ERR is a 32 bits unsigned integer.
38 * EACH CORE COMPONENT FUNCTION SHOULD RETURN AN M4OSA_ERR
40 typedef M4OSA_UInt32 M4OSA_ERR; typedef
47 /* Macro to process M4OSA_ERR */
49 /** This macro tests if the provided M4OSA_ERR is a warning or not*/
52 /** This macro tests if the provided M4OSA_ERR is a fatal error or not*/
63 * @arg error: (IN) [M4OSA_ERR] Error code

Completed in 41 milliseconds