Searched refs:component (Results 1 - 19 of 19) sorted by relevance

/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/
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...]
H A DAndroid.mk24 $(EXYNOS_OMX_TOP)/component/common
H A DExynos_OMX_Core.c128 snprintf(cComponentName, nNameLength, "%s", gComponentList[nIndex].component.componentName);
162 if (Exynos_OSAL_Strcmp(cComponentName, gComponentList[i].component.componentName) == 0) {
167 Exynos_OSAL_Strcpy(loadComponent->componentName, gComponentList[i].component.componentName);
299 max_role_num = gComponentList[i].component.totalRoleNum;
302 if (Exynos_OSAL_Strcmp(gComponentList[i].component.roles[j], role) == 0) {
304 Exynos_OSAL_Strcpy((OMX_STRING)compNames[*pNumComps], gComponentList[i].component.componentName);
336 if (Exynos_OSAL_Strcmp(gComponentList[i].component.componentName, compName) == 0) {
337 *pNumRoles = totalRoleNum = gComponentList[i].component.totalRoleNum;
356 Exynos_OSAL_Strcpy(roles[i], gComponentList[compNum].component.roles[i]);
H A DExynos_OMX_Component_Register.h45 ExynosRegisterComponentType component; member in struct:_EXYNOS_OMX_COMPONENT_REGLIST
/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/qcom/camera/mm-image-codec/qomx_core/
H A Dqomx_core.h51 * @comp_name: name of the component
60 * @handle: array of number of instances of the component
61 * @roles: array of roles played by the component
63 * component name
64 * @open: Is the component active
66 * @obj_ptr: Function ptr to get the instance of the component
69 * the component
73 char *roles[OMX_CORE_MAX_ROLES]; //Roles played by the component
75 uint8_t open; //Is component active
85 * @component
91 omx_core_component_t component[OMX_COMP_MAX_NUM]; //Array of pointers to components member in struct:_omx_core_t
[all...]
H A Dqomx_core.c39 //Map the library name with the component name
75 /* populate the library name and component name */
77 g_omxcore->component[i].comp_name = g_comp_info[i].comp_name;
78 g_omxcore->component[i].lib_name = g_comp_info[i].lib_name;
110 * component index. If not return the next index to create the component.
120 if (!strcmp(g_omxcore->component[i].comp_name, comp_name)) {
133 * component being created.
170 ALOGE("%s:%d] Cannot find the component", __func__, __LINE__);
178 p_core_comp = &g_omxcore->component[comp_id
[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
H A DQComOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/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
H A DExynos_OMX_Plugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/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
H A DTIOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/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
H A DTIOMXPlugin.h33 OMX_COMPONENTTYPE **component);
36 OMX_COMPONENTTYPE *component);
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/
H A DAndroid.mk9 EXYNOS_OMX_COMPONENT := $(EXYNOS_OMX_TOP)/component
/hardware/qcom/media/mm-core/
H A DAndroid.mk21 #Comment out following line to disable drm.play component
/hardware/samsung_slsi/exynos5/libswconverter/
H A Dcsc_ARGB8888_to_YUV420SP_NEON.s96 vst1.8 {q8}, [r1]! @write UV component to yuv420_buffer+linear_ylanesiez

Completed in 547 milliseconds