HomeSort by relevance Sort by last modified time
    Searched full:pcomponentprivate (Results 101 - 124 of 124) sorted by null

1 2 3 45

  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 693 * @param pComponentPrivate This is component's private date structure.
707 OMX_U32 G722DEC_HandleCommand (G722DEC_COMPONENT_PRIVATE *pComponentPrivate);
717 * @param *pComponentPrivate This is component's private date structure.
732 G722DEC_COMPONENT_PRIVATE *pComponentPrivate);
741 * @param *pComponentPrivate This is component's private date structure.
753 OMX_HANDLETYPE G722DEC_GetLCMLHandle(G722DEC_COMPONENT_PRIVATE *pComponentPrivate);
776 OMX_ERRORTYPE G722DEC_GetCorresponding_LCMLHeader(G722DEC_COMPONENT_PRIVATE *pComponentPrivate,
842 void G722DEC_SetPending (G722DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir, OMX_U32 lineNumber);
843 void G722DEC_ClearPending (G722DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir, OMX_U32 lineNumber) ;
844 OMX_U32 G722DEC_IsPending (G722DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 819 * @param pComponentPrivate This is component's private date structure.
833 OMX_U32 G726DEC_HandleCommand (G726DEC_COMPONENT_PRIVATE *pComponentPrivate);
843 * @param *pComponentPrivate This is component's private date structure.
858 G726DEC_COMPONENT_PRIVATE *pComponentPrivate);
869 * @param *pComponentPrivate This is component's private date structure.
881 OMX_HANDLETYPE G726DEC_GetLCMLHandle(G726DEC_COMPONENT_PRIVATE *pComponentPrivate);
904 OMX_ERRORTYPE G726DEC_GetCorresponding_LCMLHeader(G726DEC_COMPONENT_PRIVATE *pComponentPrivate,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/inc/
OMX_G729Enc_Utils.h 960 * @param pComponentPrivate Component private data
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/inc/
OMX_Mp3Dec_Utils.h 903 * @param pComponentPrivate This is component's private date structure.
917 OMX_U32 MP3DEC_HandleCommand (MP3DEC_COMPONENT_PRIVATE *pComponentPrivate);
927 * @param *pComponentPrivate This is component's private date structure.
941 OMX_ERRORTYPE MP3DEC_HandleDataBuf_FromApp(OMX_BUFFERHEADERTYPE *pBufHeader, MP3DEC_COMPONENT_PRIVATE *pComponentPrivate);
950 * @param *pComponentPrivate This is component's private date structure.
962 OMX_HANDLETYPE MP3DEC_GetLCMLHandle(MP3DEC_COMPONENT_PRIVATE* pComponentPrivate);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/inc/
OMX_AmrEnc_Utils.h 1002 * @param pComponentPrivate Component private data
1008 OMX_ERRORTYPE NBAMRENC_GetCorrespondingLCMLHeader(AMRENC_COMPONENT_PRIVATE *pComponentPrivate
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/inc/
OMX_WbAmrEnc_Utils.h 834 * @param pComponentPrivate Component private data
840 OMX_ERRORTYPE WBAMRENC_GetCorrespondingLCMLHeader(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate,
883 * @param pComponentPrivate Component private data
895 * @param pComponentPrivate Component private data
903 OMX_U32 WBAMRENC_HandleCommand(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate,
911 * @param pComponentPrivate Component private data
920 WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate);
930 OMX_HANDLETYPE WBAMRENC_GetLCMLHandle(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate);
940 OMX_ERRORTYPE WBAMRENC_FreeLCMLHandle(WBAMRENC_COMPONENT_PRIVATE *pComponentPrivate);
957 * @param pComponentPrivate Component private dat
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/inc/
OMX_G711Enc_Utils.h 904 * @param pComponentPrivate Component private data
910 OMX_ERRORTYPE G711ENC_GetCorrespondingLCMLHeader(G711ENC_COMPONENT_PRIVATE *pComponentPrivate,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/inc/
OMX_AacDec_Utils.h     [all...]
  /device/lge/mako/camera/inc/
omx_jpeg_common.h 44 #define GET_COMP(X) ((OMX_PTR)((OMX_COMPONENTTYPE*)X)->pComponentPrivate)
  /frameworks/av/media/libstagefright/omx/
SoftOMXPlugin.cpp 139 ((OMX_COMPONENTTYPE *)component)->pComponentPrivate;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 590 if (pOMXComponent->pComponentPrivate == NULL) {
595 pExynosComponent = (EXYNOS_OMX_BASECOMPONENT *)pOMXComponent->pComponentPrivate;
669 if (pOMXComponent->pComponentPrivate == NULL) {
674 pExynosComponent = (EXYNOS_OMX_BASECOMPONENT *)pOMXComponent->pComponentPrivate;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 779 * @param pComponentPrivate Component private data
785 OMX_ERRORTYPE G726ENC_GetCorrespondingLCMLHeader( G726ENC_COMPONENT_PRIVATE *pComponentPrivate,
828 * @param pComponentPrivate Component private data
840 * @param pComponentPrivate Component private data
848 OMX_U32 G726ENC_HandleCommand(G726ENC_COMPONENT_PRIVATE *pComponentPrivate);
854 * @param pComponentPrivate Component private data
863 G726ENC_COMPONENT_PRIVATE *pComponentPrivate);
873 OMX_HANDLETYPE G726ENC_GetLCMLHandle(G726ENC_COMPONENT_PRIVATE *pComponentPrivate);
900 * @param pComponentPrivate Component private data
909 void G726ENC_SetPending(G726ENC_COMPONENT_PRIVATE *pComponentPrivate,
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 830 OMX_U32 G711DECHandleCommand (G711DEC_COMPONENT_PRIVATE *pComponentPrivate);
833 G711DEC_COMPONENT_PRIVATE *pComponentPrivate);
835 OMX_ERRORTYPE G711DECHandleDataBuf_FromLCML(G711DEC_COMPONENT_PRIVATE* pComponentPrivate,
845 void G711DEC_SetPending(G711DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir);
846 void G711DEC_ClearPending(G711DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir) ;
848 OMX_U32 G711DEC_IsPending(G711DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir);
850 OMX_U32 G711DEC_IsValid(G711DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U8 *pBuffer, OMX_DIRTYPE eDir) ;
851 OMX_ERRORTYPE G711DEC_TransitionToIdle(G711DEC_COMPONENT_PRIVATE *pComponentPrivate);
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 322 /** pComponentPrivate is a pointer to the component private data area.
326 OMX_PTR pComponentPrivate;
  /frameworks/native/include/media/openmax/
OMX_Component.h 339 /** pComponentPrivate is a pointer to the component private data area.
343 OMX_PTR pComponentPrivate;
  /hardware/ti/omap3/omx/system/src/openmax_il/lcml/inc/
LCML_DspCodec.h 269 OMX_PTR pComponentPrivate;
  /hardware/ti/omap4xxx/domx/domx/omx_rpc/src/
omx_rpc.c 391 pCompPrv = (PROXY_COMPONENT_PRIVATE *) hComp->pComponentPrivate;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 704 void SendFlushCompleteEvent(G729DEC_COMPONENT_PRIVATE *pComponentPrivate, int port);
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 685 void SignalIfAllBuffersAreReturned(WBAMR_DEC_COMPONENT_PRIVATE *pComponentPrivate);
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 883 void SignalIfAllBuffersAreReturned(AMRDEC_COMPONENT_PRIVATE *pComponentPrivate);

Completed in 1752 milliseconds

1 2 3 45