Searched refs:GLSLD (Results 1 – 7 of 7) sorted by relevance
187 GLSLD( scale_bilinear );190 GLSLD( rgb2yuv );194 case AV_PIX_FMT_NV12: GLSLD(write_nv12); break;195 case AV_PIX_FMT_YUV420P: GLSLD( write_420); break;196 case AV_PIX_FMT_YUV444P: GLSLD( write_444); break;
124 GLSLD( blur_kernel );169 GLSLD( blur_kernel );
152 GLSLD( overlay_noalpha );153 GLSLD( overlay_alpha );
131 GLSLD( distort_chroma_kernel );
153 GLSLD( gblur_func );
189 GLSLD(s->params[i].blend_func); in init_filter()
47 #define GLSLD(D) GLSLC(0, ); \ macro