Home
last modified time | relevance | path

Searched refs:pattern_type (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavformat/
Dimg2dec.c234 if (s->pattern_type == PT_DEFAULT) { in ff_img_read_header()
236 s->pattern_type = PT_NONE; in ff_img_read_header()
238 s->pattern_type = PT_GLOB_SEQUENCE; in ff_img_read_header()
241 if (s->pattern_type == PT_GLOB_SEQUENCE) { in ff_img_read_header()
275 … if ((s->pattern_type == PT_GLOB_SEQUENCE && !s->use_glob) || s->pattern_type == PT_SEQUENCE) { in ff_img_read_header()
283 } else if (s->pattern_type == PT_GLOB) { in ff_img_read_header()
299 } else if (s->pattern_type != PT_GLOB_SEQUENCE && s->pattern_type != PT_NONE) { in ff_img_read_header()
301 "Unknown value '%d' for pattern_type option\n", s->pattern_type); in ff_img_read_header()
422 if (s->pattern_type == PT_NONE) { in ff_img_read_packet()
615 …{ "pattern_type", "set pattern type", OFFSET(pattern_type), AV_OPT_TYPE_INT, …
Dimg2.h55 int pattern_type; /**< PatternType */ member
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgltestsrc.c82 int pattern_type);
199 gst_gl_test_src_set_pattern (GstGLTestSrc * gltestsrc, gint pattern_type) in gst_gl_test_src_set_pattern() argument
201 gltestsrc->set_pattern = pattern_type; in gst_gl_test_src_set_pattern()
/third_party/gstreamer/gstplugins_base/gst/videotestsrc/
Dgstvideotestsrc.c116 int pattern_type);
526 int pattern_type) in gst_video_test_src_set_pattern() argument
528 videotestsrc->pattern_type = pattern_type; in gst_video_test_src_set_pattern()
530 GST_DEBUG_OBJECT (videotestsrc, "setting pattern to %d", pattern_type); in gst_video_test_src_set_pattern()
532 switch (pattern_type) { in gst_video_test_src_set_pattern()
699 g_value_set_enum (value, src->pattern_type); in gst_video_test_src_get_property()
Dgstvideotestsrc.h146 GstVideoTestSrcPattern pattern_type; member
/third_party/skia/tools/fiddle/
Danimate.sh17 cd /tmp/animation; ffmpeg -r $FPS -pattern_type glob -i '*.png' -c:v libvpx-vp9 -lossless 1 output.…
/third_party/flutter/skia/tools/fiddle/
Danimate.sh17 cd /tmp/animation; ffmpeg -r $FPS -pattern_type glob -i '*.png' -c:v libvpx-vp9 -lossless 1 output.…
/third_party/python/Include/internal/
Dpycore_ast_state.h224 PyObject *pattern_type; member
/third_party/ffmpeg/doc/
Ddemuxers.texi357 option @var{pattern_type}.
371 @item pattern_type
374 @var{pattern_type} accepts one of the following values.
493 ffmpeg -framerate 10 -pattern_type glob -i "*.png" out.mkv
Dffmpeg.texi2123 image2-specific @code{-pattern_type glob} option.
2128 ffmpeg -f image2 -pattern_type glob -framerate 12 -i 'foo-*.jpeg' -s WxH foo.avi
/third_party/python/Python/
DPython-ast.c238 Py_CLEAR(state->pattern_type); in _PyAST_Fini()
1773 state->pattern_type = make_type(state, "pattern", state->AST_type, NULL, 0, in init_types()
1782 if (!state->pattern_type) return 0; in init_types()
1783 if (!add_attributes(state, state->pattern_type, pattern_attributes, 4)) in init_types()
1786 state->pattern_type, MatchValue_fields, in init_types()
1791 state->pattern_type, in init_types()
1796 state->pattern_type, in init_types()
1801 state->pattern_type, in init_types()
1808 state->pattern_type, MatchClass_fields, in init_types()
1812 state->MatchStar_type = make_type(state, "MatchStar", state->pattern_type, in init_types()
[all …]
/third_party/python/Parser/
Dparser.c119 #define pattern_type 1043 macro
/third_party/chromium/patch/
D0003-ohos-1115.patch48474 + ThreatPatternType pattern_type) {
48475 + dangerous_patterns_[dangerous_url] = pattern_type;
48485 + ThreatPatternType pattern_type = ThreatPatternType::NONE;
48488 + pattern_type = it1->second;
48495 + result_threat_type, pattern_type, client));
48503 + ThreatPatternType pattern_type,
48508 + metadata.threat_pattern_type = pattern_type;
48530 + ThreatPatternType pattern_type);
48538 + ThreatPatternType pattern_type,