Home
last modified time | relevance | path

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

/hardware/google/graphics/gs101/libhwc2.1/
DExynosResourceRestriction.h185 const restriction_size_element restriction_size_table_rgb[] =
210 const restriction_size_element restriction_size_table_yuv[] =
240 …, restriction_size_table_rgb, sizeof(restriction_size_table_rgb)/sizeof(restriction_size_element)},
241 …V, restriction_size_table_yuv, sizeof(restriction_size_table_yuv)/sizeof(restriction_size_element)}
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h344 typedef struct restriction_size_element struct
353 const restriction_size_element *table; argument
DExynosMPP.cpp1957 … const restriction_size_element *restriction_size_table = mResourceManager->mSizeRestrictions[i]; in setupRestriction()