Searched defs:pComponentPrivate (Results 1 - 25 of 75) sorted by relevance

123

/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_sample/src/
H A Domx_proxy_sample.c70 PROXY_COMPONENT_PRIVATE *pComponentPrivate; local
76 pHandle->pComponentPrivate =
81 pComponentPrivate =
82 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
83 if (pHandle->pComponentPrivate == NULL)
90 pComponentPrivate->cCompName =
95 TIMM_OSAL_Memcpy(pComponentPrivate->cCompName, COMPONENT_NAME,
102 TIMM_OSAL_Free(pComponentPrivate->cCompName);
103 TIMM_OSAL_Free(pComponentPrivate);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDec_CompThread.c110 AACDEC_COMPONENT_PRIVATE* pComponentPrivate = (AACDEC_COMPONENT_PRIVATE*)pThreadData; local
111 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
118 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering ComponentThread \n",__LINE__);
120 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('A', 'C', 'D', '_'),
124 fdmax = pComponentPrivate->cmdPipe[0];
126 if (pComponentPrivate->dataPipe[0] > fdmax) {
127 fdmax = pComponentPrivate->dataPipe[0];
133 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
134 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
149 if (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEnc_CompThread.c87 AACENC_COMPONENT_PRIVATE* pComponentPrivate = (AACENC_COMPONENT_PRIVATE*)pThreadData; local
88 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
92 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('A', 'A', 'C', 'E'),
97 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering ComponentThread\n", __LINE__);
98 fdmax = pComponentPrivate->cmdPipe[0];
100 if (pComponentPrivate->dataPipe[0] > fdmax)
101 fdmax = pComponentPrivate->dataPipe[0];
106 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
107 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
120 if (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Dec_ComponentThread.c71 G711DEC_COMPONENT_PRIVATE* pComponentPrivate = (G711DEC_COMPONENT_PRIVATE*)pThreadData; local
72 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
78 fdmax = pComponentPrivate->cmdPipe[0];
80 if (pComponentPrivate->dataPipe[0] > fdmax) {
81 fdmax = pComponentPrivate->dataPipe[0];
86 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
87 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
102 if (pComponentPrivate->bIsStopping == 1) {
103 pComponentPrivate->bIsStopping = 0;
104 pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Enc_ComponentThread.c95 G711ENC_COMPONENT_PRIVATE* pComponentPrivate = (G711ENC_COMPONENT_PRIVATE*)pThreadData; local
96 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
99 fdmax = pComponentPrivate->cmdPipe[0];
100 if (pComponentPrivate->dataPipe[0] > fdmax) {
101 fdmax = pComponentPrivate->dataPipe[0];
106 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
107 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
122 if (pComponentPrivate->bIsThreadstop == 1) {
123 pComponentPrivate->bIsThreadstop = 0;
124 pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Dec_CompThread.c99 G726DEC_COMPONENT_PRIVATE* pComponentPrivate = (G726DEC_COMPONENT_PRIVATE*)pThreadData; local
100 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
104 fdmax = pComponentPrivate->cmdPipe[0];
106 if (pComponentPrivate->dataPipe[0] > fdmax) {
107 fdmax = pComponentPrivate->dataPipe[0];
113 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
114 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
127 if (pComponentPrivate->bExitCompThrd == 1) {
134 if (pComponentPrivate->bExitCompThrd == 1) {
141 pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Enc_ComponentThread.c92 G726ENC_COMPONENT_PRIVATE* pComponentPrivate = (G726ENC_COMPONENT_PRIVATE*)pThreadData; local
93 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
95 fdmax = pComponentPrivate->cmdPipe[0];
97 if (pComponentPrivate->dataPipe[0] > fdmax) {
98 fdmax = pComponentPrivate->dataPipe[0];
103 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
104 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
114 G726ENC_DPRINT("%d :: bIsStopping = %ld\n",__LINE__,pComponentPrivate->bIsStopping);
115 if (pComponentPrivate->bIsStopping == 1) {
116 pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Dec_ComponentThread.c110 G729DEC_COMPONENT_PRIVATE* pComponentPrivate = (G729DEC_COMPONENT_PRIVATE*)pThreadData; local
111 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
117 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('7', '2', '9', 'E'),
121 fdmax = pComponentPrivate->cmdPipe[0];
123 if (pComponentPrivate->dataPipe[0] > fdmax) {
124 fdmax = pComponentPrivate->dataPipe[0];
129 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
130 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
143 (int)pComponentPrivate->bIsStopping);
146 (int)pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Enc_ComponentThread.c113 G729ENC_COMPONENT_PRIVATE* pComponentPrivate = (G729ENC_COMPONENT_PRIVATE*)pThreadData; local
114 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
118 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('7', '2', '9', 'E'),
122 fdmax = pComponentPrivate->cmdPipe[0];
124 if (pComponentPrivate->dataPipe[0] > fdmax)
126 fdmax = pComponentPrivate->dataPipe[0];
132 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
133 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
147 G729ENC_DPRINT("bIsThreadstop=%ld\n", pComponentPrivate->bIsThreadstop);
148 G729ENC_DPRINT("lcml_nOpBuf=%ld\n", pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Dec_CompThread.c109 MP3DEC_COMPONENT_PRIVATE* pComponentPrivate = (MP3DEC_COMPONENT_PRIVATE*)pThreadData; local
110 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
117 OMX_PRINT1(pComponentPrivate->dbg, ":: Entering ComponentThread \n");
120 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('M', 'P', '3',' '),
125 fdmax = pComponentPrivate->cmdPipe[0];
127 if (pComponentPrivate->dataPipe[0] > fdmax) {
128 fdmax = pComponentPrivate->dataPipe[0];
133 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
134 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
147 if (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDec_ComponentThread.c73 AMRDEC_COMPONENT_PRIVATE* pComponentPrivate = (AMRDEC_COMPONENT_PRIVATE*)pThreadData; local
74 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
78 OMX_PRINT1(pComponentPrivate->dbg, "%d :: OMX_AmrDec_ComponentThread.c :: \n",__LINE__);
81 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('N', 'B', '_', 'D'),
86 fdmax = pComponentPrivate->cmdPipe[0];
88 if (pComponentPrivate->dataPipe[0] > fdmax) {
89 fdmax = pComponentPrivate->dataPipe[0];
94 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
95 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
109 if (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEnc_ComponentThread.c105 AMRENC_COMPONENT_PRIVATE* pComponentPrivate = (AMRENC_COMPONENT_PRIVATE*)pThreadData; local
106 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
107 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering NBAMRENC_CompThread\n", __LINE__);
110 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('N', 'B', '_', 'E'),
115 fdmax = pComponentPrivate->cmdPipe[0];
117 if (pComponentPrivate->dataPipe[0] > fdmax) {
118 fdmax = pComponentPrivate->dataPipe[0];
123 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
124 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
137 if (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDec_ComponentThread.c92 WBAMR_DEC_COMPONENT_PRIVATE* pComponentPrivate = (WBAMR_DEC_COMPONENT_PRIVATE*)pThreadData; local
93 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
102 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n");
105 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('W', 'B', '_', 'D'),
110 fdmax = pComponentPrivate->cmdPipe[0];
112 if (pComponentPrivate->dataPipe[0] > fdmax) {
113 fdmax = pComponentPrivate->dataPipe[0];
118 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
119 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
124 OMX_PRINT1(pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEnc_CompThread.c98 WBAMRENC_COMPONENT_PRIVATE* pComponentPrivate = (WBAMRENC_COMPONENT_PRIVATE*)pThreadData; local
99 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
104 OMX_PRINT1(pComponentPrivate->dbg, "Entering\n");
107 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('W', 'B', 'E', '_'),
112 fdmax = pComponentPrivate->cmdPipe[0];
114 if (pComponentPrivate->dataPipe[0] > fdmax) {
115 fdmax = pComponentPrivate->dataPipe[0];
120 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
121 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
135 if (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDec_ComponentThread.c90 WMADEC_COMPONENT_PRIVATE* pComponentPrivate = (WMADEC_COMPONENT_PRIVATE*)pThreadData; local
91 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
93 OMX_PRINT1(pComponentPrivate->dbg, "OMX_WmaDec_ComponentThread:%d\n",__LINE__);
95 OMX_PRDSP2(pComponentPrivate->dbg, "PERF%d :: OMX_WmaDec_ComponentThread.c\n",__LINE__);
96 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('W', 'M', 'A', 'D'),
100 fdmax = pComponentPrivate->cmdPipe[0];
102 if (pComponentPrivate->dataPipe[0] > fdmax) {
103 fdmax = pComponentPrivate->dataPipe[0];
108 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
109 FD_SET (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
H A DOMX_JpegDec_Thread.c83 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; local
88 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURS("JPDT"),
95 nFdmax = pComponentPrivate->nCmdPipe[0];
97 if (pComponentPrivate->nFree_outBuf_Q[0] > nFdmax) {
98 nFdmax = pComponentPrivate->nFree_outBuf_Q[0];
101 if (pComponentPrivate->nFilled_inpBuf_Q[0] > nFdmax) {
102 nFdmax = pComponentPrivate->nFilled_inpBuf_Q[0];
105 OMX_PRINT1(pComponentPrivate->dbg, "fd max is %d\n", nFdmax);
110 FD_SET (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
H A DOMX_JpegEnc_Thread.c106 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate; local
109 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURS("JPET"),
115 fdmax = pComponentPrivate->nCmdPipe[0];
117 if ( pComponentPrivate->free_outBuf_Q[0] > fdmax ) {
118 fdmax = pComponentPrivate->free_outBuf_Q[0];
122 if ( pComponentPrivate->filled_inpBuf_Q[0] > fdmax ) {
123 fdmax = pComponentPrivate->filled_inpBuf_Q[0];
126 OMX_TRACE2(pComponentPrivate->dbg, "fd max is %d\n",fdmax);
130 FD_SET (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
H A DOMX_VPP_CompThread.c112 VPP_COMPONENT_PRIVATE* pComponentPrivate = (VPP_COMPONENT_PRIVATE*)pThreadData; local
113 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
116 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('V','P','P','T'),
122 fdmax = pComponentPrivate->cmdPipe[0];
126 if (pComponentPrivate->nFree_oPipe[0] > fdmax) {
127 fdmax = pComponentPrivate->nFree_oPipe[0];
130 if (pComponentPrivate->nFilled_iPipe[0] > fdmax) {
131 fdmax = pComponentPrivate->nFilled_iPipe[0];
136 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
138 if (pComponentPrivate
[all...]
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEnc_Thread.c121 VIDENC_COMPONENT_PRIVATE* pComponentPrivate = NULL; local
131 pComponentPrivate = (VIDENC_COMPONENT_PRIVATE*)pThreadData;
132 pLcmlHandle = (LCML_DSP_INTERFACE*)pComponentPrivate->pLCML;
135 pComponentPrivate->pPERFcomp = PERF_Create(PERF_FOURCC('V', 'E', ' ', 'T'),
143 fdmax = pComponentPrivate->nCmdPipe[0];
145 if (pComponentPrivate->nFree_oPipe[0] > fdmax)
147 fdmax = pComponentPrivate->nFree_oPipe[0];
150 if (pComponentPrivate->nFilled_iPipe[0] > fdmax)
152 fdmax = pComponentPrivate->nFilled_iPipe[0];
158 FD_SET (pComponentPrivate
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_video_dec/src/
H A Domx_proxy_videodec_secure.c23 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL; local
34 pHandle->pComponentPrivate =
39 PROXY_assert(pHandle->pComponentPrivate != NULL,
43 pComponentPrivate =
44 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
46 TIMM_OSAL_Memset(pComponentPrivate, 0,
49 pComponentPrivate->cCompName =
53 PROXY_assert(pComponentPrivate->cCompName != NULL,
61 TIMM_OSAL_Memcpy(pComponentPrivate->cCompName, COMPONENT_NAME,
64 pComponentPrivate
114 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL; local
[all...]
H A Domx_proxy_videodec.c124 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL; local
131 pHandle->pComponentPrivate =
136 PROXY_assert(pHandle->pComponentPrivate != NULL,
140 pComponentPrivate =
141 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
143 TIMM_OSAL_Memset(pComponentPrivate, 0,
146 pComponentPrivate->cCompName =
150 PROXY_assert(pComponentPrivate->cCompName != NULL,
164 PROXY_COMPONENT_PRIVATE *pComponentPrivate = NULL; local
176 pComponentPrivate
[all...]
/hardware/ti/omap3/omx/system/src/openmax_il/perf/inc/
H A Dperf_obj.h59 ((PERF_Private *) ( (handle)->pComponentPrivate ))
73 /** pComponentPrivate is a pointer to the component private
78 void *pComponentPrivate; member in struct:PERF_OBJTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
H A DOMX_VideoDec_Thread.c83 extern OMX_ERRORTYPE VIDDEC_DisablePort(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1);
84 extern OMX_ERRORTYPE VIDDEC_EnablePort(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1);
85 extern OMX_ERRORTYPE VIDDEC_HandleDataBuf_FromApp( VIDDEC_COMPONENT_PRIVATE *pComponentPrivate);
86 extern OMX_ERRORTYPE VIDDEC_HandleDataBuf_FromDsp( VIDDEC_COMPONENT_PRIVATE *pComponentPrivate );
87 extern OMX_ERRORTYPE VIDDEC_HandleFreeDataBuf( VIDDEC_COMPONENT_PRIVATE *pComponentPrivate );
88 extern OMX_ERRORTYPE VIDDEC_HandleFreeOutputBufferFromApp(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate) ;
91 extern OMX_ERRORTYPE VIDDEC_HandleCommandMarkBuffer(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1, OMX_PTR pCmdData);
92 extern OMX_ERRORTYPE VIDDEC_HandleCommandFlush(VIDDEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U32 nParam1, OMX_BOOL bPass);
93 extern OMX_ERRORTYPE VIDDEC_Handle_InvalidState (VIDDEC_COMPONENT_PRIVATE* pComponentPrivate);
120 VIDDEC_COMPONENT_PRIVATE* pComponentPrivate; local
373 VIDDEC_COMPONENT_PRIVATE* pComponentPrivate = NULL; local
[all...]
/hardware/ti/omap4xxx/domx/omx_proxy_component/omx_camera/src/
H A Domx_proxy_camera.c300 PROXY_COMPONENT_PRIVATE *pComponentPrivate; local
305 pHandle->pComponentPrivate = (PROXY_COMPONENT_PRIVATE *)
309 pComponentPrivate =
310 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
311 if (pHandle->pComponentPrivate == NULL)
318 TIMM_OSAL_Memset(pComponentPrivate, 0,
321 pComponentPrivate->cCompName =
326 TIMM_OSAL_Memcpy(pComponentPrivate->cCompName, COMPONENT_NAME,
334 TIMM_OSAL_Free(pComponentPrivate->cCompName);
335 TIMM_OSAL_Free(pComponentPrivate);
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Dec_Utils.c123 G722DEC_COMPONENT_PRIVATE* pComponentPrivate = (G722DEC_COMPONENT_PRIVATE*)pThreadData; local
124 OMX_COMPONENTTYPE *pHandle = pComponentPrivate->pHandle;
128 fdmax = pComponentPrivate->cmdPipe[0];
130 if (pComponentPrivate->dataPipe[0] > fdmax) {
131 fdmax = pComponentPrivate->dataPipe[0];
136 FD_SET (pComponentPrivate->cmdPipe[0], &rfds);
137 FD_SET (pComponentPrivate->dataPipe[0], &rfds);
148 if (pComponentPrivate->bExitCompThrd == 1) {
155 pComponentPrivate->cbInfo.EventHandler (
161 } else if ((FD_ISSET (pComponentPrivate
226 G722DEC_COMPONENT_PRIVATE *pComponentPrivate = local
485 G722DEC_COMPONENT_PRIVATE *pComponentPrivate = local
568 G722DEC_COMPONENT_PRIVATE *pComponentPrivate = (G722DEC_COMPONENT_PRIVATE *) local
681 G722DEC_HandleCommand(G722DEC_COMPONENT_PRIVATE *pComponentPrivate) argument
1414 G722DEC_HandleDataBuf_FromApp(OMX_BUFFERHEADERTYPE* pBufHeader, G722DEC_COMPONENT_PRIVATE *pComponentPrivate) argument
1617 G722DEC_COMPONENT_PRIVATE *pComponentPrivate = pBufHeader->pPlatformPrivate; local
1682 G722DEC_COMPONENT_PRIVATE* pComponentPrivate = NULL; local
1889 G722DEC_GetCorresponding_LCMLHeader(G722DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U8 *pBuffer, OMX_DIRTYPE eDir, G722D_LCML_BUFHEADERTYPE **ppLcmlHdr) argument
1972 G722DEC_GetLCMLHandle(G722DEC_COMPONENT_PRIVATE *pComponentPrivate) argument
2006 G722DEC_GetLCMLHandle(G722DEC_COMPONENT_PRIVATE *pComponentPrivate) argument
2046 G722DEC_COMPONENT_PRIVATE *pComponentPrivate = (G722DEC_COMPONENT_PRIVATE *) local
2112 G722DEC_SetPending(G722DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir, OMX_U32 lineNumber) argument
2157 G722DEC_ClearPending(G722DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir, OMX_U32 lineNumber) argument
2197 G722DEC_IsPending(G722DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_BUFFERHEADERTYPE *pBufHdr, OMX_DIRTYPE eDir) argument
2238 G722DEC_IsValid(G722DEC_COMPONENT_PRIVATE *pComponentPrivate, OMX_U8 *pBuffer, OMX_DIRTYPE eDir) argument
2283 G722DEC_COMPONENT_PRIVATE *pComponentPrivate = local
[all...]

Completed in 294 milliseconds

123