Searched defs:component (Results 1 - 12 of 12) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
H A DExynos_OMX_Component_Register.h45 ExynosRegisterComponentType component; member in struct:_EXYNOS_OMX_COMPONENT_REGLIST
H A DExynos_OMX_Component_Register.c99 Exynos_OSAL_Strcpy(componentList[totalCompNum].component.componentName, exynosComponentsTemp[i]->componentName);
101 Exynos_OSAL_Strcpy(componentList[totalCompNum].component.roles[j], exynosComponentsTemp[i]->roles[j]);
102 componentList[totalCompNum].component.totalRoleNum = exynosComponentsTemp[i]->totalRoleNum;
122 /* not a component name line. skip */
150 OMX_ERRORTYPE Exynos_OMX_ComponentAPICheck(OMX_COMPONENTTYPE *component) argument
154 if ((NULL == component->GetComponentVersion) ||
155 (NULL == component->SendCommand) ||
156 (NULL == component->GetParameter) ||
157 (NULL == component->SetParameter) ||
158 (NULL == component
[all...]
/hardware/qcom/media/libstagefrighthw/
H A DQComOMXPlugin.cpp68 OMX_COMPONENTTYPE **component) {
74 reinterpret_cast<OMX_HANDLETYPE *>(component),
80 OMX_COMPONENTTYPE *component) {
85 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
64 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
79 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
/hardware/samsung_slsi/exynos5/libstagefrighthw/
H A DExynos_OMX_Plugin.cpp70 OMX_COMPONENTTYPE **component) {
76 reinterpret_cast<OMX_HANDLETYPE *>(component),
82 OMX_COMPONENTTYPE *component) {
87 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
66 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
81 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
/hardware/ti/omap3/libstagefrighthw/
H A DTIOMXPlugin.cpp68 OMX_COMPONENTTYPE **component) {
74 reinterpret_cast<OMX_HANDLETYPE *>(component),
80 OMX_COMPONENTTYPE *component) {
85 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
64 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
79 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
/hardware/ti/omap4-aah/libstagefrighthw/
H A DTIOMXPlugin.cpp76 OMX_COMPONENTTYPE **component) {
82 reinterpret_cast<OMX_HANDLETYPE *>(component),
88 OMX_COMPONENTTYPE *component) {
93 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
72 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
87 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
/hardware/ti/omap4xxx/libstagefrighthw/
H A DTIOMXPlugin.cpp76 OMX_COMPONENTTYPE **component) {
82 reinterpret_cast<OMX_HANDLETYPE *>(component),
88 OMX_COMPONENTTYPE *component) {
93 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component));
72 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
87 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
/hardware/intel/common/libstagefrighthw/
H A DWrsOMXPlugin.cpp88 ALOGI("OMX IL core %s: declares component %s", coreName, tmpComponentName);
118 OMX_COMPONENTTYPE **component) {
126 reinterpret_cast<OMX_HANDLETYPE *>(component),
133 comp.mComponent = *component;
145 OMX_COMPONENTTYPE *component) {
148 if (mComponents[i].mComponent == component) {
152 OMX_ERRORTYPE omx_res = (*(mComponents[i].mCore->mFreeHandle))(reinterpret_cast<OMX_HANDLETYPE *>(component));
114 makeComponentInstance( const char *name, const OMX_CALLBACKTYPE *callbacks, OMX_PTR appData, OMX_COMPONENTTYPE **component) argument
144 destroyComponentInstance( OMX_COMPONENTTYPE *component) argument
/hardware/intel/common/libva/test/decode/
H A Dtinyjpeg-internal.h74 struct component struct
107 struct component component_infos[COMPONENTS];
/hardware/qcom/media/mm-core/omxcore/src/common/
H A Domx_core_cmp.cpp33 operate directly on the component.
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); local
52 component->nSize = sizeof(OMX_COMPONENTTYPE);
53 component->nVersion.nVersion = OMX_SPEC_VERSION;
54 component->pApplicationPrivate = 0;
55 component->pComponentPrivate = obj_ptr;
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
58 component->FreeBuffer = &qc_omx_component_free_buffer;
59 component->GetParameter = &qc_omx_component_get_parameter;
60 component
[all...]
/hardware/qcom/media/mm-core/src/common/
H A Domx_core_cmp.cpp33 operate directly on the component.
49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); local
52 component->nSize = sizeof(OMX_COMPONENTTYPE);
53 component->nVersion.nVersion = OMX_SPEC_VERSION;
54 component->pApplicationPrivate = 0;
55 component->pComponentPrivate = obj_ptr;
57 component->AllocateBuffer = &qc_omx_component_allocate_buffer;
58 component->FreeBuffer = &qc_omx_component_free_buffer;
59 component->GetParameter = &qc_omx_component_get_parameter;
60 component
[all...]
/hardware/ti/omap4-aah/camera/OMXCameraAdapter/
H A DOMXCameraAdapter.cpp403 ///Free the OMX component handle in case of error
2036 ///Once we get the buffers, move component state to idle state and pass the buffers to OMX comp using UseBuffer
2256 CAMHAL_LOGDA("+Waiting for component to go into EXECUTING state");
2519 CAMHAL_LOGDA("OMX component is not in loaded state");
4027 CAMHAL_LOGEA("OMX component is in invalid state");
4185 // free the handle for the Camera component
4296 const OMX_HANDLETYPE & component() const function in class:Ti::Camera::CapabilitiesHandler
4315 OMX_ERRORTYPE eError = OMX_SetParameter(component(),
4325 OMXCameraAdapter::getCaps(sensorId, properties, component());
4339 const OMX_ERRORTYPE sensorSelectError = OMX_SetConfig(component(),
[all...]

Completed in 311 milliseconds