Searched refs:fuzzy (Results 1 - 3 of 3) sorted by relevance
/third_party/python/Tools/i18n/ |
H A D | msgfmt.py | 48 def add(ctxt, id, str, fuzzy): 49 "Add a non-fuzzy translation to the dictionary." 51 if not fuzzy and str: 120 fuzzy = 0 133 add(msgctxt, msgid, msgstr, fuzzy) 135 fuzzy = 0 136 # Record a fuzzy mark 137 if l[:2] == '#,' and 'fuzzy' in l: 138 fuzzy = 1 145 add(msgctxt, msgid, msgstr, fuzzy) [all...] |
/third_party/ffmpeg/libavcodec/ |
H A D | parser.c | 84 void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove, int fuzzy) in ff_fetch_timestamp() argument 88 if (!fuzzy) { in ff_fetch_timestamp() 101 if (!fuzzy || s->cur_frame_dts[i] != AV_NOPTS_VALUE) { in ff_fetch_timestamp()
|
H A D | parser.h | 56 * @param fuzzy Only use found value if it is more informative than what we already have 58 void ff_fetch_timestamp(AVCodecParserContext *s, int off, int remove, int fuzzy);
|
Completed in 2 milliseconds