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

1 2 3 45 6 7 8 91011>>

  /external/e2fsprogs/e2fsck/
flushb.c 2 * flushb.c --- This routine flushes the disk buffers for a disk
63 _("BLKFLSBUF ioctl not supported! Can't flush buffers.\n"));
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_buffer.h 30 * Generic code for buffers.
32 * Behind a pipe buffle handle there can be DMA buffers, client (or user)
33 * buffers, regular malloced buffers, etc. This file provides an abstract base
34 * buffer handle that allows the driver to cope with all those kinds of buffers
96 * Base class for all pb_* buffers.
143 * A buffer can be subdivided in smaller buffers. This method should return
146 * Buffers without an underlaying base buffer should return themselves, with
  /external/protobuf/
README.android 9 Protocol Buffers are a way of encoding structured data in an efficient
10 yet extensible format. Google uses Protocol Buffers for almost all
README.md 1 Protocol Buffers - Google's data interchange format
6 https://developers.google.com/protocol-buffers/
53 To compile a package that uses Protocol Buffers, you need to pass
55 Protocol Buffers integrates with pkg-config to manage this. If you
68 Buffers may not yet integrate with pkg-config to get flags, and may
79 Buffers, you should probably use the PKG_CHECK_MODULES macro in your
142 Protocol Buffers C++ runtime libraries will have compatible ABIs.
155 The Java and Python runtime libraries for Protocol Buffers are located
164 The complete documentation for Protocol Buffers is available via the
167 https://developers.google.com/protocol-buffers/
    [all...]
  /external/skia/include/utils/
SkFrontBufferedStream.h 14 * Specialized stream that buffers the first X bytes of a stream,
25 * Creates a new stream that wraps and buffers an SkStream.
  /external/toybox/toys/other/
free.c 40 xprintf("\t\ttotal used free shared buffers\n"
41 "Mem:%17llu%12llu%12llu%12llu%12llu\n-/+ buffers/cache:%15llu%12llu\n"
  /frameworks/av/media/libstagefright/filters/
GraphicBufferListener.h 38 // Returns the handle to the producer side of the BufferQueue. Buffers
60 // the buffers queued by the producer.
  /frameworks/av/services/camera/libcameraservice/gui/
RingBufferConsumer.h 39 * When new buffers are produced, the oldest non-pinned buffer item is immediately
49 * - If all the buffers get filled or pinned then there will be no empty
50 * buffers left, so the producer will block on dequeue.
63 // bufferCount parameter specifies how many buffers can be pinned for user
74 // setDefaultBufferSize is used to set the size of buffers returned by
158 // Release all the non-pinned buffers in the ring buffer
173 // if all the buffers were pinned.
182 // List of acquired buffers in our ring buffer
  /frameworks/native/include/gui/
StreamSplitter.h 44 // before queueing any buffers to the input.
54 // connects to outputQueue as a CPU producer, and any buffers queued
56 // outputs are added before any buffers are queued on the input. If any
74 // can block if there are too many outstanding buffers. If it blocks, it
80 // We don't care about released buffers because we detach each buffer as
103 // buffers so they can continue operating until they run out of buffers to
165 // has been abandoned, it will continue to detach buffers from other
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/engine/
Pipeline.java 34 * The pipline uses this stage to setup buffers it needs
46 * This stage converts triangles into buffers used in the raycast
  /system/bt/osi/src/
eager_reader.c 51 fixed_queue_t *buffers; member in struct:eager_reader_t
96 ret->buffers = fixed_queue_new(max_buffer_count);
97 if (!ret->buffers) {
98 LOG_ERROR("%s unable to create buffers queue.", __func__);
141 fixed_queue_free(reader->buffers, reader->allocator->free);
178 // Find out how many bytes we have available in our various buffers.
191 reader->current_buffer = fixed_queue_dequeue(reader->buffers);
247 fixed_queue_enqueue(reader->buffers, buffer);
  /system/bt/gki/common/
gki_buffer.c 124 ** buffers and free buffer pools.
193 ** Note: This routine only takes buffers from public pools.
194 ** It will not use any buffers from pools
220 ** Note: If there are no more buffers available from the pool,
221 ** the public buffers are searched for an available buffer.
329 /* Keep buffers such that GKI header is invisible
444 ** Returns NULL if no more buffers in the queue, else next buffer address
484 ** Description Called by an application to get the total number of buffers
489 ** Returns the total number of buffers in the pool
504 ** Description Called by an application to get the number of free buffers
    [all...]
  /device/generic/goldfish/camera/
media_codecs.xml 50 <Quirk name="output-buffers-are-unreadable" />
57 of input buffers using the OMX_UseBuffer(...) API but instead requires
62 of output buffers using the OMX_UseBuffer(...) API but instead requires
65 "output-buffers-are-unreadable"
66 must be advertised if the emitted output buffers of a decoder component
  /external/libnfc-nci/src/nfc/llcp/
llcp_main.c 72 /* total number of buffers for LLCP */
75 /* number of buffers for receiving data */
82 /* max number of buffers for receiving data on logical data link */
89 /* max number of buffers for transmitting data */
92 /* max number of buffers for transmitting data on logical data link */
  /external/mesa3d/src/glx/
dri2.c 407 DRI2Buffer *buffers; local
434 buffers = Xmalloc(rep.count * sizeof buffers[0]);
435 if (buffers == NULL) {
444 buffers[i].attachment = repBuffer.attachment;
445 buffers[i].name = repBuffer.name;
446 buffers[i].pitch = repBuffer.pitch;
447 buffers[i].cpp = repBuffer.cpp;
448 buffers[i].flags = repBuffer.flags;
454 return buffers;
466 DRI2Buffer *buffers; local
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/include/
DisplayPlane.h 61 // each plane will cache the latest MIN_DATA_BUFFER_COUNT buffers
62 // in case that these buffers are still in-using by display device
63 // other buffers will be released on cache invalidation
133 // cached data buffers
135 // holding the most recent buffers
  /hardware/intel/img/hwcomposer/moorefield_hdmi/include/
DisplayPlane.h 61 // each plane will cache the latest MIN_DATA_BUFFER_COUNT buffers
62 // in case that these buffers are still in-using by display device
63 // other buffers will be released on cache invalidation
133 // cached data buffers
135 // holding the most recent buffers
  /docs/source.android.com/src/devices/camera/
camera3_requests_methods.jd 48 will be made as soon as a new request and its associated buffers are available.
53 requires the result metadata to be available, but output buffers may simply
59 waiting on and closing the buffers' fences and returning the buffer handles to
70 there are 0 output buffers, etc) and capture processing cannot start. Failures
73 retain responsibility for the stream buffers' fences and the buffer handles;
74 the HAL should not close the fences or return these buffers with
93 <p>Flush all currently in-process captures and all buffers in the pipeline on the
96 No buffers are required to be successfully returned, so every buffer held at the
99 (STATUS_OK) buffers during this call, provided they are succesfully filled.<br/>
104 flush() should only return when there are no more outstanding buffers or
    [all...]
  /frameworks/base/services/core/java/com/android/server/
GraphicsStatsService.java 44 * its primary job is merely to manage distributing these buffers. However,
46 * directly to ThreadedRenderer for dumping buffers.
57 * this would end up using under 14KiB (12KiB for the buffers, plus some overhead
146 ActiveBuffer buffers = mActive.get(i); local
147 if (buffers.mPid == pid
148 && buffers.mUid == uid) {
149 return buffers;
154 ActiveBuffer buffers = new ActiveBuffer(token, uid, pid, packageName); local
155 mActive.add(buffers);
156 return buffers;
    [all...]
  /hardware/intel/common/libva/va/x11/
va_dri2.c 254 VA_DRI2Buffer *buffers; local
281 buffers = Xmalloc(rep.count * sizeof buffers[0]);
282 if (buffers == NULL) {
291 buffers[i].attachment = repBuffer.attachment;
292 buffers[i].name = repBuffer.name;
293 buffers[i].pitch = repBuffer.pitch;
294 buffers[i].cpp = repBuffer.cpp;
295 buffers[i].flags = repBuffer.flags;
301 return buffers;
    [all...]
  /frameworks/av/services/camera/libcameraservice/device3/
Camera3Stream.cpp 113 ALOGE("%s: Cannot configure stream; has outstanding buffers",
209 ALOGE("%s: Unable to register stream buffers with HAL: %s (%d)",
269 // buffers
277 ALOGE("%s: Stream %d: Can't prepare stream that has outstanding buffers",
312 // Get next buffer - this may allocate, and take a while for large buffers
322 // Check if we still have buffers left to allocate
327 // Done with prepare - mark stream as such, and return all buffers
352 // Return all valid buffers to stream, in ERROR state to indicate
380 // If any buffers have been handed to the HAL, the stream cannot be torn down.
382 ALOGE("%s: Stream %d: Can't tear down a stream that has outstanding buffers",
616 Vector<buffer_handle_t*> buffers; local
    [all...]
  /external/libvpx/libvpx/test/
external_frame_buffer_test.cc 35 // Class to manipulate a list of external frame buffers.
49 // Creates the list to hold the external buffers. Returns true on success.
125 // if there are no free frame buffers.
193 // Class for testing passing in external frame buffers to libvpx.
212 // Have libvpx use frame buffers we create.
274 // Class for testing passing in external frame buffers to libvpx.
358 // Number of buffers equals #VP9_MAXIMUM_REF_BUFFERS +
359 // #VPX_MAXIMUM_WORK_BUFFERS + four jitter buffers.
396 // Minimum number of external frame buffers for VP9 is
406 // Number of buffers equals #VP9_MAXIMUM_REF_BUFFERS
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
external_frame_buffer_test.cc 32 // Class to manipulate a list of external frame buffers.
46 // Creates the list to hold the external buffers. Returns true on success.
122 // if there are no free frame buffers.
190 // Class for testing passing in external frame buffers to libvpx.
209 // Have libvpx use frame buffers we create.
270 // Class for testing passing in external frame buffers to libvpx.
353 // Number of buffers equals #VP9_MAXIMUM_REF_BUFFERS +
354 // #VPX_MAXIMUM_WORK_BUFFERS + four jitter buffers.
384 // Minimum number of external frame buffers for VP9 is
394 // Number of buffers equals #VP9_MAXIMUM_REF_BUFFERS
    [all...]
  /hardware/ti/omap4-aah/camera/OMXCameraAdapter/
OMXReprocess.cpp 33 CameraBuffer* buffers,
44 if (!buffers) {
51 w = buffers[0].width;
52 h = buffers[0].height;
53 s = buffers[0].stride;
55 valstr = buffers[0].format;
128 CameraHal::PPM("startReprocess buffers queued on video port: ", &mStartCapture);
154 // Disable port - send command and then free all buffers
165 CAMHAL_LOGDB("Freeing buffers on reproc port - num: %d", portData->mNumBufs);
277 // pagelist buffers. Assuming this happens when buffers if from an
    [all...]
  /external/deqp/doc/testspecs/GLES2/
stress.long.txt 27 - Buffers and textures
63 Then, buffers are generated and (re-)uploaded in a manner similar to that of
64 the textures described above. The buffers that may be used are vertex index
65 and attribute buffers. If, however, the case decides to use client-side memory
69 is drawn (note that this amount also affects the size of the buffers). This is
73 After drawing, the case may delete some textures and/or buffers.
102 - Use separate buffers for different attributes (instead of one big buffer)

Completed in 1664 milliseconds

1 2 3 45 6 7 8 91011>>