HomeSort by relevance Sort by last modified time
    Searched refs:GetComponentVersion (Results 1 - 25 of 44) sorted by null

1 2

  /hardware/ti/omap4-aah/domx/domx/profiling/src/
profile.c 201 ((OMX_COMPONENTTYPE*) hComponent)->GetComponentVersion(hComponent, compName, &nVersionComp, &nVersionSpec, &compUUID);
  /frameworks/av/media/libstagefright/omx/
SoftOMXComponent.cpp 44 mComponent->GetComponentVersion = NULL;
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
Exynos_OMX_Component_Register.c 154 if ((NULL == component->GetComponentVersion) ||
  /frameworks/native/include/media/openmax/
OMX_Component.h 352 specification for details on the GetComponentVersion method.
354 OMX_ERRORTYPE (*GetComponentVersion)(
OMX_Core.h 664 /** GetComponentVersion will return information about the component.
    [all...]
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)(
OMX_Core.h 656 /** GetComponentVersion will return information about the component.
    [all...]
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)(
OMX_Core.h 647 /** GetComponentVersion will return information about the component.
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/include/khronos/
OMX_Component.h 335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)(
OMX_Core.h 647 /** GetComponentVersion will return information about the component.
    [all...]
  /hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
OMX_Component.h 335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)(
OMX_Core.h 647 /** GetComponentVersion will return information about the component.
    [all...]
  /hardware/ti/omap4-aah/domx/omx_core/inc/
OMX_Component.h 352 specification for details on the GetComponentVersion method.
354 OMX_ERRORTYPE (*GetComponentVersion)(
OMX_Core.h 664 /** GetComponentVersion will return information about the component.
    [all...]
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)(
OMX_Core.h 647 /** GetComponentVersion will return information about the component.
    [all...]
  /hardware/qcom/media/mm-core/omxcore/src/common/
omx_core_cmp.cpp 65 component->GetComponentVersion = &qc_omx_component_get_version;
  /hardware/qcom/media/mm-core/src/common/
omx_core_cmp.cpp 65 component->GetComponentVersion = &qc_omx_component_get_version;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Decoder.c 115 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
218 pHandle->GetComponentVersion = GetComponentVersion;
523 * GetComponentVersion() This will return the component version
538 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
547 G711DEC_DPRINT (stderr, "Inside the GetComponentVersion\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Encoder.c 100 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
194 pHandle->GetComponentVersion = GetComponentVersion;
493 * GetComponentVersion() This will return the component version
508 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
518 G711ENC_DPRINT("%d :: Entering GetComponentVersion\n", __LINE__);
525 G711ENC_DPRINT("%d :: OMX_ErrorBadParameter from GetComponentVersion",__LINE__);
529 G711ENC_DPRINT("%d :: Exiting GetComponentVersion\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
OMX_G722Decoder.c 118 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
215 pHandle->GetComponentVersion = GetComponentVersion;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
OMX_G722Encoder.c 117 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
210 pHandle->GetComponentVersion = GetComponentVersion;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Decoder.c 120 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
218 pHandle->GetComponentVersion = GetComponentVersion;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
OMX_G726Encoder.c 110 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
199 pHandle->GetComponentVersion = GetComponentVersion;
459 * GetComponentVersion() This will return the component version
474 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
484 G726ENC_DPRINT("%d :: Entering GetComponentVersion\n", __LINE__);
491 G726ENC_DPRINT("%d :: OMX_ErrorBadParameter from GetComponentVersion",__LINE__);
495 G726ENC_DPRINT("%d :: Exiting GetComponentVersion\n", __LINE__);
    [all...]

Completed in 4231 milliseconds

1 2