HomeSort by relevance Sort by last modified time
    Searched refs:out_buffer (Results 1 - 25 of 164) sorted by null

1 2 3 4 5 6 7

  /external/mesa3d/src/gallium/drivers/r300/
r300_render_translate.c 30 struct pipe_resource **out_buffer,
39 *out_buffer = NULL;
41 &out_offset, out_buffer, &ptr);
53 *out_buffer = NULL;
55 &out_offset, out_buffer, &ptr);
67 *out_buffer = NULL;
69 &out_offset, out_buffer, &ptr);
  /external/mesa3d/src/gallium/drivers/r600/
r600_translate.c 35 struct pipe_resource *out_buffer = NULL; local
42 &out_offset, &out_buffer, &ptr);
48 ib->buffer = out_buffer;
  /external/mesa3d/src/gallium/drivers/radeonsi/
r600_translate.c 35 struct pipe_resource *out_buffer = NULL; local
42 &out_offset, &out_buffer, &ptr);
48 ib->buffer = out_buffer;
  /hardware/intel/common/libva/va/wayland/
va_backend_wayland.h 53 struct wl_buffer **out_buffer
61 struct wl_buffer **out_buffer
va_wayland.h 74 * @out_buffer have the same size and color format. Should specific
87 * @param[out] out_buffer a wl_buffer wrapping the VA @surface
95 struct wl_buffer **out_buffer
104 * @out_buffer have the same size and color format. Should specific
114 * @param[out] out_buffer a wl_buffer wrapping the VA @image
122 struct wl_buffer **out_buffer
va_wayland.c 165 struct wl_buffer **out_buffer
175 out_buffer);
183 struct wl_buffer **out_buffer
193 out_buffer);
  /frameworks/native/libs/vr/libdvr/include/dvr/
dvr_buffer_queue.h 30 DvrWriteBuffer* out_buffer, int* out_fence_fd);
39 DvrReadBuffer* out_buffer, int* out_fence_fd,
dvr_surface.h 87 int dvrGetNamedBuffer(const char* name, DvrBuffer** out_buffer);
  /frameworks/base/tools/aapt2/util/
BigBuffer.cpp 31 void* out_buffer = block.buffer.get() + block.size; local
34 return out_buffer;
58 void* out_buffer = block.buffer.get() + block.size; local
63 return out_buffer;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_misc.h 4 LPD3D10BLOB *out_buffer
9 LPD3D10BLOB *out_buffer
15 *out_buffer = new GalliumD3DBlob(data, num_bytes);
  /frameworks/base/tools/aapt2/io/
Util.cpp 80 void* out_buffer; local
82 if (!out->Next(&out_buffer, &out_len)) {
87 memcpy(out_buffer, in_buffer, bytes_to_copy);
  /external/webrtc/webrtc/common_audio/
lapped_transform_unittest.cc 107 float out_buffer[kChannels][kChunkLength]; local
113 out_chunk[0] = out_buffer[0];
114 out_chunk[1] = out_buffer[1];
115 out_chunk[2] = out_buffer[2];
144 float out_buffer[kChunkLength]; local
145 float* out_chunk = out_buffer;
174 float out_buffer[kChunkLength]; local
175 float* out_chunk = out_buffer;
  /external/webrtc/webrtc/modules/audio_coding/codecs/g722/
g722_enc_dec.h 92 unsigned int out_buffer; member in struct:__anon37074
130 unsigned int out_buffer; member in struct:__anon37076
  /external/webrtc/webrtc/modules/audio_device/
fine_audio_buffer_unittest.cc 121 rtc::scoped_ptr<int8_t[]> out_buffer; local
122 out_buffer.reset(new int8_t[fine_buffer.RequiredPlayoutBufferSizeBytes()]);
126 fine_buffer.GetPlayoutData(out_buffer.get());
127 EXPECT_TRUE(VerifyBuffer(out_buffer.get(), i, kFrameSizeBytes));
  /frameworks/native/libs/vr/libdvr/
dvr_surface.cpp 159 int dvrGetNamedBuffer(const char* name, DvrBuffer** out_buffer) {
166 if (out_buffer == nullptr || name == nullptr) {
167 ALOGE("dvrGetNamedBuffer: Invalid inputs: name=%p, out_buffer=%p.", name,
168 out_buffer);
178 *out_buffer = CreateDvrBufferFromIonBuffer(status.take());
  /external/pdfium/third_party/libtiff/
tif_ojpeg.c 344 uint8 out_buffer[OJPEG_BUFFER]; member in struct:__anon28632
    [all...]
  /frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
buffer_hub_queue_producer.h 52 status_t detachNextBuffer(sp<GraphicBuffer>* out_buffer,
104 status_t getLastQueuedBuffer(sp<GraphicBuffer>* out_buffer,
  /frameworks/av/media/libstagefright/
SimpleDecodingSource.cpp 347 sp<MediaCodecBuffer> out_buffer; local
348 res = mCodec->getOutputBuffer(out_ix, &out_buffer);
369 CHECK_LE(out_buffer->size(), (*buffer)->size());
370 memcpy((*buffer)->data(), out_buffer->data(), out_buffer->size());
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
asyncore.py 529 self.out_buffer = ''
533 num_sent = dispatcher.send(self, self.out_buffer[:512])
534 self.out_buffer = self.out_buffer[num_sent:]
540 return (not self.connected) or len(self.out_buffer)
545 self.out_buffer = self.out_buffer + data
  /prebuilts/gdb/darwin-x86/lib/python2.7/
asyncore.py 533 self.out_buffer = ''
537 num_sent = dispatcher.send(self, self.out_buffer[:512])
538 self.out_buffer = self.out_buffer[num_sent:]
544 return (not self.connected) or len(self.out_buffer)
549 self.out_buffer = self.out_buffer + data
  /prebuilts/gdb/linux-x86/lib/python2.7/
asyncore.py 533 self.out_buffer = ''
537 num_sent = dispatcher.send(self, self.out_buffer[:512])
538 self.out_buffer = self.out_buffer[num_sent:]
544 return (not self.connected) or len(self.out_buffer)
549 self.out_buffer = self.out_buffer + data
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
asyncore.py 533 self.out_buffer = ''
537 num_sent = dispatcher.send(self, self.out_buffer[:512])
538 self.out_buffer = self.out_buffer[num_sent:]
544 return (not self.connected) or len(self.out_buffer)
549 self.out_buffer = self.out_buffer + data
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
asyncore.py 533 self.out_buffer = ''
537 num_sent = dispatcher.send(self, self.out_buffer[:512])
538 self.out_buffer = self.out_buffer[num_sent:]
544 return (not self.connected) or len(self.out_buffer)
549 self.out_buffer = self.out_buffer + data
  /external/valgrind/exp-bbv/tests/arm-linux/
ll.S 131 ldr r10,out_addr @ point r10 to out_buffer
165 ldr r10,out_addr @ point r10 to out_buffer
235 ldr r10,out_addr @ point r10 to out_buffer
328 ldr r2,out_addr @ point r2 to out_buffer
347 ldr r1,out_addr @ point r1 to out_buffer
427 out_addr: .word out_buffer
493 .lcomm out_buffer,16384
  /external/v8/src/
disassembler.cc 82 v8::internal::EmbeddedVector<char, kOutBufferSize> out_buffer; local
83 StringBuilder out(out_buffer.start(), out_buffer.length());

Completed in 480 milliseconds

1 2 3 4 5 6 7