HomeSort by relevance Sort by last modified time
    Searched refs:buffers (Results 251 - 275 of 703) sorted by null

<<11121314151617181920>>

  /frameworks/av/cmds/screenrecord/
screenrecord.cpp 302 Vector<sp<ABuffer> > buffers; local
303 err = encoder->getOutputBuffers(&buffers);
305 fprintf(stderr, "Unable to get output buffers (err=%d)\n", err);
352 err = muxer->writeSampleData(buffers[bufIndex], trackIdx,
393 ALOGV("Encoder buffers changed");
394 err = encoder->getOutputBuffers(&buffers);
397 "Unable to get new output buffers (err=%d)\n", err);
  /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/decoder/
GpuVideoTrackDecoder.java 99 MediaCodec codec, ByteBuffer[] buffers, int bufferIndex, BufferInfo info) {
  /frameworks/wilhelm/tests/sandbox/
playbq.c 47 short *buffers; variable
48 SLuint32 byteOrder; // desired to use for PCM buffers
88 short *buffer = &buffers[framesPerBuffer * sfinfo.channels * which];
221 fprintf(stderr, " -n# number of buffers (default 2)\n");
287 buffers = (short *) malloc(framesPerBuffer * sfinfo.channels * sizeof(short) * numBuffers);
427 // loop until EOF or no more buffers
429 short *buffer = &buffers[framesPerBuffer * sfinfo.channels * which];
playbq.cpp 47 short *buffers; variable
48 SLuint32 byteOrder; // desired to use for PCM buffers
88 short *buffer = &buffers[framesPerBuffer * sfinfo.channels * which];
221 fprintf(stderr, " -n# number of buffers (default 2)\n");
287 buffers = (short *) malloc(framesPerBuffer * sfinfo.channels * sizeof(short) * numBuffers);
427 // loop until EOF or no more buffers
429 short *buffer = &buffers[framesPerBuffer * sfinfo.channels * which];
  /hardware/libhardware/include/hardware/
camera2.h 88 * capture produces buffers for multiple streams, each stream must have the
101 * Set the crop window for subsequently enqueued buffers. The parameters are
127 * Transport header for compressed JPEG buffers in output streams.
197 * there are no more buffers available, dequeue() will return NULL. After
212 * 6. All dequeued request buffers must be returned to the framework by calling
218 * Get the count of request buffers pending in the queue. May return
230 * attempting to dequeue again. Buffers obtained in this way must be
364 * buffers) will be produced for this request. ext2 contains the frame
371 * request, but image buffers for it will still be available. Subsequent
378 * request. The frame metadata and other buffers may still b
    [all...]
  /hardware/libhardware/tests/camera2/
camera2_utils.cpp 120 ALOGV("MetadataQueue: deque (%d buffers)", mCount);
410 ALOGV("%s: Producer wants %d buffers, consumer wants %d", __FUNCTION__,
424 // Register allocated buffers with HAL device
425 buffer_handle_t *buffers = new buffer_handle_t[totalBuffers]; local
437 buffers[bufferIdx] = anwBuffers[bufferIdx]->handle;
443 buffers);
445 ALOGE("%s: Unable to register buffers with HAL device for stream %d",
458 delete buffers;
  /libcore/luni/src/main/java/libcore/io/
ForwardingOs.java 107 public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException { return os.readv(fd, buffers, offsets, byteCounts); }
145 public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException { return os.writev(fd, buffers, offsets, byteCounts); }
Os.java 100 public int readv(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException;
138 public int writev(FileDescriptor fd, Object[] buffers, int[] offsets, int[] byteCounts) throws ErrnoException;
  /external/replicaisland/src/com/replica/replicaisland/
GLErrorLogger.java 753 public void glDeleteBuffers(int n, IntBuffer buffers) {
754 ((GL11)mGL).glDeleteBuffers(n, buffers);
758 public void glDeleteBuffers(int n, int[] buffers, int offset) {
759 ((GL11)mGL).glDeleteBuffers(n, buffers, offset);
768 public void glGenBuffers(int n, IntBuffer buffers) {
769 ((GL11)mGL).glGenBuffers(n, buffers);
773 public void glGenBuffers(int n, int[] buffers, int offset) {
774 ((GL11)mGL).glGenBuffers(n, buffers, offset);
  /frameworks/wilhelm/src/android/
android_StreamPlayer.cpp 68 void StreamSourceAppProxy::setBuffers(const Vector<sp<IMemory> > &buffers) {
71 mBuffers = buffers;
81 // no buffers available to push data to from the buffer queue, bail
90 //SL_LOGD("onBufferAvailable() now %d buffers available in queue",
261 //SL_LOGD("%d buffers available after reading from queue", mAvailableBuffers.size());
  /external/chromium_org/content/common/gpu/media/
dxva_video_decode_accelerator.cc 33 // We only request 5 picture buffers from the client which are used to hold the
34 // decoded samples. These buffers are then reused when the client tells us that
534 const std::vector<media::PictureBuffer>& buffers) {
539 RETURN_AND_NOTIFY_ON_FAILURE((kNumPictureBuffers == buffers.size()),
540 "Failed to provide requested picture buffers. (Got " << buffers.size() <<
543 // Copy the picture buffers provided by the client to the available list,
544 // and mark these buffers as available for use.
545 for (size_t buffer_index = 0; buffer_index < buffers.size();
548 DXVAPictureBuffer::Create(buffers[buffer_index], egl_config_)
    [all...]
  /hardware/qcom/camera/QCamera2/HAL3/
QCamera3HWI.cpp 247 if ((*it)->registered && (*it)->buffer_set.buffers) {
248 delete[] (buffer_handle_t*)(*it)->buffer_set.buffers;
550 delete[] (buffer_handle_t*)(*it)->buffer_set.buffers;
727 /*For the streams to be reconfigured we need to register the buffers
733 /*only register buffers for streams that have already been
737 (*it)->buffer_set.buffers);
739 ALOGE("%s: Failed to register the buffers of old stream,\
742 ALOGV("%s: channel %p has %d buffers",
811 ALOGE("%s: Request %d: No output buffers provided!",
841 // Validate all buffers
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
r300_state.c     [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_state.c     [all...]
  /system/core/libpixelflinger/
scanline.cpp 303 if (c->state.buffers.coverage)
304 free(c->state.buffers.coverage);
632 const int16_t* covPtr = c->state.buffers.coverage + xs;
856 if (c->state.buffers.depth.format) {
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c 1070 const struct pipe_vertex_buffer *buffers)
1081 trace_dump_arg_begin("buffers");
1082 trace_dump_struct_array(vertex_buffer, buffers, num_buffers);
1087 memcpy(_buffers, buffers, num_buffers * sizeof(*_buffers));
1089 _buffers[i].buffer = trace_resource_unwrap(tr_ctx, buffers[i].buffer);
    [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c 1070 const struct pipe_vertex_buffer *buffers)
1081 trace_dump_arg_begin("buffers");
1082 trace_dump_struct_array(vertex_buffer, buffers, num_buffers);
1087 memcpy(_buffers, buffers, num_buffers * sizeof(*_buffers));
1089 _buffers[i].buffer = trace_resource_unwrap(tr_ctx, buffers[i].buffer);
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 630 struct pipe_vertex_buffer *buffers = NULL; local
637 buffers = unwrapped_buffers;
642 buffers);
726 unsigned buffers,
735 buffers,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_state.c 700 /* XXX no point in running this code since st/mesa only uses user buffers */
976 const struct pipe_vertex_buffer *buffers)
984 buffers, count);
994 draw_set_vertex_buffers(draw, count, buffers);
998 const void *buf = buffers[i].user_buffer;
1000 buf = i915_buffer(buffers[i].buffer)->data;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 574 struct pipe_vertex_buffer *buffers = NULL; local
581 buffers = unwrapped_buffers;
586 buffers);
637 unsigned buffers,
646 buffers,
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_blit.c 247 /* different src/dst buffers */
267 /* allocate the src/dst row buffers */
537 /* Allocate the src/dst row buffers.
580 /* different src/dst buffers */
582 * read/written instead of the whole buffers.
633 /* use same source row buffers again */
717 static const GLbitfield buffers[3] = { local
737 /* First, try covering whatever buffers possible using the fast 1:1 copy
747 if (mask & buffers[i]) {
753 mask &= ~buffers[i]
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 630 struct pipe_vertex_buffer *buffers = NULL; local
637 buffers = unwrapped_buffers;
642 buffers);
726 unsigned buffers,
735 buffers,
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_state.c 700 /* XXX no point in running this code since st/mesa only uses user buffers */
976 const struct pipe_vertex_buffer *buffers)
984 buffers, count);
994 draw_set_vertex_buffers(draw, count, buffers);
998 const void *buf = buffers[i].user_buffer;
1000 buf = i915_buffer(buffers[i].buffer)->data;
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 574 struct pipe_vertex_buffer *buffers = NULL; local
581 buffers = unwrapped_buffers;
586 buffers);
637 unsigned buffers,
646 buffers,
  /external/mesa3d/src/mesa/swrast/
s_blit.c 247 /* different src/dst buffers */
267 /* allocate the src/dst row buffers */
537 /* Allocate the src/dst row buffers.
580 /* different src/dst buffers */
582 * read/written instead of the whole buffers.
633 /* use same source row buffers again */
717 static const GLbitfield buffers[3] = { local
737 /* First, try covering whatever buffers possible using the fast 1:1 copy
747 if (mask & buffers[i]) {
753 mask &= ~buffers[i]
    [all...]

Completed in 1109 milliseconds

<<11121314151617181920>>