Searched refs:pComp (Results 1 - 9 of 9) sorted by relevance

/hardware/intel/common/utils/ISV/omx/
H A Disv_omxcomponent.cpp36 ISVComponent *pComp = static_cast<ISVComponent*> \
38 if (!pComp) \
210 return pComp->ISV_SendCommand(Cmd, nParam1, pCmdData);
240 return pComp->ISV_GetParameter(nParamIndex, pComponentParameterStructure);
285 return pComp->ISV_SetParameter(nIndex, pComponentParameterStructure);
394 return pComp->ISV_GetConfig(nIndex, pComponentConfigStructure);
425 return pComp->ISV_SetConfig(nIndex, pComponentConfigStructure);
456 return pComp->ISV_GetExtensionIndex(cParameterName, pIndexType);
497 return pComp->ISV_GetState(pState);
518 return pComp
[all...]
H A Disv_omxcore.cpp227 ISVComponent *pComp = g_isv_components.itemAt(i); local
228 if (static_cast<OMX_HANDLETYPE>(pComp->getBaseComponent()) == hComponent) {
229 OMX_ERRORTYPE omx_res = pComp->freeComponent();
235 delete pComp;
/hardware/intel/common/utils/ISV/include/
H A Disv_omxcomponent.h74 void setComponent(OMX_COMPONENTTYPE *pComp, ISVOMXCore *pCore){mComponent = pComp; mCore = pCore;return;} argument
/hardware/ti/omap4-aah/domx/test/sample_proxy/
H A Dtest_sample_proxy.c681 OMX_COMPONENTTYPE *pComp; local
764 pComp = (OMX_COMPONENTTYPE *) pContext->hComp;
/hardware/ti/omap4xxx/domx/test/sample_proxy/
H A Dtest_sample_proxy.c681 OMX_COMPONENTTYPE *pComp; local
764 pComp = (OMX_COMPONENTTYPE *) pContext->hComp;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDecoder.c1132 OMX_COMPONENTTYPE *pComp = NULL; local
1137 pComp = (OMX_COMPONENTTYPE *)hComponent;
1138 pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE*)pComp->pComponentPrivate;
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEncoder.c998 OMX_COMPONENTTYPE *pComp = NULL; local
1007 pComp = (OMX_COMPONENTTYPE *)hComponent;
1008 pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE*)pComp->pComponentPrivate;
1351 * @param pComp handle for this instance of the component
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDecoder.c500 * @param pComp handle for this instance of the component
541 * @param pComp handle for this instance of the component
603 * @param pComp handle for this instance of the component
782 * @param pComp handle for this instance of the component
795 OMX_COMPONENTTYPE* pComp = NULL; local
803 pComp = (OMX_COMPONENTTYPE*)hComponent;
804 pComponentPrivate = (VIDDEC_COMPONENT_PRIVATE*)pComp->pComponentPrivate;
1216 * @param pComp handle for this instance of the component
1673 * @param pComp handle for this instance of the component
1982 * @param pComp handl
[all...]
H A DOMX_VideoDec_Utils.c1418 OMX_COMPONENTTYPE* pComp = (OMX_COMPONENTTYPE*)hComponent; local
1419 VIDDEC_COMPONENT_PRIVATE* pComponentPrivate = (VIDDEC_COMPONENT_PRIVATE*)pComp->pComponentPrivate;

Completed in 178 milliseconds