Home
last modified time | relevance | path

Searched refs:AVAILABLE_M2M_MPP_UNITS (Results 1 – 3 of 3) sorted by relevance

/hardware/google/graphics/gs101/libhwc2.1/
DExynosHWCModule.h135 const exynos_mpp_t AVAILABLE_M2M_MPP_UNITS[] = { variable
/hardware/google/graphics/common/libhwc2.1/libhwchelper/
DExynosHWCHelper.cpp1152 int cnt = sizeof(AVAILABLE_M2M_MPP_UNITS)/sizeof(exynos_mpp_t); in getMPPStr()
1154 if (AVAILABLE_M2M_MPP_UNITS[i].physicalType == typeId) in getMPPStr()
1155 return String8(AVAILABLE_M2M_MPP_UNITS[i].name); in getMPPStr()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp127 num_mpp_units = sizeof(AVAILABLE_M2M_MPP_UNITS)/sizeof(exynos_mpp_t); in ExynosResourceManager()
129 exynos_mpp_t exynos_mpp = AVAILABLE_M2M_MPP_UNITS[i]; in ExynosResourceManager()
2622 for (const auto unit: AVAILABLE_M2M_MPP_UNITS) { in updateRestrictions()