/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/g722_enc/src/ |
OMX_G722Encoder.c | [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...] |
/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/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_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...] |
/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/audio/src/openmax_il/aac_dec/src/ |
OMX_AacDecoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/ |
OMX_AacEncoder.c | 504 * @param pComponent handle for this instance of the component 513 static OMX_ERRORTYPE SetCallbacks (OMX_HANDLETYPE pComponent, 519 OMX_CONF_CHECK_CMD(pComponent,1,1); /* Checking for NULL pointers: pAppData is NULL for Khronos */ 520 OMX_COMPONENTTYPE *pHandle = (OMX_COMPONENTTYPE*)pComponent; [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/g722_dec/src/ |
OMX_G722Decoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/ |
OMX_G726Decoder.c | [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/ |
OMX_Mp3Decoder.c | [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/g726_dec/tests/ |
G726DecTest.c | 362 OMX_COMPONENTTYPE *pComponent = NULL; 603 pComponent =(OMX_COMPONENTTYPE *)(*pHandle); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/ |
G729DecTest.c | 257 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 258 eError = pComponent->GetState(pHandle, &CurState); 265 eError = pComponent->GetState(pHandle, &CurState); 281 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent; 289 eError = pComponent->GetState (hComponent, &state); 387 OMX_COMPONENTTYPE *pComponent = NULL; [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...] |
/hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/test/ |
JPEGTestEnc.c | 680 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 683 eError = pComponent->GetState(pHandle, &CurState); 692 eError = pComponent->GetState(pHandle, &CurState); 709 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent; 720 eError = pComponent->GetState (hComponent, &state); [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/ |
G711DecTest.c | 275 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 276 eError = pComponent->GetState(pHandle, &CurState); 283 eError = pComponent->GetState(pHandle, &CurState); 309 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent; 314 eError = pComponent->GetState (hComponent, &state); 455 OMX_COMPONENTTYPE* pComponent,*pComponent_dasf = NULL; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/tests/ |
G726EncTest.c | 312 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 313 eError = OMX_GetState(pComponent, &CurState); 338 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent; 342 eError = OMX_GetState(pComponent, &state); 458 OMX_COMPONENTTYPE *pComponent = NULL; [all...] |
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/ |
G729EncTest.c | 256 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)pHandle; 258 eError = pComponent->GetState(pHandle, &CurState); 268 eError = pComponent->GetState(pHandle, &CurState); 288 OMX_COMPONENTTYPE *pComponent = (OMX_COMPONENTTYPE *)hComponent; 291 eError = pComponent->GetState (hComponent, &state); 371 OMX_COMPONENTTYPE *pComponent = NULL; [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...] |