Searched refs:preinit (Results 1 - 22 of 22) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
H A D | af_aresample.c | 46 static av_cold int preinit(AVFilterContext *ctx) in preinit() function 341 .preinit = preinit,
|
H A D | vf_spp.c | 457 static av_cold int preinit(AVFilterContext *ctx) in preinit() function 498 .preinit = preinit,
|
H A D | vf_alphamerge.c | 193 .preinit = alphamerge_framesync_preinit,
|
H A D | vf_identity.c | 408 .preinit = identity_framesync_preinit, 432 .preinit = msad_framesync_preinit,
|
H A D | avfilter.h | 254 int (*preinit)(AVFilterContext *ctx); member
|
H A D | vf_hysteresis.c | 369 .preinit = hysteresis_framesync_preinit,
|
H A D | vf_varblur.c | 393 .preinit = varblur_framesync_preinit,
|
H A D | vf_overlay_qsv.c | 420 .preinit = overlay_qsv_framesync_preinit,
|
H A D | vf_program_opencl.c | 366 .preinit = &program_opencl_framesync_preinit,
|
H A D | vf_convolve.c | 880 .preinit = convolve_framesync_preinit, 910 .preinit = convolve_framesync_preinit, 972 .preinit = convolve_framesync_preinit,
|
H A D | vf_blend.c | 410 .preinit = blend_framesync_preinit,
|
H A D | vf_psnr.c | 461 .preinit = psnr_framesync_preinit,
|
H A D | vf_xmedian.c | 385 .preinit = xmedian_framesync_preinit,
|
H A D | vf_libvmaf.c | 702 .preinit = libvmaf_framesync_preinit,
|
H A D | vf_overlay_cuda.c | 577 .preinit = overlay_cuda_framesync_preinit,
|
H A D | vf_ssim.c | 587 .preinit = ssim_framesync_preinit,
|
H A D | vf_lut2.c | 567 .preinit = lut2_framesync_preinit,
|
H A D | avfilter.c | 662 if (filter->preinit) { in ff_filter_alloc() 663 if (filter->preinit(ret) < 0) in ff_filter_alloc()
|
H A D | vf_morpho.c | 1017 .preinit = morpho_framesync_preinit,
|
H A D | vf_overlay.c | 1113 .preinit = overlay_framesync_preinit,
|
H A D | vf_lut3d.c | 1582 .preinit = haldclut_framesync_preinit,
|
/third_party/python/Programs/ |
H A D | _testembed.c | 471 static int check_init_compat_config(int preinit) in check_init_compat_config() argument 475 if (preinit) { in check_init_compat_config() 1006 static int check_preinit_isolated_config(int preinit) in check_preinit_isolated_config() argument 1017 if (preinit) { in check_preinit_isolated_config() 1059 static int check_init_python_config(int preinit) in check_init_python_config() argument 1074 if (preinit) { in check_init_python_config()
|
Completed in 30 milliseconds