Searched refs:pTempProxyTerm (Results 1 – 1 of 1) sorted by relevance
/external/opencore/codecs_v2/omx/omx_common/src/ |
D | pv_omxcore.cpp | 673 ProxyApplication_OMX* pTempProxyTerm = new ProxyApplication_OMX; in OMX_GetHandle() local 675 if (pTempProxyTerm->GetMemPoolPtr() == NULL) in OMX_GetHandle() 677 _Cleanup_Component(pTempProxyTerm, *pHandle, cComponentName); in OMX_GetHandle() 681 pTempProxyTerm->Start(); in OMX_GetHandle() 685 ErrorType = pTempProxyTerm->ProxyGetHandle(pHandle, cComponentName, pAppData, pCallBacks); in OMX_GetHandle() 691 _Cleanup_Component(pTempProxyTerm, *pHandle, cComponentName); in OMX_GetHandle() 698 _Cleanup_Component(pTempProxyTerm, *pHandle, cComponentName); in OMX_GetHandle() 718 _Cleanup_Component(pTempProxyTerm, *pHandle, cComponentName); in OMX_GetHandle() 729 pProxyTerm[*componentIndex] = pTempProxyTerm; in OMX_GetHandle() 761 _Cleanup_Component(pTempProxyTerm, *pHandle, cComponentName); in OMX_GetHandle() [all …]
|