Home | History | Annotate | Download | only in tests

Lines Matching refs:pComponent

370      OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
372 eError = pComponent->GetState(pHandle, &CurState);
403 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent;
408 eError = pComponent->GetState (hComponent, &state);
523 OMX_COMPONENTTYPE *pComponent;
1247 pComponent = (OMX_COMPONENTTYPE *)pHandle;
1273 pComponent->FillThisBuffer(pHandle, pOutputBufferHeader[kk]);
1276 eError = pComponent->GetState(pHandle, &state);
1278 APP_DPRINT("%d :: pComponent->GetState has returned status %X\n",__LINE__, eError);
1422 pComponent->FillThisBuffer(pHandle, pBuf);
1545 eError = pComponent->GetState(pHandle, &state);
1547 APP_DPRINT("%d :: pComponent->GetState has returned status %X\n",__LINE__, eError);
1789 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
1843 error = pComponent->EmptyThisBuffer(pHandle, pBuffer);