HomeSort by relevance Sort by last modified time
    Searched defs:GetComponentVersion (Results 1 - 23 of 23) sorted by null

  /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_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_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/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...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
OMX_AmrEncoder.c 124 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
220 pHandle->GetComponentVersion = GetComponentVersion;
612 * GetComponentVersion() This will return the component version
627 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
637 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Entering GetComponentVersion\n", __LINE__);
652 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_ErrorBadParameter from GetComponentVersion",__LINE__);
657 OMX_PRINT1(pComponentPrivate->dbg, "%d :: Exiting GetComponentVersion\n", __LINE__);
    [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/wbamr_enc/src/
OMX_WbAmrEncoder.c 118 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
203 pHandle->GetComponentVersion = GetComponentVersion;
587 * GetComponentVersion() This will return the component version
602 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
    [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/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/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/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/mp3_dec/src/
OMX_Mp3Decoder.c 126 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
221 pHandle->GetComponentVersion = GetComponentVersion;
    [all...]
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEncoder.c 204 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComponent,
421 pHandle->GetComponentVersion = GetComponentVersion;
    [all...]
  /frameworks/native/include/media/openmax/
OMX_Component.h 352 specification for details on the GetComponentVersion method.
354 OMX_ERRORTYPE (*GetComponentVersion)(
  /hardware/qcom/media/mm-core/inc/
OMX_Component.h 335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)(
  /hardware/qcom/media/mm-core/omxcore/inc/
OMX_Component.h 335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)(
  /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)(
  /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)(
  /hardware/ti/omap4xxx/domx/omx_core/inc/
OMX_Component.h 335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)(

Completed in 785 milliseconds