HomeSort by relevance Sort by last modified time
    Searched full:bytebuffer (Results 426 - 450 of 935) sorted by null

<<11121314151617181920>>

  /external/jmonkeyengine/engine/src/core/com/jme3/texture/
Image.java 39 import java.nio.ByteBuffer;
316 protected ArrayList<ByteBuffer> data;
344 clone.data = data != null ? new ArrayList<ByteBuffer>(data) : null;
355 data = new ArrayList<ByteBuffer>(1);
377 public Image(Format format, int width, int height, int depth, ArrayList<ByteBuffer> data,
409 public Image(Format format, int width, int height, ByteBuffer data,
422 this.data = new ArrayList<ByteBuffer>(1);
441 public Image(Format format, int width, int height, int depth, ArrayList<ByteBuffer> data) {
458 public Image(Format format, int width, int height, ByteBuffer data) {
490 * is packed into an array of <code>ByteBuffer</code> objects
    [all...]
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/serializing/serializers/
ArraySerializer.java 39 import java.nio.ByteBuffer;
71 public <T> T readObject(ByteBuffer data, Class<T> c) throws IOException {
93 public void writeObject(ByteBuffer buffer, Object object) throws IOException {
113 private void writeArray(Serializer elementSerializer, ByteBuffer buffer, Object array, int dimension, int dimensionCount) throws IOException {
133 private void readArray (Serializer elementSerializer, Class elementClass, ByteBuffer buffer, Object array, int dimension, int[] dimensions) throws IOException {
CollectionSerializer.java 38 import java.nio.ByteBuffer;
52 public <T> T readObject(ByteBuffer data, Class<T> c) throws IOException {
81 public void writeObject(ByteBuffer buffer, Object object) throws IOException {
StringSerializer.java 38 import java.nio.ByteBuffer;
48 public String readObject(ByteBuffer data, Class c) throws IOException {
71 public void writeObject(ByteBuffer buffer, Object object) throws IOException {
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
VirtualizerTest.java 37 import java.nio.ByteBuffer;
207 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
213 ByteBuffer converter = ByteBuffer.wrap(valueBuf);
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
BackingStore.java 26 import java.nio.ByteBuffer;
35 /** Access mode Bytes: Frame data will be accessed as a ByteBuffer. */
513 ByteBuffer buffer = (ByteBuffer) backing.lock(ACCESS_BYTES);
525 throw new RuntimeException("Cannot sync bytebuffer backing!");
605 ByteBuffer pixels = (ByteBuffer) backing.lock(ACCESS_BYTES);
618 throw new RuntimeException("Cannot sync bytebuffer backing!");
627 ByteBuffer pixels = ByteBuffer.allocateDirect(getSize())
    [all...]
  /development/samples/HelloEffects/src/com/example/android/mediafx/
TextureRenderer.java 21 import java.nio.ByteBuffer;
79 mTexVertices = ByteBuffer.allocateDirect(
83 mPosVertices = ByteBuffer.allocateDirect(
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
stunserver.cc 30 #include "talk/base/bytebuffer.h"
48 talk_base::ByteBuffer bbuf(buf, size);
104 talk_base::ByteBuffer buf;
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
VertexFrame.java 25 import java.nio.ByteBuffer;
88 public void setData(ByteBuffer buffer, int offset, int length) {
99 public ByteBuffer getData() {
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/exif/
CountedDataInputStream.java 23 import java.nio.ByteBuffer;
33 private final ByteBuffer mByteBuffer = ByteBuffer.wrap(mByteArray);
  /libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/
AbstractCharsetTestCase.java 20 import java.nio.ByteBuffer;
140 ByteBuffer bb = this.testingCharset.encode(input);
160 CharBuffer chb = this.testingCharset.decode(ByteBuffer.wrap(input));
UTF16CharsetEncoderTest.java 19 import java.nio.ByteBuffer;
116 void assertByteArray(ByteBuffer out, byte[] expected) {
122 assertEquals(decoder.decode(out), decoder.decode(ByteBuffer
  /libcore/luni/src/main/java/java/nio/channels/
GatheringByteChannel.java 20 import java.nio.ByteBuffer;
56 public long write(ByteBuffer[] buffers) throws IOException;
93 public long write(ByteBuffer[] buffers, int offset, int length)
ScatteringByteChannel.java 20 import java.nio.ByteBuffer;
52 public long read(ByteBuffer[] buffers) throws IOException;
88 public long read(ByteBuffer[] buffers, int offset, int length)
  /packages/apps/Camera2/src/com/android/camera/exif/
CountedDataInputStream.java 23 import java.nio.ByteBuffer;
33 private final ByteBuffer mByteBuffer = ByteBuffer.wrap(mByteArray);
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/exif/
CountedDataInputStream.java 23 import java.nio.ByteBuffer;
33 private final ByteBuffer mByteBuffer = ByteBuffer.wrap(mByteArray);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheService.java 29 import java.nio.ByteBuffer;
83 ByteBuffer buffer = ByteBuffer.allocate(key.length + value.length);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/exif/
CountedDataInputStream.java 23 import java.nio.ByteBuffer;
33 private final ByteBuffer mByteBuffer = ByteBuffer.wrap(mByteArray);
  /packages/apps/Mms/src/com/android/mms/exif/
CountedDataInputStream.java 23 import java.nio.ByteBuffer;
33 private final ByteBuffer mByteBuffer = ByteBuffer.wrap(mByteArray);
  /packages/apps/Mms/src/com/android/mms/util/
ImageCacheService.java 20 import java.nio.ByteBuffer;
79 ByteBuffer buffer = ByteBuffer.allocate(key.length + value.length);
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
Fat16RootDirectory.java 23 import java.nio.ByteBuffer;
79 protected void read(ByteBuffer data) throws IOException {
84 protected void write(ByteBuffer data) throws IOException {
Sector.java 23 import java.nio.ByteBuffer;
37 protected final ByteBuffer buffer;
44 this.buffer = ByteBuffer.allocate(size);
  /cts/tests/tests/media/src/android/media/cts/
EncoderTest.java 29 import java.nio.ByteBuffer;
169 MediaCodec codec, ByteBuffer[] inputBuffers, int index) {
170 ByteBuffer buffer = inputBuffers[index];
184 MediaCodec codec, ByteBuffer[] outputBuffers,
205 ByteBuffer[] codecInputBuffers = codec.getInputBuffers();
206 ByteBuffer[] codecOutputBuffers = codec.getOutputBuffers();
  /development/samples/Compass/src/com/example/android/compass/
CompassActivity.java 19 import java.nio.ByteBuffer;
53 private ByteBuffer mIndexBuffer;
187 ByteBuffer vbb;
188 vbb = ByteBuffer.allocateDirect(vertices.length*4);
194 vbb = ByteBuffer.allocateDirect(colors.length*4);
200 mIndexBuffer = ByteBuffer.allocateDirect(indices.length);

Completed in 491 milliseconds

<<11121314151617181920>>