Searched refs:MAX_CUES_SIZE (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/webm/
H A DWebmWriter.cpp187 static const int64_t MAX_CUES_SIZE = (180 * 3000000 * 6LL / 8000); local
218 if (size > MAX_CUES_SIZE) {
219 size = MAX_CUES_SIZE;

Completed in 61 milliseconds