Searched refs:cl_inbuf (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Ddeshake_opencl.c61 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_inbuf),
74 FF_OPENCL_PARAM_INFO(deshake->opencl_ctx.cl_inbuf),
148 av_opencl_buffer_release(&deshake->opencl_ctx.cl_inbuf);
165 if ((!deshake->opencl_ctx.cl_inbuf) || (!deshake->opencl_ctx.cl_outbuf)) {
178 if (!deshake->opencl_ctx.cl_inbuf) {
179 ret = av_opencl_buffer_create(&deshake->opencl_ctx.cl_inbuf,
193 ret = av_opencl_buffer_write_image(deshake->opencl_ctx.cl_inbuf,
H A Dunsharp.h47 cl_mem cl_inbuf; member in struct:__anon3370
H A Ddeshake.h66 cl_mem cl_inbuf; member in struct:__anon3349
H A Dunsharp_opencl.c185 FF_OPENCL_PARAM_INFO(unsharp->opencl_ctx.cl_inbuf),
202 FF_OPENCL_PARAM_INFO(unsharp->opencl_ctx.cl_inbuf),
234 FF_OPENCL_PARAM_INFO(unsharp->opencl_ctx.cl_inbuf),
338 av_opencl_buffer_release(&unsharp->opencl_ctx.cl_inbuf);
357 if ((!unsharp->opencl_ctx.cl_inbuf) || (!unsharp->opencl_ctx.cl_outbuf)) {
370 if (!unsharp->opencl_ctx.cl_inbuf) {
371 ret = av_opencl_buffer_create(&unsharp->opencl_ctx.cl_inbuf,
385 return av_opencl_buffer_write_image(unsharp->opencl_ctx.cl_inbuf,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dcmdutils_opencl.c135 cl_mem cl_mask, cl_inbuf, cl_outbuf; local
150 CREATEBUF(cl_inbuf, CL_MEM_READ_ONLY, buf_size);
174 OCLCHECK(clEnqueueWriteBuffer, ext_opencl_env->command_queue, cl_inbuf, CL_TRUE, 0,
178 OCLCHECK(clSetKernelArg, kernel, arg++, sizeof(cl_mem), &cl_inbuf);
195 if (cl_inbuf)
196 clReleaseMemObject(cl_inbuf);

Completed in 105 milliseconds