Searched refs:av_opencl_buffer_create (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dopencl.h236 int av_opencl_buffer_create(cl_mem *cl_buf, size_t cl_buf_size, int flags, void *host_ptr);
291 * previously filled with av_opencl_buffer_create()
H A Dopencl.c643 int av_opencl_buffer_create(cl_mem *cl_buf, size_t cl_buf_size, int flags, void *host_ptr) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddeshake_opencl.c179 ret = av_opencl_buffer_create(&deshake->opencl_ctx.cl_inbuf,
186 ret = av_opencl_buffer_create(&deshake->opencl_ctx.cl_outbuf,
H A Dunsharp_opencl.c281 ret = av_opencl_buffer_create(&unsharp->opencl_ctx.cl_luma_mask,
286 ret = av_opencl_buffer_create(&unsharp->opencl_ctx.cl_chroma_mask,
371 ret = av_opencl_buffer_create(&unsharp->opencl_ctx.cl_inbuf,
378 ret = av_opencl_buffer_create(&unsharp->opencl_ctx.cl_outbuf,

Completed in 69 milliseconds