Searched refs:NUM_TYPES (Results 1 – 10 of 10) sorted by relevance
32 #define NUM_TYPES static_cast<int>(GpuObjectType::TypeCount) macro43 static std::array<TypeStats, NUM_TYPES> gObjectStats;91 for (int type = 0; type < NUM_TYPES; type++) { in dump()111 for (int type = 0; type < NUM_TYPES; type++) { in onFrameCompleted()
149 if (tagType < 0 || tagType >= NUM_TYPES) { in readFromParcel()344 const char* typeName = (type >= 0 && type < NUM_TYPES) ? in dump()567 if (tagType < 0 || tagType >= NUM_TYPES) { in createDescriptorFromOps()
238 static int values_per_line[NUM_TYPES] = { in printData()
107 if (type >= NUM_TYPES) { in getTypeSize()121 if (type >= NUM_TYPES) { in updateAny()
51 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]); variable65 for (int i = 0; i < NUM_TYPES; i++) { in findCType()
619 extern const int NUM_TYPES;
40 for (int i = 0; i < NUM_TYPES; i++) { in convertToRsType()
119 if (tagType < 0 || tagType >= NUM_TYPES) { in createDescriptorFromHidl()
502 public static final int NUM_TYPES = 6; field in CameraMetadataNative
2450 if (tagType < 0 || tagType >= NUM_TYPES) { in createDescriptorFromHidl()