Searched refs:MAX_SIZE_SAMPLES_IN_MEMORY_BYTES (Results 1 – 1 of 1) sorted by relevance
62 private static final int MAX_SIZE_SAMPLES_IN_MEMORY_BYTES = 12 << 20; // 12MB field in VideoDecoderPerfTest129 if (totalMemory + sampleSize > MAX_SIZE_SAMPLES_IN_MEMORY_BYTES) { in doDecode()