HomeSort by relevance Sort by last modified time
    Searched refs:OMX_S32 (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /device/samsung/crespo/sec_mm/sec_omx/sec_osal/
SEC_OSAL_Memory.h 39 OMX_PTR SEC_OSAL_Memset(OMX_PTR dest, OMX_S32 c, OMX_S32 n);
40 OMX_PTR SEC_OSAL_Memcpy(OMX_PTR dest, OMX_PTR src, OMX_S32 n);
SEC_OSAL_Semaphore.h 42 OMX_ERRORTYPE SEC_OSAL_Set_SemaphoreCount(OMX_HANDLETYPE semaphoreHandle, OMX_S32 val);
43 OMX_ERRORTYPE SEC_OSAL_Get_SemaphoreCount(OMX_HANDLETYPE semaphoreHandle, OMX_S32 *val);
SEC_OSAL_Memory.c 58 OMX_PTR SEC_OSAL_Memset(OMX_PTR dest, OMX_S32 c, OMX_S32 n)
63 OMX_PTR SEC_OSAL_Memcpy(OMX_PTR dest, OMX_PTR src, OMX_S32 n)
68 OMX_PTR SEC_OSAL_Memmove(OMX_PTR dest, OMX_PTR src, OMX_S32 n)
SEC_OSAL_ETC.h 39 OMX_S32 SEC_OSAL_Strcmp(OMX_PTR str1, OMX_PTR str2);
SEC_OSAL_Semaphore.c 105 OMX_ERRORTYPE SEC_OSAL_Set_SemaphoreCount(OMX_HANDLETYPE semaphoreHandle, OMX_S32 val)
118 OMX_ERRORTYPE SEC_OSAL_Get_SemaphoreCount(OMX_HANDLETYPE semaphoreHandle, OMX_S32 *val)
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Core.h 131 OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,
134 OMX_ErrorUndefined = (OMX_S32) 0x80001001,
137 OMX_ErrorInvalidComponentName = (OMX_S32) 0x80001002,
140 OMX_ErrorComponentNotFound = (OMX_S32) 0x80001003,
144 OMX_ErrorInvalidComponent = (OMX_S32) 0x80001004,
147 OMX_ErrorBadParameter = (OMX_S32) 0x80001005,
150 OMX_ErrorNotImplemented = (OMX_S32) 0x80001006,
153 OMX_ErrorUnderflow = (OMX_S32) 0x80001007,
156 OMX_ErrorOverflow = (OMX_S32) 0x80001008,
159 OMX_ErrorHardware = (OMX_S32) 0x80001009
    [all...]
OMX_Types.h 147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32;
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_IVCommon.h 148 OMX_S32 xColorMatrix[3][3]; /**< Stored in signed Q16 format */
149 OMX_S32 xColorOffset[4]; /**< Stored in signed Q16 format */
162 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */
163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
325 OMX_S32 nRotation;
380 OMX_S32 nX;
381 OMX_S32 nY;
401 OMX_S32 nLeft;
402 OMX_S32 nTop;
554 OMX_S32 nContrast
    [all...]
OMX_Other.h 233 OMX_S32 xScale; /**< Current media time scale in Q16 format. */
246 OMX_S32 xScale; /**< This is a value in Q16 format which is used for
  /frameworks/base/include/media/stagefright/openmax/
OMX_Core.h 148 OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,
151 OMX_ErrorUndefined = (OMX_S32) 0x80001001,
154 OMX_ErrorInvalidComponentName = (OMX_S32) 0x80001002,
157 OMX_ErrorComponentNotFound = (OMX_S32) 0x80001003,
161 OMX_ErrorInvalidComponent = (OMX_S32) 0x80001004,
164 OMX_ErrorBadParameter = (OMX_S32) 0x80001005,
167 OMX_ErrorNotImplemented = (OMX_S32) 0x80001006,
170 OMX_ErrorUnderflow = (OMX_S32) 0x80001007,
173 OMX_ErrorOverflow = (OMX_S32) 0x80001008,
176 OMX_ErrorHardware = (OMX_S32) 0x80001009
    [all...]
OMX_Types.h 165 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
166 typedef signed long OMX_S32;
281 OMX_S32 nValue; /**< actual value */
282 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
283 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_IVCommon.h 165 OMX_S32 xColorMatrix[3][3]; /**< Stored in signed Q16 format */
166 OMX_S32 xColorOffset[4]; /**< Stored in signed Q16 format */
179 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */
180 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
342 OMX_S32 nRotation;
397 OMX_S32 nX;
398 OMX_S32 nY;
418 OMX_S32 nLeft;
419 OMX_S32 nTop;
571 OMX_S32 nContrast
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 131 OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,
134 OMX_ErrorUndefined = (OMX_S32) 0x80001001,
137 OMX_ErrorInvalidComponentName = (OMX_S32) 0x80001002,
140 OMX_ErrorComponentNotFound = (OMX_S32) 0x80001003,
144 OMX_ErrorInvalidComponent = (OMX_S32) 0x80001004,
147 OMX_ErrorBadParameter = (OMX_S32) 0x80001005,
150 OMX_ErrorNotImplemented = (OMX_S32) 0x80001006,
153 OMX_ErrorUnderflow = (OMX_S32) 0x80001007,
156 OMX_ErrorOverflow = (OMX_S32) 0x80001008,
159 OMX_ErrorHardware = (OMX_S32) 0x80001009
    [all...]
OMX_Types.h 147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32;
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_IVCommon.h 148 OMX_S32 xColorMatrix[3][3]; /**< Stored in signed Q16 format */
149 OMX_S32 xColorOffset[4]; /**< Stored in signed Q16 format */
162 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */
163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
325 OMX_S32 nRotation;
380 OMX_S32 nX;
381 OMX_S32 nY;
401 OMX_S32 nLeft;
402 OMX_S32 nTop;
554 OMX_S32 nContrast
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Core.h 131 OMX_ErrorInsufficientResources = (OMX_S32) 0x80001000,
134 OMX_ErrorUndefined = (OMX_S32) 0x80001001,
137 OMX_ErrorInvalidComponentName = (OMX_S32) 0x80001002,
140 OMX_ErrorComponentNotFound = (OMX_S32) 0x80001003,
144 OMX_ErrorInvalidComponent = (OMX_S32) 0x80001004,
147 OMX_ErrorBadParameter = (OMX_S32) 0x80001005,
150 OMX_ErrorNotImplemented = (OMX_S32) 0x80001006,
153 OMX_ErrorUnderflow = (OMX_S32) 0x80001007,
156 OMX_ErrorOverflow = (OMX_S32) 0x80001008,
159 OMX_ErrorHardware = (OMX_S32) 0x80001009,
    [all...]
OMX_Types.h 147 /** OMX_S32 is a 32 bit signed quantity that is 32 bit word aligned */
148 typedef signed long OMX_S32;
263 OMX_S32 nValue; /**< actual value */
264 OMX_S32 nMin; /**< minimum for value (i.e. nValue >= nMin) */
265 OMX_S32 nMax; /**< maximum for value (i.e. nValue <= nMax) */
OMX_IVCommon.h 148 OMX_S32 xColorMatrix[3][3]; /**< Stored in signed Q16 format */
149 OMX_S32 xColorOffset[4]; /**< Stored in signed Q16 format */
162 OMX_S32 xWidth; /**< Fixed point value stored as Q16 */
163 OMX_S32 xHeight; /**< Fixed point value stored as Q16 */
325 OMX_S32 nRotation;
380 OMX_S32 nX;
381 OMX_S32 nY;
401 OMX_S32 nLeft;
402 OMX_S32 nTop;
554 OMX_S32 nContrast;
    [all...]
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_component/common/
SEC_OMX_Baseport.h 80 OMX_ERRORTYPE SEC_OMX_PortEnableProcess(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex);
81 OMX_ERRORTYPE SEC_OMX_PortDisableProcess(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex);
82 OMX_ERRORTYPE SEC_OMX_BufferFlushProcess(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex);
83 OMX_ERRORTYPE SEC_OMX_BufferFlushProcessNoEvent(OMX_COMPONENTTYPE *pOMXComponent, OMX_S32 nPortIndex);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_ImgConv.c 72 const OMX_S32 KDeepFiltering = 3 ; /* Number of chrominance artefact redution algorithm scans */
74 const OMX_S32 KColorKeyChannelPred = 150 ; /* Color channel predominance detection */
75 const OMX_S32 KColorKeyChannelMin = 75 ; /* Color channel predominance detection */
76 const OMX_S32 KAlgoLumaTolerence = 600 ; /* Tolerence on luminance to detect pixel near color key */
77 const OMX_S32 KAlgoChromaTolerance = 50 ; /* Tolerence on chrominance to detect pixel near color key */
78 const OMX_S32 KqCifWidth = 176 ;
79 const OMX_S32 KqCifHeight = 144 ;
80 const OMX_S32 KCifWidth = 352 ;
81 const OMX_S32 KCifHeight = 288 ;
82 const OMX_S32 KInterlacedTiFormat = 1 ;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/inc/
OMX_VideoDec_DSP.h 165 OMX_S32 ulProfile;
166 OMX_S32 ulMaxLevel;
168 OMX_S32 lPreRollBufConfig;
175 OMX_S32 lBuffCount;
181 OMX_S32 iErrorCode;
246 OMX_S32 lMaxLevel;
248 OMX_S32 lPreRollBufConfig;
255 OMX_S32 lBuffCount;
263 OMX_S32 lErrorCode;
286 OMX_S32 ulMaxLevel;
    [all...]
OMX_VideoDec_Utils.h 579 OMX_S32 nTail;
624 OMX_S32 nErrorExist;
633 OMX_S32 nErrorExist;
639 OMX_S32 nX;
640 OMX_S32 nY;
649 OMX_S32 nWidth;
650 OMX_S32 nHeight;
655 OMX_S32 nProfile;
656 OMX_S32 nLevel;
657 OMX_S32 nVersion
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_CodecInterface.h 119 OMX_S32 bufferLen,
120 OMX_S32 bufferSizeUsed,
122 OMX_S32 auxInfoLen,
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/sec/
SEC_OMX_Def.h 127 OMX_S32 profile;
128 OMX_S32 level;
  /hardware/ti/omap3/omx/ti_omx_config_parser/src/
ti_omx_config_parser.cpp 70 OMX_S32 Status;
120 OMX_S32 Status;

Completed in 204 milliseconds

1 2 3 4