HomeSort by relevance Sort by last modified time
    Searched defs:pHandle (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Utils.c 114 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
115 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
139 /*calling gethandle and passing phandle to be filled */
162 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
163 JPEGDEC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
254 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
255 pComponentPrivate->pHandle->pApplicationPrivate,
266 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
267 pComponentPrivate->pHandle->pApplicationPrivate,
279 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEncoder.c 148 static OMX_ERRORTYPE JPEGENC_ComponentDeInit(OMX_HANDLETYPE pHandle);
177 OMX_COMPONENTTYPE *pHandle = NULL;
188 pHandle = (OMX_COMPONENTTYPE *) hComponent;
189 pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
230 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
231 pComponentPrivate->pHandle->pApplicationPrivate,
254 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
255 pComponentPrivate->pHandle->pApplicationPrivate,
263 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
264 pComponentPrivate->pHandle->pApplicationPrivate
    [all...]
OMX_JpegEnc_Utils.c 122 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
123 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
146 /* calling gethandle and passing phandle to b filled */
170 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
171 JPEGENC_COMPONENT_PRIVATE *pComponentPrivate = (JPEGENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
278 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
279 pComponentPrivate->pHandle->pApplicationPrivate,
293 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
294 pComponentPrivate->pHandle->pApplicationPrivate,
309 pComponentPrivate->cbInfo.EventHandler (pComponentPrivate->pHandle,
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP.c 181 static OMX_ERRORTYPE VPP_ComponentDeInit(OMX_HANDLETYPE pHandle);
231 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*) hComponent;
244 pComponentPrivate = (VPP_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
305 pBufferHdr->pPlatformPrivate = pHandle->pComponentPrivate;
369 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)hComponent;
377 pMyData = (VPP_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
447 pMyData->cbInfo.EventHandler (pMyData->pHandle,
448 pMyData->pHandle->pApplicationPrivate,
472 pMyData->cbInfo.EventHandler (pMyData->pHandle,
473 pMyData->pHandle->pApplicationPrivate
    [all...]
OMX_VPP_Utils.c 190 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
192 if (!pHandle) {
197 pComponentPrivate = (VPP_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
506 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
517 pComponentPrivate = (VPP_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
592 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
593 VPP_COMPONENT_PRIVATE *pComponentPrivate = (VPP_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
702 OMX_COMPONENTTYPE* pHandle = NULL;
708 pHandle = (OMX_COMPONENTTYPE*)pComponentPrivate->pHandle;
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_camera/src/
omx_proxy_camera.c 527 OMX_COMPONENTTYPE *pHandle = NULL;
530 pHandle = (OMX_COMPONENTTYPE *) hComponent;
534 pHandle->pComponentPrivate = (PROXY_COMPONENT_PRIVATE *)
539 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate;
540 if (pHandle->pComponentPrivate == NULL)
578 pHandle->ComponentDeInit = ComponentPrivateDeInit;
579 pHandle->GetConfig = CameraGetConfig;
580 pHandle->SetConfig = CameraSetConfig;
581 pHandle->SendCommand = Camera_SendCommand;
582 pHandle->SetParameter = CameraSetParam
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_mpeg4_enc/src/
omx_proxy_mpeg4enc.c 175 OMX_COMPONENTTYPE *pHandle;
180 pHandle = (OMX_COMPONENTTYPE *) hComponent;
203 eError = pHandle->GetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate);
205 DOMX_ERROR ("pHandle->GetConfig OMX_IndexConfigVideoFramerate eError :0x%x \n",eError);
241 eError = pHandle->SetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate);
274 OMX_COMPONENTTYPE *pHandle = NULL;
276 pHandle = (OMX_COMPONENTTYPE *) hComponent;
291 pHandle->pComponentPrivate =
296 PROXY_assert(pHandle->pComponentPrivate != NULL,
301 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate
    [all...]
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletCollision/BroadphaseCollision/
btAxisSweep3.h 320 Handle* pHandle = static_cast<Handle*>(proxy);
321 aabbMin = pHandle->m_aabbMin;
322 aabbMax = pHandle->m_aabbMax;
329 Handle* pHandle = static_cast<Handle*>(proxy);
334 vecInMin[0] = m_pEdges[0][pHandle->m_minEdges[0]].m_pos ;
335 vecInMax[0] = m_pEdges[0][pHandle->m_maxEdges[0]].m_pos +1 ;
336 vecInMin[1] = m_pEdges[1][pHandle->m_minEdges[1]].m_pos ;
337 vecInMax[1] = m_pEdges[1][pHandle->m_maxEdges[1]].m_pos +1 ;
338 vecInMin[2] = m_pEdges[2][pHandle->m_minEdges[2]].m_pos ;
339 vecInMax[2] = m_pEdges[2][pHandle->m_maxEdges[2]].m_pos +1
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_Utils.c 98 * @param pHandle This is component handle allocated by the OMX core.
119 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
120 AACDEC_COMPONENT_PRIVATE *pComponentPrivate = (AACDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
266 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
280 ((AACDEC_COMPONENT_PRIVATE *) pTemp->pPlatformPrivate)->pHandle = pHandle;
301 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
315 ((AACDEC_COMPONENT_PRIVATE *)pTemp->pPlatformPrivate)->pHandle = pHandle;
353 * @param pHandle This is component handle allocated by the OMX core
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_Utils.c 118 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
119 AACENC_COMPONENT_PRIVATE *pComponentPrivate = pHandle->pComponentPrivate;
319 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
352 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
413 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
414 AACENC_COMPONENT_PRIVATE *pComponentPrivate = (AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
474 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: pHandle[%x] AACENC_StartComponentThread\n", __LINE__, (int)pHandle) ;
500 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
501 AACENC_COMPONENT_PRIVATE *pComponentPrivate = (AACENC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_Utils.c 130 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
135 G711DEC_DPRINT("%d :: pHandle = %p\n",__LINE__,pHandle);
136 G711DEC_DPRINT("%d :: pHandle->pComponentPrivate = %p\n",__LINE__,pHandle->pComponentPrivate);
138 pComponentPrivate = pHandle->pComponentPrivate;
268 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
303 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
358 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
361 (G711DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate
1510 LCML_DSP_INTERFACE * phandle = NULL; local
2117 LCML_DSP_INTERFACE *phandle = (LCML_DSP_INTERFACE *)args[6]; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 225 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle,
236 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE pHandle,
242 eError = OMX_GetState(pHandle, &CurState);
403 OMX_HANDLETYPE pHandle = NULL;
550 eError = OMX_GetHandle(&pHandle, strG711Encoder, &AppData, &G711CaBa);
553 eError = TIOMX_GetHandle(&pHandle, strG711Encoder, &AppData, &G711CaBa);
556 if((eError != OMX_ErrorNone) || (pHandle == NULL)) {
560 APP_DPRINT("%d [TEST APP] Got Phandle = %p \n",__LINE__,pHandle);
588 eError = OMX_GetParameter (pHandle,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 142 OMX_ERRORTYPE omxFreeBuffers (OMX_HANDLETYPE *pHandle, int nBuffs, OMX_BUFFERHEADERTYPE *pBufferHeader [], char *sBuffTypeMsg);
185 OMX_HANDLETYPE *pHandle = NULL;
231 pHandle = malloc(sizeof(OMX_HANDLETYPE));
232 if(pHandle == NULL){
262 error = OMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa);
265 error = TIOMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa);
268 if((error != OMX_ErrorNone) || (*pHandle == NULL)) {
293 bFlag = omxSetInputPortParameter (pHandle, nIpBuffs, nIpBufSize);
299 bFlag = omxSetOutputPortParameter (pHandle, nOpBuffs, nOpBufSize, gDasfMode);
304 error = OMX_GetExtensionIndex(*pHandle, "OMX.TI.index.config.g722headerinfo",&index)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/
G722EncTest.c 130 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
147 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle,
153 /*OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;*/
155 eError = OMX_GetState(pHandle, &CurState);
162 eError = OMX_GetState(pHandle, &CurState);
296 OMX_HANDLETYPE pHandle = NULL;
446 /*pHandle = malloc(sizeof(OMX_HANDLETYPE));*/
447 APP_MEMPRINT("%d:::[TESTAPPALLOC] %p\n",__LINE__,pHandle);
450 error = TIOMX_GetHandle(&pHandle, strG722Encoder, &AppData, &PcmCaBa);
453 error = TIOMX_GetHandle(&pHandle, strG722Encoder, &AppData, &PcmCaBa)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 143 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
174 * @param pHandle This is component handle allocated by the OMX core.
187 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle,
194 eError = OMX_GetState(*pHandle, &CurState);
201 eError = OMX_GetState(*pHandle, &CurState);
352 OMX_HANDLETYPE *pHandle = NULL;
527 pHandle = malloc(sizeof(OMX_HANDLETYPE));
528 if(pHandle == NULL){
534 error = OMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa);
537 error = TIOMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 177 OMX_ERRORTYPE StopComponent(OMX_HANDLETYPE *pHandle);
178 OMX_ERRORTYPE PauseComponent(OMX_HANDLETYPE *pHandle);
179 OMX_ERRORTYPE PlayComponent(OMX_HANDLETYPE *pHandle);
180 OMX_S16 fill_data_fromFile (OMX_BUFFERHEADERTYPE *pBuf, FILE *fIn, OMX_HANDLETYPE pHandle);
182 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
194 OMX_HANDLETYPE* pHandle);
205 OMX_HANDLETYPE* pHandle);
251 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle,
257 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
258 eError = pComponent->GetState(pHandle, &CurState)
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_Utils.c 123 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
128 pComponentPrivate = pHandle->pComponentPrivate;
304 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
339 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
396 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
398 (AMRDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
476 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
478 pHandle->pComponentPrivate;
568 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
570 pHandle->pComponentPrivate
1720 LCML_DSP_INTERFACE * phandle; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDec_Utils.c 116 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent;
120 pComponentPrivate = pHandle->pComponentPrivate;
122 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle = %p\n",pHandle);
123 OMX_PRDSP1(pComponentPrivate->dbg, "pHandle->pComponentPrivate = %p\n",pHandle->pComponentPrivate);
294 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
328 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
385 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
387 (WBAMR_DEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate
1744 LCML_DSP_INTERFACE * phandle; local
2511 LCML_DSP_INTERFACE *phandle = (LCML_DSP_INTERFACE *)args[6]; local
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_Utils.c 120 LCML_DSP_INTERFACE *pHandle;
125 pHandle = (LCML_DSP_INTERFACE *)pComponent;
133 OMX_PRINT2(pComponentPrivate->dbg, "%d :: WMADECFill_LCMLInitParams - pHandle = %p",__LINE__,
134 pHandle);
308 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
358 pTemp->pPlatformPrivate = pHandle->pComponentPrivate;
403 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent;
405 (WMADEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate;
462 pComponentPrivate->cbInfo.EventHandler(pComponentPrivate->pHandle,
463 pComponentPrivate->pHandle->pApplicationPrivate
1911 LCML_DSP_INTERFACE *phandle; local
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 88 static OMX_ERRORTYPE WaitForEvent_JPEG(OMX_HANDLETYPE* pHandle,
514 static OMX_ERRORTYPE WaitForEvent_JPEG(OMX_HANDLETYPE* pHandle,
521 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
527 error = pComponent->GetState(pHandle, &CurrentState);
593 OMX_HANDLETYPE pHandle = NULL;
829 eError = TIOMX_GetHandle(&pHandle,StrJpegDecoder, (void *)&AppData, &JPEGCaBa);
830 if ( (eError != OMX_ErrorNone) || (pHandle == NULL) ) {
835 eError = OMX_GetParameter(pHandle, OMX_IndexParamImageInit, pPortType);
851 eError = OMX_SetConfig (pHandle, OMX_IndexConfigCommonScale, pScaleFactor);
856 eError = OMX_GetParameter (pHandle, OMX_IndexParamPortDefinition, pInPortDef)
    [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/
JPEGTestEnc.c 656 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight);
674 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle,
680 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
683 eError = pComponent->GetState(pHandle, &CurState);
692 eError = pComponent->GetState(pHandle, &CurState);
837 OMX_ERRORTYPE SetMarkers(OMX_HANDLETYPE pHandle, IMAGE_INFO *imageinfo, OMX_CONFIG_RECTTYPE sCrop, int nWidth, int nHeight) {
855 eError = OMX_GetExtensionIndex(pHandle, "OMX.TI.JPEG.encoder.Config.APP0", (OMX_INDEXTYPE*)&nCustomIndex);
861 eError = OMX_SetConfig(pHandle, nCustomIndex, &sAPP0);
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDecoder.c 94 extern OMX_ERRORTYPE VIDDEC_Start_ComponentThread(OMX_HANDLETYPE pHandle);
276 OMX_COMPONENTTYPE *pHandle = NULL;
289 pHandle = (OMX_COMPONENTTYPE *)hComponent;
291 OMX_MALLOC_STRUCT(pHandle->pComponentPrivate, VIDDEC_COMPONENT_PRIVATE, nMemUsage);
292 if (pHandle->pComponentPrivate == NULL) {
296 pComponentPrivate = (VIDDEC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate;
304 ((VIDDEC_COMPONENT_PRIVATE *)pHandle->pComponentPrivate)->pHandle = pHandle;
306 pHandle->SetCallbacks = VIDDEC_SetCallbacks
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 318 OMX_COMPONENTTYPE* pHandle = NULL;
348 pHandle = (OMX_COMPONENTTYPE*)hComponent;
353 VIDENC_MALLOC(pHandle->pComponentPrivate,
358 pComponentPrivate = (VIDENC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate;
417 ((VIDENC_COMPONENT_PRIVATE*)pHandle->pComponentPrivate)->pHandle = pHandle;
420 pHandle->SetCallbacks = SetCallbacks;
421 pHandle->GetComponentVersion = GetComponentVersion;
422 pHandle->SendCommand = SendCommand
    [all...]
  /hardware/ti/omap4-aah/domx/omx_proxy_component/omx_h264_enc/src/
omx_proxy_h264enc.c 177 OMX_COMPONENTTYPE *pHandle;
182 pHandle = (OMX_COMPONENTTYPE *) hComponent;
205 eError = pHandle->GetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate);
207 DOMX_ERROR ("pHandle->GetConfig OMX_IndexConfigVideoFramerate eError :0x%x \n",eError);
243 eError = pHandle->SetConfig(hComponent,OMX_IndexConfigVideoFramerate,&tFrameRate);
276 OMX_COMPONENTTYPE *pHandle = NULL;
278 pHandle = (OMX_COMPONENTTYPE *) hComponent;
293 pHandle->pComponentPrivate =
298 PROXY_assert(pHandle->pComponentPrivate != NULL,
303 (PROXY_COMPONENT_PRIVATE *) pHandle->pComponentPrivate
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 207 OMX_ERRORTYPE send_input_buffer (OMX_HANDLETYPE pHandle, OMX_BUFFERHEADERTYPE* pBuffer, FILE *fIn);
270 static OMX_ERRORTYPE WaitForState(OMX_HANDLETYPE* pHandle, OMX_STATETYPE DesiredState)
275 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;
276 eError = pComponent->GetState(pHandle, &CurState);
283 eError = pComponent->GetState(pHandle, &CurState);
450 OMX_HANDLETYPE pHandle;
740 error = OMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa);
743 error = TIOMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa);
746 if((error != OMX_ErrorNone) || (pHandle == NULL)) {
802 error = OMX_SetParameter (pHandle, OMX_IndexParamPortDefinition, pCompPrivateStruct)
    [all...]

Completed in 1166 milliseconds

1 2 34 5 6