Home
last modified time | relevance | path

Searched defs:filter_func (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavfilter/
Daf_bs2b.c35 typedef void (*filter_func)(t_bs2bdp bs2bdp, uint8_t *sample, int n); typedef
/third_party/mbedtls/tests/scripts/
Daudit-validity-dates.py453 filter_func = lambda d: (start_date < d.not_valid_before) or \ function
/third_party/node/deps/v8/third_party/jinja2/
Denvironment.py688 filter_func=None, argument
794 def list_templates(self, extensions=None, filter_func=None): argument
818 def filter_func(x): function
/third_party/skia/third_party/externals/jinja2/
Denvironment.py688 filter_func=None, argument
794 def list_templates(self, extensions=None, filter_func=None): argument
818 def filter_func(x): function
/third_party/node/tools/inspector_protocol/jinja2/
Denvironment.py638 def compile_templates(self, target, extensions=None, filter_func=None, argument
733 def list_templates(self, extensions=None, filter_func=None): argument
754 filter_func = lambda x: '.' in x and \ function
/third_party/skia/third_party/externals/libwebp/src/enc/
Dalpha_enc.c117 WebPFilterFunc filter_func; in EncodeAlphaInternal() local
/third_party/jinja2/
Denvironment.py922 def filter_func(x: str) -> bool: function
/third_party/lzma/C/
DXzDec.c81 Xz_Func_BcFilterStateBase_Filter filter_func; member