/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/core/ |
D | Exynos_OMX_Component_Register.c | 99 …Exynos_OSAL_Strcpy(componentList[totalCompNum].component.componentName, exynosComponentsTemp[i]->c… in Exynos_OMX_Component_Register() 101 …Exynos_OSAL_Strcpy(componentList[totalCompNum].component.roles[j], exynosComponentsTemp[i]->roles[… in Exynos_OMX_Component_Register() 102 … componentList[totalCompNum].component.totalRoleNum = exynosComponentsTemp[i]->totalRoleNum; in Exynos_OMX_Component_Register() 150 OMX_ERRORTYPE Exynos_OMX_ComponentAPICheck(OMX_COMPONENTTYPE *component) in Exynos_OMX_ComponentAPICheck() argument 154 if ((NULL == component->GetComponentVersion) || in Exynos_OMX_ComponentAPICheck() 155 (NULL == component->SendCommand) || in Exynos_OMX_ComponentAPICheck() 156 (NULL == component->GetParameter) || in Exynos_OMX_ComponentAPICheck() 157 (NULL == component->SetParameter) || in Exynos_OMX_ComponentAPICheck() 158 (NULL == component->GetConfig) || in Exynos_OMX_ComponentAPICheck() 159 (NULL == component->SetConfig) || in Exynos_OMX_ComponentAPICheck() [all …]
|
D | Exynos_OMX_Core.c | 128 snprintf(cComponentName, nNameLength, "%s", gComponentList[nIndex].component.componentName); in Exynos_OMX_ComponentNameEnum() 162 if (Exynos_OSAL_Strcmp(cComponentName, gComponentList[i].component.componentName) == 0) { in Exynos_OMX_GetHandle() 167 … Exynos_OSAL_Strcpy(loadComponent->componentName, gComponentList[i].component.componentName); in Exynos_OMX_GetHandle() 299 max_role_num = gComponentList[i].component.totalRoleNum; in Exynos_OMX_GetComponentsOfRole() 302 if (Exynos_OSAL_Strcmp(gComponentList[i].component.roles[j], role) == 0) { in Exynos_OMX_GetComponentsOfRole() 304 … Exynos_OSAL_Strcpy((OMX_STRING)compNames[*pNumComps], gComponentList[i].component.componentName); in Exynos_OMX_GetComponentsOfRole() 336 if (Exynos_OSAL_Strcmp(gComponentList[i].component.componentName, compName) == 0) { in Exynos_OMX_GetRolesOfComponent() 337 *pNumRoles = totalRoleNum = gComponentList[i].component.totalRoleNum; in Exynos_OMX_GetRolesOfComponent() 356 Exynos_OSAL_Strcpy(roles[i], gComponentList[compNum].component.roles[i]); in Exynos_OMX_GetRolesOfComponent()
|
D | Android.mk | 24 $(EXYNOS_OMX_TOP)/component/common
|
D | Exynos_OMX_Component_Register.h | 45 ExynosRegisterComponentType component; member
|
/hardware/qcom/media/mm-core/src/common/ |
D | omx_core_cmp.cpp | 49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); in qc_omx_create_component_wrapper() local 52 component->nSize = sizeof(OMX_COMPONENTTYPE); in qc_omx_create_component_wrapper() 53 component->nVersion.nVersion = OMX_SPEC_VERSION; in qc_omx_create_component_wrapper() 54 component->pApplicationPrivate = 0; in qc_omx_create_component_wrapper() 55 component->pComponentPrivate = obj_ptr; in qc_omx_create_component_wrapper() 57 component->AllocateBuffer = &qc_omx_component_allocate_buffer; in qc_omx_create_component_wrapper() 58 component->FreeBuffer = &qc_omx_component_free_buffer; in qc_omx_create_component_wrapper() 59 component->GetParameter = &qc_omx_component_get_parameter; in qc_omx_create_component_wrapper() 60 component->SetParameter = &qc_omx_component_set_parameter; in qc_omx_create_component_wrapper() 61 component->SendCommand = &qc_omx_component_send_command; in qc_omx_create_component_wrapper() [all …]
|
/hardware/qcom/media/mm-core/omxcore/src/common/ |
D | omx_core_cmp.cpp | 49 OMX_COMPONENTTYPE* component = &(pThis->m_cmp); in qc_omx_create_component_wrapper() local 52 component->nSize = sizeof(OMX_COMPONENTTYPE); in qc_omx_create_component_wrapper() 53 component->nVersion.nVersion = OMX_SPEC_VERSION; in qc_omx_create_component_wrapper() 54 component->pApplicationPrivate = 0; in qc_omx_create_component_wrapper() 55 component->pComponentPrivate = obj_ptr; in qc_omx_create_component_wrapper() 57 component->AllocateBuffer = &qc_omx_component_allocate_buffer; in qc_omx_create_component_wrapper() 58 component->FreeBuffer = &qc_omx_component_free_buffer; in qc_omx_create_component_wrapper() 59 component->GetParameter = &qc_omx_component_get_parameter; in qc_omx_create_component_wrapper() 60 component->SetParameter = &qc_omx_component_set_parameter; in qc_omx_create_component_wrapper() 61 component->SendCommand = &qc_omx_component_send_command; in qc_omx_create_component_wrapper() [all …]
|
/hardware/ti/omap4xxx/libstagefrighthw/ |
D | TIOMXPlugin.cpp | 76 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument 82 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance() 88 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument 93 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
|
D | TIOMXPlugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
/hardware/qcom/media/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 68 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument 74 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance() 80 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument 85 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
|
D | QComOMXPlugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
/hardware/samsung_slsi/exynos5/libstagefrighthw/ |
D | Exynos_OMX_Plugin.cpp | 70 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument 76 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance() 82 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument 87 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
|
D | Exynos_OMX_Plugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
/hardware/ti/omap3/libstagefrighthw/ |
D | TIOMXPlugin.cpp | 68 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument 74 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance() 80 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument 85 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
|
D | TIOMXPlugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
/hardware/msm7k/libstagefrighthw/ |
D | QComOMXPlugin.cpp | 68 OMX_COMPONENTTYPE **component) { in makeComponentInstance() argument 74 reinterpret_cast<OMX_HANDLETYPE *>(component), in makeComponentInstance() 80 OMX_COMPONENTTYPE *component) { in destroyComponentInstance() argument 85 return (*mFreeHandle)(reinterpret_cast<OMX_HANDLETYPE *>(component)); in destroyComponentInstance()
|
D | QComOMXPlugin.h | 33 OMX_COMPONENTTYPE **component); 36 OMX_COMPONENTTYPE *component);
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/ |
D | Android.mk | 9 EXYNOS_OMX_COMPONENT := $(EXYNOS_OMX_TOP)/component
|
/hardware/samsung_slsi/exynos5/libswconverter/ |
D | csc_ARGB8888_to_YUV420SP_NEON.s | 96 vst1.8 {q8}, [r1]! @write UV component to yuv420_buffer+linear_ylanesiez
|
/hardware/broadcom/wlan/bcmdhd/firmware/ |
D | LICENSE.TXT | 109 Licensee must destroy all copies of the Software and all of its component
|
/hardware/broadcom/wlan/bcm4329/firmware/ |
D | LICENSE.TXT | 109 Licensee must destroy all copies of the Software and all of its component
|
/hardware/invensense/libsensors_iio/ |
D | License.txt | 109 Licensee must destroy all copies of the Software and all of its component
|
/hardware/ti/omap3/dspbridge/libbridge/ |
D | COPYING | 324 which the executable runs, unless that component itself accompanies
|