Searched refs:out_buffer (Results 1 - 9 of 9) sorted by relevance

/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_buffer_queue.h30 DvrWriteBuffer* out_buffer, int* out_fence_fd);
39 DvrReadBuffer* out_buffer, int* out_fence_fd,
H A Ddvr_surface.h87 int dvrGetNamedBuffer(const char* name, DvrBuffer** out_buffer);
H A Ddvr_api.h139 DvrWriteBuffer* out_buffer,
149 DvrReadBuffer* out_buffer,
154 typedef int (*DvrGetNamedBufferPtr)(const char* name, DvrBuffer** out_buffer);
/frameworks/base/tools/aapt2/util/
H A DBigBuffer.cpp31 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;
/frameworks/base/tools/aapt2/io/
H A DUtil.cpp80 void* out_buffer; local
82 if (!out->Next(&out_buffer, &out_len)) {
87 memcpy(out_buffer, in_buffer, bytes_to_copy);
/frameworks/native/libs/vr/libdvr/
H A Ddvr_surface.cpp159 int dvrGetNamedBuffer(const char* name, DvrBuffer** out_buffer) { argument
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());
/frameworks/native/libs/vr/libbufferhubqueue/include/private/dvr/
H A Dbuffer_hub_queue_producer.h52 status_t detachNextBuffer(sp<GraphicBuffer>* out_buffer,
104 status_t getLastQueuedBuffer(sp<GraphicBuffer>* out_buffer,
/frameworks/av/media/libstagefright/
H A DSimpleDecodingSource.cpp347 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());
/frameworks/base/tools/aapt2/compile/
H A DPngCrunch.cpp111 void* out_buffer; local
114 if (!out->Next(&out_buffer, &out_len)) {
128 memcpy(out_buffer, buffer, bytes_written);

Completed in 819 milliseconds