/packages/apps/Mms/src/com/android/mms/exif/ |
ExifOutputStream.java | 27 import java.nio.ByteBuffer; 84 private final ByteBuffer mBuffer = ByteBuffer.allocate(4);
|
/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/lib/ |
Connection.java | 20 import java.nio.ByteBuffer; 296 final ByteBuffer handshake = ByteBuffer.allocate(ProtocolConstants.QUERY_HEADER_SIZE);
|
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/ |
Fat.java | 24 import java.nio.ByteBuffer; 179 device.read(offset, ByteBuffer.wrap(data)); 202 device.write(offset, ByteBuffer.wrap(data));
|
/cts/tests/tests/graphics/src/android/graphics/cts/ |
BitmapTest.java | 36 import java.nio.ByteBuffer; 127 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); 133 ByteBuffer byteBuf = ByteBuffer.allocate(pixSize); 140 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); 153 mBitmap.copyPixelsToBuffer(ByteBuffer.allocate(tooSmall)); [all...] |
/cts/tests/tests/media/src/android/media/cts/ |
MediaCodecTest.java | 36 import java.nio.ByteBuffer; 614 ByteBuffer buffer = mediaCodec.getInputBuffers()[bufferIndex]; [all...] |
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/mp4/objectdescriptors/ |
AudioSpecificConfig.java | 22 import java.nio.ByteBuffer;
321 public void parseDetail(ByteBuffer bb) throws IOException {
322 ByteBuffer configBytes = bb.slice();
521 public ByteBuffer serialize() {
522 ByteBuffer out = ByteBuffer.allocate(serializedSize());
[all...] |
/frameworks/base/media/java/android/media/ |
MediaFormat.java | 19 import java.nio.ByteBuffer; 563 * Returns the value of a ByteBuffer key. 565 public final ByteBuffer getByteBuffer(String name) { 566 return (ByteBuffer)mMap.get(name); 615 * Sets the value of a ByteBuffer key. 617 public final void setByteBuffer(String name, ByteBuffer bytes) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/projection/offscreen/ |
ProjectionOffscreenActivity.java | 51 import java.nio.ByteBuffer; 237 final ByteBuffer buffer = plane.getBuffer();
|
/cts/tests/tests/mediastress/src/android/mediastress/cts/ |
SurfaceTextureRenderer.java | 26 import java.nio.ByteBuffer; 94 mVertices = ByteBuffer.allocateDirect(mVerticesData.length
|
/development/ndk/platforms/android-14/samples/native-media/src/com/example/nativemedia/ |
MyGLSurfaceView.java | 22 import java.nio.ByteBuffer; 74 mVertices = ByteBuffer.allocateDirect(mVerticesData.length
|
/external/chromium_org/third_party/webrtc/base/ |
BUILD.gn | 166 "bytebuffer.cc", 167 "bytebuffer.h",
|
/external/chromium_org/third_party/webrtc/modules/video_render/android/ |
video_render_android_surface_view.cc | 354 "(II)Ljava/nio/ByteBuffer;"); 449 "create Java ByteBuffer object reference", __FUNCTION__);
|
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/ |
GLDepthTestActivity.java | 38 import java.nio.ByteBuffer; 120 mTriangleVertices = ByteBuffer.allocateDirect(mTriangleVerticesData.length
|
GLTextureViewActivity.java | 47 import java.nio.ByteBuffer; 184 FloatBuffer triangleVertices = ByteBuffer.allocateDirect(mTriangleVerticesData.length
|
/frameworks/wilhelm/tests/native-media/src/com/example/nativemedia/ |
MyGLSurfaceView.java | 22 import java.nio.ByteBuffer; 86 mVertices = ByteBuffer.allocateDirect(mVerticesData.length
|
/prebuilts/tools/common/m2/repository/org/apache/commons/commons-compress/1.8.1/ |
commons-compress-1.8.1.jar | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.mortbay.jetty.server_6.1.23.v201004211559.jar | |
/external/guava/guava/src/com/google/common/primitives/ |
Chars.java | 272 * ByteBuffer.allocate(2).putChar(value).array()}. For example, the input 276 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 290 * ByteBuffer.wrap(bytes).getChar()}. For example, the input byte array 293 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
Ints.java | 278 * array; equivalent to {@code ByteBuffer.allocate(4).putInt(value).array()}. 283 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 299 * ByteBuffer.wrap(bytes).getInt()}. For example, the input byte array {@code 303 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
Longs.java | 248 * array; equivalent to {@code ByteBuffer.allocate(8).putLong(value).array()}. 253 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 273 * ByteBuffer.wrap(bytes).getLong()}. For example, the input byte array 277 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
Shorts.java | 277 * ByteBuffer.allocate(2).putShort(value).array()}. For example, the input 282 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 296 * ByteBuffer.wrap(bytes).getShort()}. For example, the input byte array 299 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
generate.sh | 294 * ByteBuffer.allocate(?).putPrimTyp(value).array()}. For example, the input 298 * different types), use a shared {@link java.nio.ByteBuffer} instance, or use 312 * ByteBuffer.wrap(bytes).getPrimTyp()}. For example, the input byte array 315 * <p>Arguably, it's preferable to use {@link java.nio.ByteBuffer}; that
|
/frameworks/base/core/jni/ |
android_hardware_UsbRequest.cpp | 199 {"native_queue_direct", "(Ljava/nio/ByteBuffer;IZ)Z",
|
/frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/ |
SimplePlayer.java | 40 import java.nio.ByteBuffer;
|
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/ |
VideoDumpView.java | 30 import java.nio.ByteBuffer; 347 private ByteBuffer mBuffer = null; 352 mTriangleVertices = ByteBuffer.allocateDirect( 485 mBuffer = ByteBuffer.allocate(image_size);
|