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

1 2

  /device/samsung/crespo/sec_mm/sec_omx/sec_omx_core/
SEC_OMX_Component_Register.c 161 if ((NULL == component.GetComponentVersion) ||
  /frameworks/base/media/libstagefright/omx/
OMXComponentBase.cpp 177 result->GetComponentVersion = NULL;
  /device/samsung/crespo/sec_mm/sec_omx/sec_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...]
  /frameworks/base/include/media/stagefright/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/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/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/qcom/media/mm-core/omxcore/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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
OMX_G729Decoder.c 114 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
227 pHandle->GetComponentVersion = GetComponentVersion;
528 * GetComponentVersion() This will return the component version
543 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
OMX_G729Encoder.c 115 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
208 pHandle->GetComponentVersion = GetComponentVersion;
516 * GetComponentVersion() This will return the component version
531 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
558 G729ENC_DPRINT("OMX_ErrorBadParameter from GetComponentVersion");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
OMX_WbAmrDecoder.c 115 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
209 pHandle->GetComponentVersion = GetComponentVersion;
545 * GetComponentVersion() This will return the component version
560 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
569 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Inside the GetComponentVersion\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDecoder.c 110 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
199 pHandle->GetComponentVersion = GetComponentVersion;
570 * GetComponentVersion() This will return the component version
585 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
604 OMX_PRINT1(pComponentPrivate->dbg, "Inside the GetComponentVersion\n");
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDecoder.c 126 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
215 pHandle->GetComponentVersion = GetComponentVersion;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEncoder.c 112 static OMX_ERRORTYPE GetComponentVersion(OMX_HANDLETYPE hComp, OMX_STRING pComponentName, OMX_VERSIONTYPE* pComponentVersion, OMX_VERSIONTYPE* pSpecVersion, OMX_UUIDTYPE* pComponentUUID);
178 pHandle->GetComponentVersion = GetComponentVersion;
547 * GetComponentVersion() This will return the component version
562 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
573 OMX_PRINT1(pComponentPrivate->dbg, "%d :: AACENC: Entering GetComponentVersion\n", __LINE__);
596 OMX_PRINT1(pComponentPrivate->dbg, "%d :: AACENC: Exiting GetComponentVersion\n", __LINE__);
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
OMX_Mp3Decoder.c 126 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
221 pHandle->GetComponentVersion = GetComponentVersion;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDecoder.c 109 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
213 pHandle->GetComponentVersion = GetComponentVersion;
572 * GetComponentVersion() This will return the component version
587 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
596 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Inside the GetComponentVersion\n");
    [all...]

Completed in 912 milliseconds

1 2