HomeSort by relevance Sort by last modified time
    Searched defs:pComp (Results 1 - 7 of 7) sorted by null

  /hardware/intel/common/utils/ISV/omx/
isv_omxcore.cpp 259 ISVComponent *pComp = g_isv_components.itemAt(i);
260 if (static_cast<OMX_HANDLETYPE>(pComp->getBaseComponent()) == hComponent) {
261 // remove it in media resource manager before call pComp->freeComponent
262 g_mrm_omx_adaptor->MRM_OMX_RemoveComponent(pComp->getComponent());
263 OMX_ERRORTYPE omx_res = pComp->freeComponent();
269 delete pComp;
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDecoder.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c     [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 500 * @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
    [all...]
OMX_VideoDec_Utils.c     [all...]
  /hardware/ti/omap4-aah/domx/test/sample_proxy/
test_sample_proxy.c 681 OMX_COMPONENTTYPE *pComp;
764 pComp = (OMX_COMPONENTTYPE *) pContext->hComp;
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 681 OMX_COMPONENTTYPE *pComp;
764 pComp = (OMX_COMPONENTTYPE *) pContext->hComp;
    [all...]

Completed in 371 milliseconds