Home
last modified time | relevance | path

Searched defs:alloc_buffer (Results 1 – 15 of 15) sorted by relevance

/third_party/libuv/test/
Dtest-pipe-close-stdout-read-stdin.c32 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t* buf) in alloc_buffer() function
/third_party/libuv/docs/code/dns/
Dmain.c8 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
/third_party/libuv/docs/code/udp-dhcp/
Dmain.c12 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
/third_party/libuv/docs/code/multi-echo-server/
Dworker.c22 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
Dmain.c26 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
/third_party/libuv/docs/code/tcp-echo-server/
Dmain.c23 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
/third_party/libuv/docs/code/pipe-echo-server/
Dmain.c25 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
/third_party/libuv/docs/code/uvtee/
Dmain.c19 void alloc_buffer(uv_handle_t *handle, size_t suggested_size, uv_buf_t *buf) { in alloc_buffer() function
/third_party/gstreamer/gstreamer/gst/
Dgstbufferpool.h208 GstFlowReturn (*alloc_buffer) (GstBufferPool *pool, GstBuffer **buffer, member
/third_party/ffmpeg/libavcodec/
Dlibsvtav1.c121 static int alloc_buffer(EbSvtAv1EncConfiguration *config, SvtContext *svt_enc) in alloc_buffer() function
/third_party/libdrm/amdgpu/
Damdgpu_bo.c79 struct amdgpu_bo_alloc_request *alloc_buffer, in amdgpu_bo_alloc()
/third_party/ffmpeg/libavfilter/
Dvf_pullup.c247 static int alloc_buffer(PullupContext *s, PullupBuffer *b) in alloc_buffer() function
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c151 struct amdgpu_bo_alloc_request *alloc_buffer, in amdgpu_bo_alloc()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c285 struct amdgpu_bo_alloc_request alloc_buffer = {}; in amdgpu_ctx_create() local
/third_party/gstreamer/gstplugins_bad/sys/decklink/
Dgstdecklink.cpp1277 uint8_t *alloc_buffer = ((uint8_t *) buffer) - 128 + offset; in ReleaseBuffer() local