HomeSort by relevance Sort by last modified time
    Searched refs:DECODE_BUFFER_SIZE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 36 private static final int DECODE_BUFFER_SIZE = 16 * 1024;
600 if (tempStorage == null) tempStorage = new byte[DECODE_BUFFER_SIZE];
  /external/chromium_org/third_party/opus/src/celt/
celt.c     [all...]

Completed in 883 milliseconds