/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;
|
/frameworks/native/include/media/openmax/ |
OMX_Component.h | 352 specification for details on the GetComponentVersion method. 354 OMX_ERRORTYPE (*GetComponentVersion)(
|
OMX_Core.h | 676 /** 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/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...] |
/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...] |