Searched refs:av_opencl_buffer_release (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.h225 * The created buffer must be released with av_opencl_buffer_release().
293 void av_opencl_buffer_release(cl_mem *cl_buf);
H A Dopencl.c654 void av_opencl_buffer_release(cl_mem *cl_buf) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddeshake_opencl.c148 av_opencl_buffer_release(&deshake->opencl_ctx.cl_inbuf);
149 av_opencl_buffer_release(&deshake->opencl_ctx.cl_outbuf);
H A Dunsharp_opencl.c338 av_opencl_buffer_release(&unsharp->opencl_ctx.cl_inbuf);
339 av_opencl_buffer_release(&unsharp->opencl_ctx.cl_outbuf);
340 av_opencl_buffer_release(&unsharp->opencl_ctx.cl_luma_mask);
341 av_opencl_buffer_release(&unsharp->opencl_ctx.cl_chroma_mask);

Completed in 73 milliseconds