Lines Matching refs:pHandle

156 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle);
200 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
212 AACDEC_OMX_CONF_CHECK_CMD(pHandle,1,1);
214 pHandle->SetCallbacks = SetCallbacks;
215 pHandle->GetComponentVersion = GetComponentVersion;
216 pHandle->SendCommand = SendCommand;
217 pHandle->GetParameter = GetParameter;
218 pHandle->SetParameter = SetParameter;
219 pHandle->GetExtensionIndex = GetExtensionIndex;
220 pHandle->GetConfig = GetConfig;
221 pHandle->SetConfig = SetConfig;
222 pHandle->GetState = GetState;
223 pHandle->EmptyThisBuffer = EmptyThisBuffer;
224 pHandle->FillThisBuffer = FillThisBuffer;
225 pHandle->ComponentTunnelRequest = ComponentTunnelRequest;
226 pHandle->ComponentDeInit = ComponentDeInit;
227 pHandle->AllocateBuffer = AllocateBuffer;
228 pHandle->FreeBuffer = FreeBuffer;
229 pHandle->UseBuffer = UseBuffer;
230 pHandle->ComponentRoleEnum = ComponentRoleEnum;
232 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate,AACDEC_COMPONENT_PRIVATE);
234 pComponentPrivate = pHandle->pComponentPrivate;
235 pComponentPrivate->pHandle = pHandle;
494 eError = AacDec_StartCompThread(pHandle);
539 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)phandle;
542 AACDEC_OMX_CONF_CHECK_CMD(pHandle,1,1)
543 pCompPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
572 pCompPrivate->cbInfo.EventHandler (pHandle,
573 pHandle->pApplicationPrivate,
584 pCompPrivate->cbInfo.EventHandler (pHandle,
585 pHandle->pApplicationPrivate,
616 pHandle, pHandle->pApplicationPrivate,
655 cmd_data.hComponent = pHandle;
894 OMX_COMPONENTTYPE* pHandle= (OMX_COMPONENTTYPE*)hComp;
939 pHandle->pComponentPrivate)->aacParams, pCompAacParam, sizeof(OMX_AUDIO_PARAM_AACPROFILETYPE));
1085 OMX_COMPONENTTYPE* pHandle = (OMX_COMPONENTTYPE*)hComp;
1093 AACDEC_OMX_CONF_CHECK_CMD(pHandle,1,1)
1094 pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
1121 pComponentPrivate->cbInfo.EventHandler(pHandle,
1122 pHandle->pApplicationPrivate,
1143 pComponentPrivate->cbInfo.EventHandler(pHandle,
1144 pHandle->pApplicationPrivate,
1242 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent;
1246 AACDEC_OMX_CONF_CHECK_CMD(pHandle,1,1)
1247 pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
1255 pHandle->pApplicationPrivate = pAppData;
1293 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComp;
1294 AACDEC_COMPONENT_PRIVATE *pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
1417 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1425 AACDEC_OMX_CONF_CHECK_CMD(pHandle,1,1);
1426 if (pHandle && pHandle->pComponentPrivate) {
1428 pHandle->pComponentPrivate)->curState;
1465 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1466 AACDEC_COMPONENT_PRIVATE *pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
1555 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
1556 AACDEC_COMPONENT_PRIVATE *pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
1648 * @param pHandle This is component handle.
1659 static OMX_ERRORTYPE ComponentDeInit(OMX_HANDLETYPE pHandle)
1663 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
1684 eError = RMProxy_NewSendCommand(pHandle, RMProxy_FreeResource, OMX_AAC_Decoder_COMPONENT, 0, 3456, NULL);
1711 eError1 = AACDEC_FreeCompResources(pHandle);
1908 SendCommand (pComponentPrivate->pHandle,
1951 OMX_COMPONENTTYPE *pHandle;
1956 pHandle = (OMX_COMPONENTTYPE *) pComponentPrivate->pHandle;
2028 pComponentPrivate->cbInfo.EventHandler( pHandle,
2029 pHandle->pApplicationPrivate,
2078 pComponentPrivate->cbInfo.EventHandler( pHandle,
2079 pHandle->pApplicationPrivate,
2111 pComponentPrivate->cbInfo.EventHandler( pComponentPrivate->pHandle,
2112 pComponentPrivate->pHandle->pApplicationPrivate,
2125 pComponentPrivate->cbInfo.EventHandler( pComponentPrivate->pHandle,
2126 pComponentPrivate->pHandle->pApplicationPrivate,
2277 SendCommand (pComponentPrivate->pHandle,