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