HomeSort by relevance Sort by last modified time
    Searched full:buffers (Results 1 - 25 of 4839) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libdrm/tests/modetest/
Makefile.sources 2 buffers.c \
3 buffers.h \
  /art/test/070-nio-buffer/
info.txt 1 Exercise NIO buffers (e.g. java.nio.ByteBuffer).
  /frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 19 public void glGenBuffers(int n, int[] buffers, int offset) {
20 GLES20.glGenBuffers(n, buffers, offset);
32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) {
33 GLES20.glDeleteBuffers(n, buffers, offset);
38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) {
39 GLES20.glDeleteFramebuffers(n, buffers, offset);
  /packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 19 public void glGenBuffers(int n, int[] buffers, int offset) {
20 GLES20.glGenBuffers(n, buffers, offset);
32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) {
33 GLES20.glDeleteBuffers(n, buffers, offset);
38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) {
39 GLES20.glDeleteFramebuffers(n, buffers, offset);
GLES11IdImpl.java 38 public void glGenBuffers(int n, int[] buffers, int offset) {
41 buffers[offset + n] = sNextId++;
54 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) {
56 gl.glDeleteBuffers(n, buffers, offset);
61 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) {
63 gl11ep.glDeleteFramebuffersOES(n, buffers, offset);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
GLES20IdImpl.java 19 public void glGenBuffers(int n, int[] buffers, int offset) {
20 GLES20.glGenBuffers(n, buffers, offset);
32 public void glDeleteBuffers(GL11 gl, int n, int[] buffers, int offset) {
33 GLES20.glDeleteBuffers(n, buffers, offset);
38 public void glDeleteFramebuffers(GL11ExtensionPack gl11ep, int n, int[] buffers, int offset) {
39 GLES20.glDeleteFramebuffers(n, buffers, offset);
  /hardware/ti/omap4-aah/camera/
MemoryManager.cpp 71 ///the buffers
75 CameraBuffer *buffers = new CameraBuffer [numArrayEntriesC]; local
76 if(!buffers) {
77 CAMHAL_LOGEB("Allocation failed when creating buffers array of %d CameraBuffer elements", numArrayEntriesC);
83 memset(buffers, 0, sizeof(CameraBuffer) * numArrayEntriesC);
91 ///1D buffers
109 CAMHAL_LOGEB("Userspace mapping of ION buffers returned error %d", ret);
114 buffers[i].type = CAMERA_BUFFER_ION;
115 buffers[i].opaque = data;
116 buffers[i].mapped = data
    [all...]
  /development/samples/browseable/Camera2Raw/
_index.jd 9 camera buffers and save them as DNG files.
  /libcore/luni/src/main/java/java/nio/channels/
GatheringByteChannel.java 23 * The interface for channels that can write a set of buffers in a single
30 * Writes bytes from all the given buffers to a channel.
32 * This method is equivalent to: {@code write(buffers, 0, buffers.length);}
34 * @param buffers
35 * the buffers containing bytes to be written.
49 * {@code buffers}.
56 public long write(ByteBuffer[] buffers) throws IOException;
60 * byte buffers, in order, starting at {@code buffers[offset]}. The numbe
    [all...]
ScatteringByteChannel.java 23 * The interface for channels that can read data into a set of buffers in a
30 * Reads bytes from this channel into the specified array of buffers.
32 * This method is equivalent to {@code read(buffers, 0, buffers.length);}
34 * @param buffers
35 * the array of byte buffers to store the bytes being read.
52 public long read(ByteBuffer[] buffers) throws IOException;
56 * buffers, in order, starting at {@code buffers[offset]}. The number of
62 * @param buffers
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/http/
HttpBuffersImpl.java 21 import org.eclipse.jetty.io.Buffers;
27 * simple unbounded pool of buffers for header, request and response sizes.
38 private Buffers.Type _requestBufferType=Buffers.Type.BYTE_ARRAY;
39 private Buffers.Type _requestHeaderType=Buffers.Type.BYTE_ARRAY;
40 private Buffers.Type _responseBufferType=Buffers.Type.BYTE_ARRAY;
41 private Buffers.Type _responseHeaderType=Buffers.Type.BYTE_ARRAY
    [all...]
  /external/jetty/src/java/org/eclipse/jetty/io/
ThreadLocalBuffers.java 25 * simple unbounded pool of buffers for header, request and response sizes.
41 public ThreadLocalBuffers(Buffers.Type headerType, int headerSize, Buffers.Type bufferType, int bufferSize, Buffers.Type otherType)
49 ThreadBuffers buffers = _buffers.get(); local
50 if (buffers._buffer!=null)
52 Buffer b=buffers._buffer;
53 buffers._buffer=null;
57 if (buffers._other!=null && isBuffer(buffers._other)
70 ThreadBuffers buffers = _buffers.get(); local
91 ThreadBuffers buffers = _buffers.get(); local
    [all...]
  /frameworks/native/include/gui/
CpuConsumer.h 35 * access to the underlying gralloc buffers provided by BufferQueue. Multiple
36 * buffers may be acquired by it at once, to be used concurrently by the
73 // how many buffers can be locked for user access at the same time.
86 // NOT_ENOUGH_DATA if the maximum number of buffers is already locked.
88 // Only a fixed number of buffers can be locked at a time, determined by the
90 // returned by lockNextBuffer, then old buffers must be returned to the queue
91 // by calling unlockBuffer before more buffers can be acquired.
95 // only a fixed number of buffers may be locked at a time, old buffers must
96 // be released by calling unlockBuffer to ensure new buffers can be acquired b
    [all...]
BufferItemConsumer.h 36 * access to the whole BufferItem entry from BufferQueue. Multiple buffers may
51 // bufferCount parameter specifies how many buffers can be locked for user
67 // of buffers is empty, and INVALID_OPERATION if the maximum number of
68 // buffers is already acquired.
70 // Only a fixed number of buffers can be acquired at a time, determined by
72 // returned by acquireBuffer, then old buffers must be returned to the
73 // queue by calling releaseBuffer before more buffers can be acquired.
81 // only a fixed number of buffers may be acquired at a time, old buffers
82 // must be released by calling releaseBuffer to ensure new buffers can b
    [all...]
  /hardware/intel/common/libva/va/x11/
dri2_util.c 53 union dri_buffer buffers[5]; member in struct:dri2_drawable
121 VA_DRI2Buffer *buffers; local
129 buffers = VA_DRI2GetBuffers(ctx->native_dpy, dri_drawable->x_drawable,
132 assert(buffers);
133 if (buffers == NULL)
139 dri2_drawable->buffers[i].dri2.attachment = buffers[i].attachment;
140 dri2_drawable->buffers[i].dri2.name = buffers[i].name;
141 dri2_drawable->buffers[i].dri2.pitch = buffers[i].pitch
    [all...]
  /system/bt/include/
gki_target.h 27 /* The size of the buffers in pool 0. */
32 /* The number of buffers in buffer pool 0. */
42 /* The size of the buffers in pool 1. */
47 /* The number of buffers in buffer pool 1. */
57 /* The size of the buffers in pool 2. */
62 /* The number of buffers in buffer pool 2. */
72 /* The size of the buffers in pool 3. */
77 /* The number of buffers in buffer pool 3. */
98 /* The size of the buffers in pool 4. */
103 /* The number of buffers in buffer pool 4. *
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.h 19 * This class simulates a hardware JPEG compressor. It receives image buffers
57 // Start compressing COMPRESSED format buffers; JpegCompressor takes
58 // ownership of the Buffers vector.
59 status_t start(Buffers *buffers, JpegListener *listener);
62 status_t compressSynchronous(Buffers *buffers);
82 Buffers *mBuffers;
  /external/valgrind/memcheck/tests/
null_socket.c 7 // It's legit to have NULL buffers; before the bug was fixed Valgrind
8 // reported spurious errors for the buffers.
  /hardware/libhardware/modules/camera/
Stream.h 35 // Register buffers with hardware
58 // Handle to framework's stream, used as a cookie for buffers
62 // Width in pixels of the buffers in this stream
64 // Height in pixels of the buffers in this stream
70 // Max simultaneous in-flight buffers for this stream
72 // Buffers have been registered for this stream and are ready
74 // Array of handles to buffers currently in use by the stream
76 // Number of buffers in mBuffers
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/mesh/
package.html 11 for reading from {@link com.jme3.scene.mesh.IndexBuffer index buffers}.
15 <li>{@link com.jme3.scene.mesh.IndexByteBuffer} - For reading 8-bit index buffers</li>
16 <li>{@link com.jme3.scene.mesh.IndexShortBuffer} - For reading 16-bit index buffers</li>
17 <li>{@link com.jme3.scene.mesh.IndexIntBuffer} - For reading 32-bit index buffers</li>
  /external/strace/tests/
mmsg.expected 2 = 2 buffers in vector 0
7 = 1 buffers in vector 1
11 = 2 buffers in vector 0
16 = 1 buffers in vector 1
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3ZslStream.h 33 * most output buffers, and when directed, pushes a buffer back to the HAL for
40 * Set up a ZSL stream of a given resolution. bufferCount is the number of buffers
61 * Clears the buffers that can be used by enqueueInputBufferByTimestamp
62 * latestTimestamp will be filled with the largest timestamp of buffers
77 // Input buffers pending to be queued into HAL
81 // Input buffers in flight to HAL
94 // Actual body to return either input or output buffers
  /external/mesa3d/src/gallium/auxiliary/util/
u_clear.h 37 * Clear the given buffers to the specified values.
42 struct pipe_framebuffer_state *framebuffer, unsigned buffers,
45 if (buffers & PIPE_CLEAR_COLOR) {
53 if (buffers & PIPE_CLEAR_DEPTHSTENCIL) {
55 pipe->clear_depth_stencil(pipe, ps, buffers & PIPE_CLEAR_DEPTHSTENCIL,
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/io/
MemoryDeferredOutputStream.java 16 private final List<byte[]> buffers = Lists.newArrayList(); field in class:MemoryDeferredOutputStream
29 for (byte[] buffer: buffers) {
35 buffers.clear();
41 buffers.add(currentBuffer);
63 buffers.add(currentBuffer);
  /system/bt/gki/common/
gki_common.h 36 UINT16 size; /* size of the buffers in the pool */
37 UINT16 total; /* toatal number of buffers */
38 UINT16 cur_cnt; /* number of buffers currently allocated */
39 UINT16 max_cnt; /* maximum number of buffers allocated at any time */
56 UINT16 pool_size[GKI_NUM_TOTAL_BUF_POOLS]; /* actual size of the buffers in a pool */

Completed in 1124 milliseconds

1 2 3 4 5 6 7 8 91011>>