Searched defs:GetComponentVersion (Results 1 - 19 of 19) sorted by relevance

/hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
H A DOMX_AacDecoder.c126 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
215 pHandle->GetComponentVersion = GetComponentVersion;
1265 * @fn GetComponentVersion() Sets application callbacks to the component. Currently this
1286 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp, function
1299 OMX_ERROR4(pComponentPrivate->dbg, "%d :: OMX_ErrorInvalidState from GetComponentVersion",__LINE__);
1310 OMX_ERROR2(pComponentPrivate->dbg, "%d :: OMX_ErrorBadParameter from GetComponentVersion",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
H A DOMX_AacEncoder.c112 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, function
573 OMX_PRINT1(pComponentPrivate->dbg, "%d :: AACENC: Entering GetComponentVersion\n", __LINE__);
596 OMX_PRINT1(pComponentPrivate->dbg, "%d :: AACENC: Exiting GetComponentVersion\n", __LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
H A DOMX_G711Decoder.c115 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, function
547 G711DEC_DPRINT (stderr, "Inside the GetComponentVersion\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
H A DOMX_G711Encoder.c100 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, function
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__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/src/
H A DOMX_G722Decoder.c118 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
215 pHandle->GetComponentVersion = GetComponentVersion;
1020 * @fn GetComponentVersion() Sets application callbacks to the component. Currently this
1041 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp, function
1060 G722DEC_DPRINT("%d :: OMX_ErrorBadParameter from GetComponentVersion",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/src/
H A DOMX_G722Encoder.c117 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
210 pHandle->GetComponentVersion = GetComponentVersion;
1115 * @fn GetComponentVersion() description for GetComponentVersion
1116 GetComponentVersion().
1123 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp, function
1130 G722ENC_DPRINT ("%d :: Entering GetComponentVersion\n", __LINE__);
1132 G722ENC_DPRINT ("%d :: Inside GetComponentVersion\n", __LINE__);
1133 G722ENC_DPRINT ("%d :: Exiting GetComponentVersion\
[all...]
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
H A DOMX_G726Decoder.c120 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
218 pHandle->GetComponentVersion = GetComponentVersion;
1042 * @fn GetComponentVersion() Sets application callbacks to the component. Currently this
1063 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp, function
1082 G726DEC_DPRINT("%d :: OMX_ErrorBadParameter from GetComponentVersion",__LINE__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/src/
H A DOMX_G726Encoder.c110 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, function
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__);
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/src/
H A DOMX_G729Decoder.c114 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, function
/hardware/ti/omap3/omx/audio/src/openmax_il/g729_enc/src/
H A DOMX_G729Encoder.c115 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, function
558 G729ENC_DPRINT("OMX_ErrorBadParameter from GetComponentVersion");
/hardware/ti/omap3/omx/audio/src/openmax_il/mp3_dec/src/
H A DOMX_Mp3Decoder.c126 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
221 pHandle->GetComponentVersion = GetComponentVersion;
1320 * @fn GetComponentVersion() Sets application callbacks to the component. Currently this
1341 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp, function
1361 OMX_PRINT1(pComponentPrivate->dbg, ":: Entering GetComponentVersion\n");
1362 OMX_PRINT2(pComponentPrivate->dbg, ":: Inside GetComponentVersion\n");
1363 OMX_PRINT1(pComponentPrivate->dbg, " :: Exiting GetComponentVersion\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
H A DOMX_AmrDecoder.c109 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, function
596 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Inside the GetComponentVersion\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
H A DOMX_AmrEncoder.c124 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, function
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__);
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/src/
H A DOMX_WbAmrDecoder.c115 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, function
569 OMXDBG_PRINT(stderr, PRINT, 1, 0, "Inside the GetComponentVersion\n");
/hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_enc/src/
H A DOMX_WbAmrEncoder.c118 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp,
202 pHandle->GetComponentVersion = GetComponentVersion;
586 * GetComponentVersion() This will return the component version
601 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp, function
/hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
H A DOMX_WmaDecoder.c110 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, function
604 OMX_PRINT1(pComponentPrivate->dbg, "Inside the GetComponentVersion\n");
/hardware/qcom/media/mm-core/omxcore/inc/
H A DOMX_Component.h335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)( member in struct:OMX_COMPONENTTYPE
/hardware/ti/omap3/omx/system/src/openmax_il/omx_core/inc/
H A DOMX_Component.h335 specification for details on the GetComponentVersion method.
337 OMX_ERRORTYPE (*GetComponentVersion)( member in struct:OMX_COMPONENTTYPE
/hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
H A DOMX_VideoEncoder.c204 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComponent,
421 pHandle->GetComponentVersion = GetComponentVersion;
1100 * GetComponentVersion() Sets application callbacks to the component
1114 static OMX_ERRORTYPE GetComponentVersion (OMX_HANDLETYPE hComp, function

Completed in 391 milliseconds