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

  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 540 * WBAMRENC_COMPONENT_PRIVATE Component private data Structure
543 typedef struct WBAMRENC_COMPONENT_PRIVATE {
774 } WBAMRENC_COMPONENT_PRIVATE;
840 OMX_ERRORTYPE WBAMRENC_GetCorrespondingLCMLHeader(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate,
903 OMX_U32 WBAMRENC_HandleCommand(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate,
920 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate);
930 OMX_HANDLETYPE WBAMRENC_GetLCMLHandle(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate);
940 OMX_ERRORTYPE WBAMRENC_FreeLCMLHandle(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate);
966 void WBAMRENC_SetPending(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate,
984 void WBAMRENC_ClearPending(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
OMX_WbAmrEncoder.c 190 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate;
220 OMX_MALLOC_GENERIC(pHandle->pComponentPrivate, WBAMRENC_COMPONENT_PRIVATE);
222 ((WBAMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->pHandle = pHandle;
560 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate =
561 (WBAMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
609 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = (WBAMRENC_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
654 WBAMRENC_COMPONENT_PRIVATE *pCompPrivate =
655 (WBAMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
    [all...]
OMX_WbAmrEnc_CompThread.c 98 WBAMRENC_COMPONENT_PRIVATE* pComponentPrivate = (WBAMRENC_COMPONENT_PRIVATE*)pThreadData;
OMX_WbAmrEnc_Utils.c 112 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate;
353 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate =
354 (WBAMRENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
442 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = (WBAMRENC_COMPONENT_PRIVATE *)
524 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = (WBAMRENC_COMPONENT_PRIVATE *)
624 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate = (WBAMRENC_COMPONENT_PRIVATE *)
669 OMX_U32 WBAMRENC_HandleCommand (WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate
    [all...]

Completed in 145 milliseconds