HomeSort by relevance Sort by last modified time
    Searched refs:OMX_GetHandle (Results 1 - 21 of 21) sorted by null

  /hardware/ti/omap4xxx/domx/omx_core/src/
OMX_Core_Wrapper.c 123 return OMX_GetHandle(pHandle, cComponentName, pAppData, pCallBacks);
OMX_Core.c 158 * OMX_GetHandle
181 OMX_ERRORTYPE OMX_GetHandle(OMX_HANDLETYPE * pHandle,
207 "OMX_GetHandle called without calling OMX_Init first");
538 "OMX_GetHandle called without calling OMX_Init first");
582 "OMX_GetHandle called without calling OMX_Init first");
639 "OMX_GetHandle called without calling OMX_Init first");
765 OMX_GetHandle(&hComp,
  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_include/khronos/
OMX_Core.h 514 pAppData parameter to the OMX_GetHandle method for the component.
552 pAppData parameter to the OMX_GetHandle method for the component.
581 pAppData parameter to the OMX_GetHandle method for the component.
    [all...]
  /frameworks/base/include/media/stagefright/openmax/
OMX_Core.h 531 pAppData parameter to the OMX_GetHandle method for the component.
569 pAppData parameter to the OMX_GetHandle method for the component.
598 pAppData parameter to the OMX_GetHandle method for the component.
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Core.h 514 pAppData parameter to the OMX_GetHandle method for the component.
552 pAppData parameter to the OMX_GetHandle method for the component.
581 pAppData parameter to the OMX_GetHandle method for the component.
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Core.h 514 pAppData parameter to the OMX_GetHandle method for the component.
552 pAppData parameter to the OMX_GetHandle method for the component.
581 pAppData parameter to the OMX_GetHandle method for the component.
    [all...]
  /hardware/qcom/media/mm-video/vidc/venc/test/
venc_test.cpp 754 result = OMX_GetHandle(&m_hHandle,
762 result = OMX_GetHandle(&m_hHandle,
770 result = OMX_GetHandle(&m_hHandle,
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
qc_omx_core.c 403 OMX_GetHandle
416 OMX_GetHandle(OMX_OUT OMX_HANDLETYPE* handle,
471 DEBUG_PRINT("OMX_GetHandle:NO free slot available to store Component Handle\n");
498 DEBUG_PRINT("\n OMX_GetHandle: NULL handle \n");
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/tests/
G726DecTest.c 534 error = OMX_GetHandle(pHandle, strG726Decoder, &AppData, &G726CaBa);
    [all...]
  /hardware/ti/omap4xxx/domx/test/sample_proxy/
test_sample_proxy.c 1037 OMX_GetHandle(&hComp, (OMX_STRING) "OMX.TI.DUCATI1.MISC.SAMPLE",
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/tests/
G711DecTest.c 740 error = OMX_GetHandle(&pHandle, strG711Decoder, &AppData, &G711CaBa);
741 GT_END("Call to OMX_GetHandle");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/tests/
G711EncTest.c 550 eError = OMX_GetHandle(&pHandle, strG711Encoder, &AppData, &G711CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/tests/
G722DecTest.c 262 error = OMX_GetHandle(pHandle, STR_G722DECODER, &AppData, &G722CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/tests/
G729DecTest.c 677 error = OMX_GetHandle(&pHandle, strG729Decoder, &AppData, &G729CaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/tests/
G729EncTest.c 545 eError = OMX_GetHandle(&pHandle, strG729Encoder, &AppData, &G729CaBa);
    [all...]
  /hardware/qcom/media/mm-video/vidc/vdec/test/
omx_vdec_test.cpp     [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/tests/
AmrEncTest.c 741 eError = OMX_GetHandle(&pHandle, strAmrEncoder, &AppData, &AmrCaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/tests/
WBAmrDecTest.c 805 error = OMX_GetHandle(&pHandle, strAmrEncoder, &AppData, &AmrCaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/tests/
WbAmrEncTest.c 729 eError = OMX_GetHandle(&pHandle, strWbAmrEncoder, &AppData, &AmrCaBa);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
AacEncTest.c 819 error = OMX_GetHandle(pHandle,strAacEncoder,&AppData, &AacCaBa);
    [all...]
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXCameraAdapter.cpp 104 CAMHAL_LOGEB("OMX_GetHandle -0x%x", eError);
108 CAMHAL_LOGVB("OMX_GetHandle -0x%x sensor_index = %lu", eError, mSensorIndex);
    [all...]

Completed in 2340 milliseconds