Searched refs:COMPOSE_SIZE_MAX (Results 1 – 5 of 5) sorted by relevance
262 if (segmentIdx > COMPOSE_SIZE_MAX + 1 /*1st effect may have a delay*/) { in updateNSection()288 if (segmentCount > COMPOSE_SIZE_MAX + 1 /*1st effect may have a delay*/) { in updateWCount()
63 static constexpr int32_t COMPOSE_SIZE_MAX = 254; variable
479 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()516 if (composite.size() > COMPOSE_SIZE_MAX || composite.empty()) { in compose()
28 static constexpr int32_t COMPOSE_SIZE_MAX = 256; variable129 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()161 if (composite.size() > COMPOSE_SIZE_MAX) { in compose()
90 static constexpr int32_t COMPOSE_SIZE_MAX = 127; variable449 *maxSize = COMPOSE_SIZE_MAX; in getCompositionSizeMax()495 if (composite.size() > COMPOSE_SIZE_MAX) { in compose()