Lines Matching refs:outputFrame
6 * outputFrame: image2d_t as write only
15 __write_only image2d_t outputFrame, uint vertical_offset, float gain, float thr_y, float thr_uv)
71 write_imagef(outputFrame, (int2)(2 * x, 2 * y), pixel_outY1);
72 write_imagef(outputFrame, (int2)(2 * x + 1, 2 * y), pixel_outY2);
73 write_imagef(outputFrame, (int2)(2 * x, 2 * y + 1), pixel_outY3);
74 write_imagef(outputFrame, (int2)(2 * x + 1, 2 * y + 1), pixel_outY4);
75 write_imagef(outputFrame, (int2)(2 * x, y + vertical_offset), pixel_outU);
76 write_imagef(outputFrame, (int2)(2 * x + 1, y + vertical_offset), pixel_outV);
82 * outputFrame: image2d_t as write only
89 __write_only image2d_t outputFrame,
157 write_imagef(outputFrame, (int2)(x, y), pixel_out);