Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dscripting.c44 extern const struct mp_scripting mp_scripting_lua;
45 extern const struct mp_scripting mp_scripting_cplugin;
46 extern const struct mp_scripting mp_scripting_js;
47 extern const struct mp_scripting mp_scripting_run;
49 static const struct mp_scripting *const scripting_backends[] = {
118 const struct mp_scripting *backend = NULL; in mp_load_script()
126 const struct mp_scripting *b = scripting_backends[n]; in mp_load_script()
149 const struct mp_scripting *b = scripting_backends[n]; in mp_load_script()
321 const struct mp_scripting mp_scripting_cplugin = {
378 const struct mp_scripting mp_scripting_run = {
H A Dcore.h631 const struct mp_scripting *backend;
638 struct mp_scripting { struct
H A Djavascript.c1257 const struct mp_scripting mp_scripting_js = {
H A Dlua.c1347 const struct mp_scripting mp_scripting_lua = {