Home
last modified time | relevance | path

Searched defs:requestedSize (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/core/src/main/java/com/google/protobuf/
DByteBufferWriter.java115 private static byte[] getOrCreateBuffer(int requestedSize) { in getOrCreateBuffer()
131 private static boolean needToReallocate(int requestedSize, int bufferLength) { in needToReallocate()
/frameworks/base/core/java/android/text/
DAutoGrowArray.java98 final int requestedSize = mSize + count; in ensureCapacity() local
207 final int requestedSize = mSize + count; in ensureCapacity() local
316 final int requestedSize = mSize + count; in ensureCapacity() local
/frameworks/base/core/java/com/android/internal/util/
DImageUtils.java174 public static int calculateSampleSize(Size currentSize, Size requestedSize) { in calculateSampleSize()
/frameworks/av/media/libstagefright/foundation/
DMediaBufferGroup.cpp165 MediaBufferBase **out, bool nonBlocking, size_t requestedSize) { in acquire_buffer()
/frameworks/av/media/libaaudio/examples/utils/
DAAudioArgsParser.h469 int32_t requestedSize = getNumberOfBursts() * framesPerBurst; in compareWithStream() local
/frameworks/base/core/jni/android/graphics/
DBitmapFactory.cpp109 const int requestedSize = bytesPerPixel * in allocPixelRef() local
DBitmap.cpp491 size_t requestedSize = width * height * SkColorTypeBytesPerPixel(colorType); in Bitmap_reconfigure() local