Home
last modified time | relevance | path

Searched refs:queried_format (Results 1 – 2 of 2) sorted by relevance

/hardware/google/graphics/common/libhwc2.1/libdisplayinterface/
DExynosDeviceInterface.cpp95 restriction_key_t queried_format; in makeDPURestrictions() local
96 queried_format.hwType = hwType; in makeDPURestrictions()
97 queried_format.nodeType = NODE_NONE; in makeDPURestrictions()
99 queried_format.format = format; in makeDPURestrictions()
100 queried_format.reserved = 0; in makeDPURestrictions()
101 resourceManager->makeFormatRestrictions(queried_format); in makeDPURestrictions()
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosResourceManager.cpp2545 restriction_key_t queried_format; in makeAcrylRestrictions() local
2546 queried_format.hwType = type; in makeAcrylRestrictions()
2547 queried_format.nodeType = NODE_NONE; in makeAcrylRestrictions()
2548 queried_format.format = exynos_format_desc[i].halFormat; in makeAcrylRestrictions()
2549 queried_format.reserved = 0; in makeAcrylRestrictions()
2550 makeFormatRestrictions(queried_format); in makeAcrylRestrictions()