/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/ |
OMX_AmrEncoder.c | 571 * @param pComponent handle for this instance of the component 580 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 586 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/ |
AmrEncTest.c | 370 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 372 eError = pComponent->GetState(pHandle, &CurState); 403 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent; 408 eError = pComponent->GetState (hComponent, &state); 523 OMX_COMPONENTTYPE *pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/ |
WbAmrEncTest.c | 351 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 353 eError = pComponent->GetState(pHandle, &CurState); 380 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent; 385 eError = pComponent->GetState (hComponent, &state); 502 OMX_COMPONENTTYPE *pComponent; [all...] |
/hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/ |
OMX_VPP.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/ |
OMX_G711Decoder.c | 482 * @param pComponent handle for this instance of the component 491 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 497 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/ |
OMX_G711Encoder.c | 451 * @param pComponent handle for this instance of the component 460 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 466 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/ |
OMX_G726Encoder.c | 417 * @param pComponent handle for this instance of the component 426 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 432 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/ |
OMX_G729Decoder.c | 486 * @param pComponent handle for this instance of the component 495 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 501 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/ |
OMX_G729Encoder.c | 476 * @param pComponent handle for this instance of the component 485 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 490 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/audio/src/openmax_il/wbamr_dec/src/ |
OMX_WbAmrDecoder.c | 500 * @param pComponent handle for this instance of the component 509 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 515 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/ |
WBAmrDecTest.c | 285 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 286 eError = pComponent->GetState(pHandle, &CurState); 322 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent; 331 eError = pComponent->GetState (hComponent, &state); 491 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/ |
OMX_WmaDecoder.c | 524 * @param pComponent handle for this instance of the component 533 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 540 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [all...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/ |
OMX_JpegDec_Utils.c | 103 * @param pComponent - components private structure 109 OMX_ERRORTYPE GetLCMLHandleJpegDec(OMX_HANDLETYPE pComponent) 114 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 162 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE *)pComponent; 317 OMX_ERRORTYPE Start_ComponentThreadJpegDec(OMX_HANDLETYPE pComponent) 329 OMX_CHECK_PARAM(pComponent); 330 pHandle = (OMX_COMPONENTTYPE *)pComponent; 366 eError = pthread_create (&(pComponentPrivate->pComponentThread), &attr, OMX_JpegDec_Thread, pComponent); 368 eError = pthread_create (&(pComponentPrivate->pComponentThread), NULL, OMX_JpegDec_Thread, pComponent); 556 * @param pComponent handle for this instance of componen [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/audio/src/openmax_il/nbamr_dec/inc/ |
OMX_AmrDec_Utils.h | 149 OMX_ERRORTYPE NBAMRDEC_CleanupInitParams(OMX_HANDLETYPE pComponent); 153 OMX_ERRORTYPE NBAMRDECFill_LCMLInitParamsEx(OMX_HANDLETYPE pComponent);
|
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/ |
OMX_JpegDec_Utils.h | 565 OMX_ERRORTYPE Fill_LCMLInitParamsJpegDec(LCML_DSP *lcml_dsp, OMX_U16 arr[], OMX_HANDLETYPE pComponent); 566 OMX_ERRORTYPE GetLCMLHandleJpegDec(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/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/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/g722_dec/inc/ |
OMX_G722Dec_Utils.h | 785 * @param pComponent This is the component handle. 797 OMX_ERRORTYPE G722DEC_FreeCompResources(OMX_HANDLETYPE pComponent); 807 * @param pComponent This is the component handle. 818 void G722DEC_CleanupInitParams(OMX_HANDLETYPE pComponent); 841 OMX_ERRORTYPE G722DECFill_LCMLInitParamsEx (OMX_HANDLETYPE pComponent);
|
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/ |
OMX_G726Dec_Utils.h | 913 * @param pComponent This is the component handle. 925 OMX_ERRORTYPE G726DEC_FreeCompResources(OMX_HANDLETYPE pComponent); 935 * @param pComponent This is the component handle. 946 void G726DEC_CleanupInitParams(OMX_HANDLETYPE pComponent); [all...] |