/hardware/samsung_slsi/exynos5/exynos_omx/codecs/exynos_codecs/video/exynos5/mfc_v4l2/include/ |
ExynosVideoApi.h | 239 ExynosVideoErrorType (*Finalize)(void *pHandle); 242 ExynosVideoErrorType (*Set_FrameTag)(void *pHandle, int frameTag); 243 int (*Get_FrameTag)(void *pHandle); 244 int (*Get_ActualBufferCount)(void *pHandle); 245 ExynosVideoErrorType (*Set_DisplayDelay)(void *pHandle, int delay); 246 ExynosVideoErrorType (*Set_IFrameDecoding)(void *pHandle); 247 ExynosVideoErrorType (*Enable_PackedPB)(void *pHandle); 248 ExynosVideoErrorType (*Enable_LoopFilter)(void *pHandle); 249 ExynosVideoErrorType (*Enable_SliceMode)(void *pHandle); 250 ExynosVideoErrorType (*Enable_SEIParsing)(void *pHandle); [all...] |
/hardware/ti/omap4xxx/domx/mm_osal/src/ |
timm_osal_task.c | 115 TIMM_OSAL_TASK *pHandle = TIMM_OSAL_NULL; 122 pHandle = 125 if (pHandle == TIMM_OSAL_NULL) 132 TIMM_OSAL_Memset((TIMM_OSAL_PTR) pHandle, 0, sizeof(TIMM_OSAL_TASK)); 135 pHandle->uArgc = uArgc; 136 pHandle->pArgv = pArgv; 138 pHandle->isCreated = TIMM_OSAL_FALSE; 141 if (SUCCESS != pthread_attr_init(&pHandle->ThreadAttr)) 148 if (SUCCESS != pthread_attr_getschedparam(&pHandle->ThreadAttr, 156 if (SUCCESS != pthread_attr_setschedparam(&pHandle->ThreadAttr [all...] |
timm_osal_pipes.c | 95 TIMM_OSAL_PIPE *pHandle = TIMM_OSAL_NULL; 97 pHandle = 101 if (TIMM_OSAL_NULL == pHandle) 106 TIMM_OSAL_Memset(pHandle, 0x0, sizeof(TIMM_OSAL_PIPE)); 108 pHandle->pfd[0] = -1; 109 pHandle->pfd[1] = -1; 110 if (SUCCESS != pipe(pHandle->pfd)) 116 pHandle->pipeSize = pipeSize; 117 pHandle->messageSize = messageSize; 118 pHandle->isFixedMessage = isFixedMessage [all...] |
/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/ |
EASLib.h | 23 extern EAS_RESULT EAS_LibInit (EAS_DATA_HANDLE *pHandle)
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_SharedMemory.c | 67 EXYNOS_SHARED_MEMORY *pHandle = NULL; 70 pHandle = (EXYNOS_SHARED_MEMORY *)Exynos_OSAL_Malloc(sizeof(EXYNOS_SHARED_MEMORY)); 71 Exynos_OSAL_Memset(pHandle, 0, sizeof(EXYNOS_SHARED_MEMORY)); 72 if (pHandle == NULL) 78 Exynos_OSAL_Free((void *)pHandle); 79 pHandle = NULL; 83 pHandle->hIONHandle = IONClient; 85 Exynos_OSAL_MutexCreate(&pHandle->hSMMutex); 88 return (OMX_HANDLETYPE)pHandle; 93 EXYNOS_SHARED_MEMORY *pHandle = (EXYNOS_SHARED_MEMORY *)handle [all...] |
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/src/ |
omx_proxy_sample.c | 69 OMX_COMPONENTTYPE *pHandle = NULL; 71 pHandle = (OMX_COMPONENTTYPE *) hComponent; 76 pHandle->pComponentPrivate = 82 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate; 83 if (pHandle->pComponentPrivate == NULL)
|
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/ |
OMX_ComponentRegistry.h | 16 OMX_HANDLETYPE* pHandle[MAX_CONCURRENT_INSTANCES];
|
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/ |
omx_proxy_videodec_secure.c | 22 OMX_COMPONENTTYPE *pHandle = NULL; 28 pHandle = (OMX_COMPONENTTYPE *) hComponent; 34 pHandle->pComponentPrivate = 39 PROXY_assert(pHandle->pComponentPrivate != NULL, 44 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate; 95 pHandle->ComponentDeInit = PROXY_VIDDEC_Secure_ComponentDeInit; 104 TIMM_OSAL_Free(pHandle->pComponentPrivate); 105 pHandle->pComponentPrivate = NULL; 113 OMX_COMPONENTTYPE *pHandle = NULL; 119 pHandle = (OMX_COMPONENTTYPE *) hComponent [all...] |
/hardware/qcom/display/msm8960/libgralloc/ |
gpu.h | 40 buffer_handle_t* pHandle, 47 buffer_handle_t* pHandle, int* pStride, 52 buffer_handle_t* pHandle, 55 buffer_handle_t* pHandle); 58 buffer_handle_t* pHandle); 64 int usage, buffer_handle_t* pHandle,
|
/hardware/qcom/display/msm8974/libgralloc/ |
gpu.h | 40 buffer_handle_t* pHandle, 47 buffer_handle_t* pHandle, int* pStride, 52 buffer_handle_t* pHandle, 55 buffer_handle_t* pHandle); 58 buffer_handle_t* pHandle); 64 int usage, buffer_handle_t* pHandle,
|
/hardware/qcom/display/msm8x26/libgralloc/ |
gpu.h | 40 buffer_handle_t* pHandle, 47 buffer_handle_t* pHandle, int* pStride, 52 buffer_handle_t* pHandle, 55 buffer_handle_t* pHandle); 58 buffer_handle_t* pHandle); 64 int usage, buffer_handle_t* pHandle,
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
G722EncTest.c | 130 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 147 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 153 /*OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;*/ 155 eError = OMX_GetState(pHandle, &CurState); 162 eError = OMX_GetState(pHandle, &CurState); 296 OMX_HANDLETYPE pHandle = NULL; 446 /*pHandle = malloc(sizeof(OMX_HANDLETYPE));*/ 447 APP_MEMPRINT("%d:::[TESTAPPALLOC] %p\n",__LINE__,pHandle); 450 error = TIOMX_GetHandle(&pHandle, strG722Encoder, &AppData, &PcmCaBa); 453 error = TIOMX_GetHandle(&pHandle, strG722Encoder, &AppData, &PcmCaBa) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_CompThread.c | 100 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 142 pHandle,pHandle->pApplicationPrivate, 169 G726DEC_CleanupInitParams(pHandle); 176 pHandle, pHandle->pApplicationPrivate, 182 pHandle, pHandle->pApplicationPrivate,
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/ |
G722DecTest.c | 142 OMX_ERRORTYPE omxFreeBuffers (OMX_HANDLETYPE *pHandle, int nBuffs, OMX_BUFFERHEADERTYPE *pBufferHeader [], char *sBuffTypeMsg); 185 OMX_HANDLETYPE *pHandle = NULL; 231 pHandle = malloc(sizeof(OMX_HANDLETYPE)); 232 if(pHandle == NULL){ 262 error = OMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa); 265 error = TIOMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa); 268 if((error != OMX_ErrorNone) || (*pHandle == NULL)) { 293 bFlag = omxSetInputPortParameter (pHandle, nIpBuffs, nIpBufSize); 299 bFlag = omxSetOutputPortParameter (pHandle, nOpBuffs, nOpBufSize, gDasfMode); 304 error = OMX_GetExtensionIndex(*pHandle, "OMX.TI.index.config.g722headerinfo",&index) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Enc_ComponentThread.c | 96 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 139 pComponentPrivate->cbInfo.EventHandler ( pHandle, 140 pHandle->pApplicationPrivate, 169 pComponentPrivate->cbInfo.EventHandler( pHandle, 170 pHandle->pApplicationPrivate, 177 pComponentPrivate->cbInfo.EventHandler(pHandle, 178 pHandle->pApplicationPrivate,
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Enc_ComponentThread.c | 93 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
125 pComponentPrivate->cbInfo.EventHandler ( pHandle,
126 pHandle->pApplicationPrivate,
145 pComponentPrivate->cbInfo.EventHandler( pHandle,
146 pHandle->pApplicationPrivate,
154 pHandle, pHandle->pApplicationPrivate,
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_ComponentThread.c | 91 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 151 pComponentPrivate->cbInfo.EventHandler ( pHandle, 152 pHandle->pApplicationPrivate, 179 WMADEC_CleanupInitParams(pHandle); 192 pComponentPrivate->cbInfo.EventHandler( pHandle, 193 pHandle->pApplicationPrivate, 199 pComponentPrivate->cbInfo.EventHandler( pHandle, 200 pHandle->pApplicationPrivate, 208 pComponentPrivate->cbInfo.EventHandler( pHandle, [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 266 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle); 267 OMX_ERRORTYPE PauseComponent(OMX_HANDLETYPE *pHandle); 268 OMX_ERRORTYPE PlayComponent(OMX_HANDLETYPE *pHandle); 269 OMX_ERRORTYPE send_input_buffer(OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 307 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 312 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 452 OMX_HANDLETYPE pHandle; 662 eError = TIOMX_GetHandle(&pHandle, strG726Encoder, &AppData, &G726CaBa); 665 eError = TIOMX_GetHandle(&pHandle, strG726Encoder, &AppData, &G726CaBa); 667 if((eError != OMX_ErrorNone) || (pHandle == NULL)) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
G726DecTest.c | 143 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 174 * @param pHandle This is component handle allocated by the OMX core. 187 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 194 eError = OMX_GetState(*pHandle, &CurState); 201 eError = OMX_GetState(*pHandle, &CurState); 352 OMX_HANDLETYPE *pHandle = NULL; 527 pHandle = malloc(sizeof(OMX_HANDLETYPE)); 528 if(pHandle == NULL){ 534 error = OMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa); 537 error = TIOMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa) [all...] |
/hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/ |
CMcKMod.h | 52 * @param pHandle 61 uint32_t *pHandle, 68 * @param pHandle 79 uint32_t *pHandle, 89 uint32_t *pHandle, 117 uint32_t *pHandle,
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Thread.c | 79 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData; 83 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 126 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 127 pComponentPrivate->pHandle->pApplicationPrivate, 160 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 161 pComponentPrivate->pHandle->pApplicationPrivate, 175 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 176 pComponentPrivate->pHandle->pApplicationPrivate, 187 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle, 188 pComponentPrivate->pHandle->pApplicationPrivate [all...] |
/device/lge/mako/camera/mm-camera-interface/ |
mm_omx_jpeg_encoder.c | 77 static OMX_HANDLETYPE pHandle; 96 OMX_OUT OMX_HANDLETYPE* pHandle, 287 OMX_ERRORTYPE ret = (*pOMX_GetHandle)(&pHandle, "OMX.qcom.image.jpeg.encoder", 341 OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, inputPort); 342 OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, outputPort); 348 OMX_GetExtensionIndex(pHandle,"omx.qcom.jpeg.exttype.buffer_offset", 353 OMX_SetParameter(pHandle, buffer_offset, &bufferoffset); 354 OMX_SetParameter(pHandle, OMX_IndexParamPortDefinition, inputPort1); 355 OMX_GetParameter(pHandle, OMX_IndexParamPortDefinition, inputPort1); 369 OMX_FreeBuffer(pHandle, 2, pInBuffers1) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Dec_ComponentThread.c | 72 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle; 119 pComponentPrivate->cbInfo.EventHandler (pHandle, pHandle->pApplicationPrivate, 146 G711DEC_CleanupInitParams(pHandle); 155 pComponentPrivate->cbInfo.EventHandler( pHandle, 156 pHandle->pApplicationPrivate,
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 177 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle); 178 OMX_ERRORTYPE PauseComponent(OMX_HANDLETYPE *pHandle); 179 OMX_ERRORTYPE PlayComponent(OMX_HANDLETYPE *pHandle); 180 OMX_S16 fill_data_fromFile (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn, OMX_HANDLETYPE pHandle); 182 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn); 194 OMX_HANDLETYPE* pHandle); 205 OMX_HANDLETYPE* pHandle); 251 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, 257 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 258 eError = pComponent->GetState(pHandle, &CurState) [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEnc_Thread.c | 105 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pThreadData; 106 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; 149 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate, 163 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate, 174 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate, 202 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle, pComponentPrivate->pHandle->pApplicationPrivate [all...] |