HomeSort by relevance Sort by last modified time
    Searched defs:OMX_BOOL (Results 1 - 2 of 2) sorted by null

  /external/opencore/extern_libs_v2/khronos/openmax/include/
OMX_Types.h 203 /** The OMX_BOOL type is intended to be used to represent a true or a false
205 OMX_BOOL is a 32 bit quantity and is aligned on a 32 bit word boundary.
207 typedef enum OMX_BOOL {
211 } OMX_BOOL;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 185 /** The OMX_BOOL type is intended to be used to represent a true or a false
187 OMX_BOOL is a 32 bit quantity and is aligned on a 32 bit word boundary.
189 typedef enum OMX_BOOL {
193 } OMX_BOOL;

Completed in 26 milliseconds