Home
last modified time | relevance | path

Searched refs:m_obj_desc (Results 1 – 11 of 11) sorted by relevance

/dports/multimedia/mpv/mpv-0.34.1/filters/
H A Duser_filters.c13 struct m_obj_desc *dst, int index) in get_desc_from()
46 static bool get_af_desc(struct m_obj_desc *dst, int index) in get_af_desc()
103 static bool get_vf_desc(struct m_obj_desc *dst, int index) in get_vf_desc()
154 struct m_obj_desc desc; in mp_create_user_filter()
H A Duser_filters.h10 struct m_obj_desc desc;
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Dm_config_frontend.h42 struct m_obj_desc;
120 struct mp_log *log, struct mpv_global *global, struct m_obj_desc *desc,
129 struct m_obj_desc *desc);
H A Dm_config_core.h147 struct m_obj_desc;
149 struct mpv_global *global, struct m_obj_desc *desc, const char *name);
H A Dm_option.h114 struct m_obj_desc { struct
142 bool (*get_desc)(struct m_obj_desc *dst, int index); argument
167 bool m_obj_list_find(struct m_obj_desc *dst, const struct m_obj_list *list,
H A Dm_config_frontend.c132 struct m_obj_desc *desc) in m_config_from_obj_desc()
150 struct m_obj_desc *desc) in m_config_from_obj_desc_noalloc()
157 struct m_obj_desc *desc, char **args) in m_config_set_obj_params()
170 struct mp_log *log, struct mpv_global *global, struct m_obj_desc *desc, in m_config_from_obj_desc_and_args()
H A Dm_config_core.c445 struct m_obj_desc desc; in init_obj_settings_list()
899 struct mpv_global *global, struct m_obj_desc *desc, const char *name) in m_config_group_from_desc()
H A Dm_option.c2836 bool m_obj_list_find(struct m_obj_desc *dst, const struct m_obj_list *l, in m_obj_list_find()
3081 struct m_obj_desc *desc, in m_obj_parse_sub_config()
3169 struct m_obj_desc desc; in parse_obj_settings()
3227 desc = (struct m_obj_desc){0}; in parse_obj_settings()
3369 struct m_obj_desc desc; in parse_obj_settings_list()
/dports/multimedia/mpv/mpv-0.34.1/audio/out/
H A Dao.c104 static bool get_desc(struct m_obj_desc *dst, int index) in get_desc()
109 *dst = (struct m_obj_desc) { in get_desc()
159 struct m_obj_desc desc; in ao_alloc()
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo.c180 static bool get_desc(struct m_obj_desc *dst, int index) in get_desc()
185 *dst = (struct m_obj_desc) { in get_desc()
281 struct m_obj_desc desc; in vo_create()
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dcommand.c3401 struct m_obj_desc desc = {0}; in mp_property_option_info()