Home
last modified time | relevance | path

Searched refs:create_filter (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
D_warnings.c54 create_filter(PyObject *category, _Py_Identifier *id, const char *modname) in create_filter() function
95 create_filter(PyExc_DeprecationWarning, &PyId_default, "__main__")); in init_filters()
97 create_filter(PyExc_DeprecationWarning, &PyId_ignore, NULL)); in init_filters()
99 create_filter(PyExc_PendingDeprecationWarning, &PyId_ignore, NULL)); in init_filters()
101 create_filter(PyExc_ImportWarning, &PyId_ignore, NULL)); in init_filters()
103 create_filter(PyExc_ResourceWarning, &PyId_ignore, NULL)); in init_filters()
/third_party/ffmpeg/libavfilter/
Dgraphparser.c98 static int create_filter(AVFilterContext **filt_ctx, AVFilterGraph *ctx, int index, in create_filter() function
201 ret = create_filter(filt_ctx, graph, index, name, opts, log_ctx); in parse_filter()
Dvf_coreimage.m451 static CIFilter* create_filter(CoreImageContext *ctx, const char *filter_name, AVDictionary *filter… function
528 ctx->filters[i] = CFBridgingRetain(create_filter(ctx, f->key, filter_options));