Home
last modified time | relevance | path

Searched refs:script_type (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dass_split.h29 char *script_type; /**< SSA script format version (eg. v4.00) */ member
Dass_split.c53 .fields = {{"ScriptType", ASS_STR, offsetof(ASSScriptInfo, script_type)},
/third_party/node/deps/v8/src/objects/
Dscript.tq34 script_type: Smi;
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctions.c5927 gchar *str, *script_type, *p = NULL; in ssa_type_find() local
5973 script_type = strstr (str, "ScriptType:"); in ssa_type_find()
5974 if (script_type != NULL) { in ssa_type_find()
5977 ver_str = script_type + 11; in ssa_type_find()