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.h214 const restriction_size_element restriction_size_table_rgb[] =
239 const restriction_size_element restriction_size_table_yuv[] =
269 …, restriction_size_table_rgb, sizeof(restriction_size_table_rgb)/sizeof(restriction_size_element)},
270 …V, restriction_size_table_yuv, sizeof(restriction_size_table_yuv)/sizeof(restriction_size_element)}
/hardware/google/graphics/common/libhwc2.1/libresource/
DExynosMPP.h352 typedef struct restriction_size_element struct
361 const restriction_size_element *table; argument
DExynosMPP.cpp2006 … const restriction_size_element *restriction_size_table = mResourceManager->mSizeRestrictions[i]; in setupRestriction()