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

  /frameworks/native/include/media/openmax/
OMX_Types.h 155 /** OMX_S8 is an 8 bit signed quantity that is byte aligned */
156 typedef signed char OMX_S8;
  /hardware/qcom/media/mm-core/inc/
OMX_Types.h 135 /** OMX_S8 is an 8 bit signed quantity that is byte aligned */
136 typedef signed char OMX_S8;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Types.h 135 /** OMX_S8 is an 8 bit signed quantity that is byte aligned */
136 typedef signed char OMX_S8;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Types.h 135 /** OMX_S8 is an 8 bit signed quantity that is byte aligned */
136 typedef signed char OMX_S8;
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Types.h 135 /** OMX_S8 is an 8 bit signed quantity that is byte aligned */
136 typedef signed char OMX_S8;
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Types.h 152 /** OMX_S8 is an 8 bit signed quantity that is byte aligned */
153 typedef signed char OMX_S8;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Types.h 135 /** OMX_S8 is an 8 bit signed quantity that is byte aligned */
136 typedef signed char OMX_S8;
  /external/chromium_org/third_party/openmax_dl/dl/api/
omxtypes.h 102 /* OMX_S8 */
104 typedef signed char OMX_S8;
106 typedef signed short int OMX_S8;
108 #error OMX_S8 undefined
173 OMX_S8 Re; /** Real part */
174 OMX_S8 Im; /** Imaginary part */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/api/
omxtypes.h 81 /* OMX_S8 */
82 typedef int8_t OMX_S8;
116 OMX_S8 Re; /** Real part */
117 OMX_S8 Im; /** Imaginary part */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/api/
omxtypes.h 81 /* OMX_S8 */
82 typedef int8_t OMX_S8;
116 OMX_S8 Re; /** Real part */
117 OMX_S8 Im; /** Imaginary part */
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/api/
omxtypes.h 81 /* OMX_S8 */
82 typedef int8_t OMX_S8;
116 OMX_S8 Re; /** Real part */
117 OMX_S8 Im; /** Imaginary part */

Completed in 1138 milliseconds