HomeSort by relevance Sort by last modified time
    Searched refs:G726ENC_COMPONENT_PRIVATE (Results 1 - 4 of 4) sorted by null

  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 491 * G726ENC_COMPONENT_PRIVATE Component private data Structure
494 typedef struct G726ENC_COMPONENT_PRIVATE
699 } G726ENC_COMPONENT_PRIVATE;
785 OMX_ERRORTYPE G726ENC_GetCorrespondingLCMLHeader( G726ENC_COMPONENT_PRIVATE *pComponentPrivate,
848 OMX_U32 G726ENC_HandleCommand(G726ENC_COMPONENT_PRIVATE *pComponentPrivate);
863 G726ENC_COMPONENT_PRIVATE *pComponentPrivate);
873 OMX_HANDLETYPE G726ENC_GetLCMLHandle(G726ENC_COMPONENT_PRIVATE *pComponentPrivate);
909 void G726ENC_SetPending(G726ENC_COMPONENT_PRIVATE *pComponentPrivate,
927 void G726ENC_ClearPending(G726ENC_COMPONENT_PRIVATE *pComponentPrivate,
942 OMX_U32 G726ENC_IsPending(G726ENC_COMPONENT_PRIVATE *pComponentPrivate
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 187 G726ENC_COMPONENT_PRIVATE *pComponentPrivate = NULL;
217 OMX_NBMALLOC_STRUCT(pHandle->pComponentPrivate, G726ENC_COMPONENT_PRIVATE);
218 memset(pHandle->pComponentPrivate, 0x0, sizeof(G726ENC_COMPONENT_PRIVATE));
220 ((G726ENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->pHandle = pHandle;
434 G726ENC_COMPONENT_PRIVATE *pComponentPrivate =
435 (G726ENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
483 G726ENC_COMPONENT_PRIVATE *pComponentPrivate = (G726ENC_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
521 G726ENC_COMPONENT_PRIVATE *pCompPrivate =
522 (G726ENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate
    [all...]
OMX_G726Enc_ComponentThread.c 92 G726ENC_COMPONENT_PRIVATE* pComponentPrivate = (G726ENC_COMPONENT_PRIVATE*)pThreadData;