Searched refs:MAX_CUES_SIZE (Results 1 – 1 of 1) sorted by relevance
250 static const int64_t MAX_CUES_SIZE = (180 * 3000000 * 6LL / 8000); in estimateCuesSize() local281 if (size > MAX_CUES_SIZE) { in estimateCuesSize()282 size = MAX_CUES_SIZE; in estimateCuesSize()