/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/ |
OMX_G729Decoder.h | 703 OMX_ERRORTYPE G729DEC_FreeCompResources(OMX_HANDLETYPE pComponent);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/ |
OMX_G722Dec_Utils.c | 218 OMX_ERRORTYPE G722DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, 225 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 481 OMX_ERRORTYPE G722Dec_StartCompThread(OMX_HANDLETYPE pComponent) 484 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 553 * @param pComponent This is the component handle. 565 OMX_ERRORTYPE G722DEC_FreeCompResources(OMX_HANDLETYPE pComponent) 567 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Dec_Utils.c | 111 OMX_ERRORTYPE G726DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, 118 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 368 OMX_ERRORTYPE G726Dec_StartCompThread(OMX_HANDLETYPE pComponent) 371 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 434 * @param pComponent This is the component handle. 446 OMX_ERRORTYPE G726DEC_FreeCompResources(OMX_HANDLETYPE pComponent) 448 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/ |
OMX_AmrDecoder.c | 530 * @param pComponent handle for this instance of the component 539 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 545 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
OMX_AmrDec_Utils.c | 103 * @param pComponent handle for this instance of the component 113 OMX_ERRORTYPE NBAMRDECFill_LCMLInitParams(OMX_HANDLETYPE pComponent, 123 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 384 * @param pComponent handle for this instance of the component 393 OMX_ERRORTYPE NBAMRDEC_StartComponentThread(OMX_HANDLETYPE pComponent) 396 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 464 * @param pComponent handle for this instance of the component 474 OMX_ERRORTYPE NBAMRDEC_FreeCompResources(OMX_HANDLETYPE pComponent) 476 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 566 OMX_ERRORTYPE NBAMRDEC_CleanupInitParams(OMX_HANDLETYPE pComponent) [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDecoder.c | [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/ |
OMX_JpegEncoder.c | [all...] |
OMX_JpegEnc_Utils.c | 116 OMX_ERRORTYPE GetJpegEncLCMLHandle(OMX_HANDLETYPE pComponent) 122 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 170 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 335 * @param pComponent handle for this instance of the component 342 OMX_ERRORTYPE JPEGEnc_Start_ComponentThread(OMX_HANDLETYPE pComponent) 349 OMX_CHECK_PARAM(pComponent); 350 pHandle = (OMX_COMPONENTTYPE *)pComponent; 387 OMX_JpegEnc_Thread, pComponent); 413 * @param pComponent handle for this instance of the component 547 OMX_ERRORTYPE Fill_JpegEncLCMLInitParams(LCML_DSP *lcml_dsp, OMX_U16 arr[], OMX_HANDLETYPE pComponent) [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/test/ |
VideoEncTest.c | 332 OMX_COMPONENTTYPE* pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDec_Utils.c | 99 * @param pComponent handle for this instance of the component 109 OMX_ERRORTYPE WMADECFill_LCMLInitParams(OMX_COMPONENTTYPE* pComponent, 123 pComponentPrivate = pComponent->pComponentPrivate; 125 pHandle = (LCML_DSP_INTERFACE *)pComponent; 127 OMX_PRINT2(pComponentPrivate->dbg, "[WMADECFill_LCMLInitParams] pComponent = %p",pComponent); 390 * @param pComponent handle for this instance of the component 399 OMX_ERRORTYPE WMADEC_StartComponentThread(OMX_HANDLETYPE pComponent) 403 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 477 * @param pComponent handle for this instance of the componen [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEnc_Utils.c | 97 * @param pComponent handle for this instance of the component 109 OMX_ERRORTYPE AACENCFill_LCMLInitParams(OMX_HANDLETYPE pComponent, LCML_DSP *plcml_Init, OMX_U16 arr[]) 118 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 400 * @param pComponent handle for this instance of the component 410 OMX_ERRORTYPE AACENC_StartComponentThread(OMX_HANDLETYPE pComponent) 413 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 473 OMX_PRDSP1(pComponentPrivate->dbg, "%d :: pComponent[%x] AACENC_StartComponentThread\n", __LINE__, (int)pComponent) ; 488 * @param pComponent handle for this instance of the component 498 OMX_ERRORTYPE AACENC_FreeCompResources(OMX_HANDLETYPE pComponent) [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/ |
OMX_VideoDecoder.c | 95 extern OMX_ERRORTYPE VIDDEC_Stop_ComponentThread(OMX_HANDLETYPE pComponent); 184 OMX_VERSIONTYPE* pComponent, 509 static OMX_ERRORTYPE VIDDEC_SetCallbacks (OMX_HANDLETYPE pComponent, 517 OMX_CONF_CHECK_CMD(pComponent, pCallBacks, OMX_TRUE); 519 pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
OMX_VideoDec_Thread.c | 90 extern OMX_ERRORTYPE VIDDEC_Stop_ComponentThread(OMX_HANDLETYPE pComponent);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/ |
OMX_WbAmrEncoder.c | 545 * @param pComponent handle for this instance of the component 554 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 559 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
OMX_WbAmrEnc_Utils.c | 95 * @param pComponent handle for this instance of the component 106 OMX_ERRORTYPE WBAMRENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, 111 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 340 * @param pComponent handle for this instance of the component 350 OMX_ERRORTYPE WBAMRENC_StartComponentThread(OMX_HANDLETYPE pComponent) { 352 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 428 * @param pComponent handle for this instance of the component 438 OMX_ERRORTYPE WBAMRENC_FreeCompResources(OMX_HANDLETYPE pComponent) { 441 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 503 * @param pComponent handle for this instance of the componen [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/ |
OMX_G711Decoder.h | 412 OMX_ERRORTYPE G711DEC_FreeCompResources(OMX_HANDLETYPE pComponent);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/ |
OMX_AmrDecoder.h | 494 OMX_ERRORTYPE NBAMRDEC_FreeCompResources(OMX_HANDLETYPE pComponent);
|
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/inc/ |
OMX_VPP_Utils.h | 499 OMX_ERRORTYPE VPP_Free_ComponentResources(OMX_HANDLETYPE pComponent);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDec_Utils.c | 112 OMX_ERRORTYPE AACDEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, 119 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 365 OMX_ERRORTYPE AacDec_StartCompThread(OMX_HANDLETYPE pComponent) 368 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 424 * @param pComponent This is the component handle. 437 OMX_ERRORTYPE AACDEC_FreeCompResources(OMX_HANDLETYPE pComponent) 439 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/tests/ |
G722EncTest.c | 153 /*OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle;*/ 301 OMX_COMPONENTTYPE *pComponent = NULL; 752 pComponent = (OMX_COMPONENTTYPE *)(pHandle); 779 OMX_FillThisBuffer(pComponent,pOutputBufferHeader); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Dec_Utils.c | 117 OMX_ERRORTYPE MP3DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent,LCML_DSP *plcml_Init,OMX_U16 arr[]) 123 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 379 OMX_ERRORTYPE Mp3Dec_StartCompThread(OMX_HANDLETYPE pComponent) 382 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 448 * @param pComponent This is the component handle. 461 OMX_ERRORTYPE MP3DEC_FreeCompResources(OMX_HANDLETYPE pComponent) 463 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEnc_Utils.c | 103 * @param pComponent handle for this instance of the component 114 OMX_ERRORTYPE NBAMRENC_FillLCMLInitParams(OMX_HANDLETYPE pComponent, 120 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 340 * @param pComponent handle for this instance of the component 350 OMX_ERRORTYPE NBAMRENC_StartComponentThread(OMX_HANDLETYPE pComponent) 353 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 419 * @param pComponent handle for this instance of the component 429 OMX_ERRORTYPE NBAMRENC_FreeCompResources(OMX_HANDLETYPE pComponent) 433 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 478 * @param pComponent handle for this instance of the componen [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDec_Utils.c | 92 * @param pComponent handle for this instance of the component 103 OMX_ERRORTYPE WBAMR_DEC_Fill_LCMLInitParams(OMX_HANDLETYPE pComponent, 116 LCML_DSP_INTERFACE *pHandle = (LCML_DSP_INTERFACE *)pComponent; 372 * @param pComponent handle for this instance of the component 382 OMX_ERRORTYPE WBAMR_DEC_StartComponentThread(OMX_HANDLETYPE pComponent) 385 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 447 * @param pComponent handle for this instance of the component 457 OMX_ERRORTYPE WBAMR_DEC_FreeCompResources(OMX_HANDLETYPE pComponent) 459 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 536 OMX_ERRORTYPE WBAMR_DEC_CleanupInitParams(OMX_HANDLETYPE pComponent) [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/ |
G726DecTest.c | 362 OMX_COMPONENTTYPE *pComponent = NULL; 603 pComponent =(OMX_COMPONENTTYPE *)(*pHandle); [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/ |
JPEGTest.c | 521 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 527 error = pComponent->GetState(pHandle, &CurrentState); [all...] |