Searched refs:dst_cl_buf (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopencl.h241 * @param dst_cl_buf pointer to OpenCL destination buffer
246 int av_opencl_buffer_write(cl_mem dst_cl_buf, uint8_t *src_buf, size_t buf_size);
263 * @param dst_cl_buf pointer to destination OpenCL buffer
271 int av_opencl_buffer_write_image(cl_mem dst_cl_buf, size_t cl_buffer_size, int dst_cl_offset,
H A Dopencl.c667 int av_opencl_buffer_write(cl_mem dst_cl_buf, uint8_t *src_buf, size_t buf_size) argument
670 void *mapped = clEnqueueMapBuffer(opencl_ctx.command_queue, dst_cl_buf,
681 status = clEnqueueUnmapMemObject(opencl_ctx.command_queue, dst_cl_buf, mapped, 0, NULL, NULL);
713 int av_opencl_buffer_write_image(cl_mem dst_cl_buf, size_t cl_buffer_size, int dst_cl_offset, argument
731 mapped = clEnqueueMapBuffer(opencl_ctx.command_queue, dst_cl_buf,
745 status = clEnqueueUnmapMemObject(opencl_ctx.command_queue, dst_cl_buf, mapped, 0, NULL, NULL);

Completed in 70 milliseconds