Home
last modified time | relevance | path

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

/dports/multimedia/mpv/mpv-0.34.1/video/
H A Dcsputils.h44 extern const struct m_opt_choice_alternatives mp_csp_names[];
53 extern const struct m_opt_choice_alternatives mp_csp_levels_names[];
73 extern const struct m_opt_choice_alternatives mp_csp_prim_names[];
95 extern const struct m_opt_choice_alternatives mp_csp_trc_names[];
106 extern const struct m_opt_choice_alternatives mp_csp_light_names[];
130 extern const struct m_opt_choice_alternatives mp_stereo3d_names[];
195 extern const struct m_opt_choice_alternatives mp_chroma_names[];
203 extern const struct m_opt_choice_alternatives mp_alpha_names[];
H A Dcsputils.c37 const struct m_opt_choice_alternatives mp_csp_names[] = {
50 const struct m_opt_choice_alternatives mp_csp_levels_names[] = {
57 const struct m_opt_choice_alternatives mp_csp_prim_names[] = {
75 const struct m_opt_choice_alternatives mp_csp_trc_names[] = {
95 const struct m_opt_choice_alternatives mp_csp_light_names[] = {
104 const struct m_opt_choice_alternatives mp_chroma_names[] = {
112 const struct m_opt_choice_alternatives mp_alpha_names[] = {
139 const struct m_opt_choice_alternatives mp_stereo3d_names[] = {
H A Dimage_writer.c57 const struct m_opt_choice_alternatives mp_image_writer_formats[] = {
H A Dzimg.c38 static const struct m_opt_choice_alternatives mp_zimg_scalers[] = {
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Dm_option.h184 struct m_opt_choice_alternatives { struct
189 const char *m_opt_choice_str(const struct m_opt_choice_alternatives *choices, argument
691 .priv = (void *)&(const struct m_opt_choice_alternatives[]){ __VA_ARGS__, {0}}
696 .priv = (void *)MP_EXPECT_TYPE(const struct m_opt_choice_alternatives*, choices)
H A Dm_option.c114 struct m_opt_choice_alternatives *alt; in m_option_required_params()
623 struct m_opt_choice_alternatives *alt = opt->priv; in print_choice_values()
633 struct m_opt_choice_alternatives *alt = opt->priv; in parse_choice()
757 static struct m_opt_choice_alternatives *get_choice(const m_option_t *opt, in get_choice()
761 struct m_opt_choice_alternatives *alt; in get_choice()
779 struct m_opt_choice_alternatives *alt = get_choice(opt, src, &ival); in choice_get()
811 struct m_opt_choice_alternatives *alt = get_choice(opt, val, &ival); in print_choice()
831 struct m_opt_choice_alternatives *alt; in apply_flag()
845 struct m_opt_choice_alternatives *best = NULL; in find_next_flag()
846 struct m_opt_choice_alternatives *alt; in find_next_flag()
[all …]
H A Dm_config_frontend.c861 struct m_opt_choice_alternatives *alt = opt->priv; in m_config_print_option_list()
/dports/multimedia/mpv/mpv-0.34.1/video/out/gpu/
H A Dspirv.c21 static const struct m_opt_choice_alternatives compiler_choices[] = {
/dports/multimedia/mpv/mpv-0.34.1/video/filter/
H A Dvf_fingerprint.c40 const struct m_opt_choice_alternatives type_names[] = {
/dports/multimedia/mpv/mpv-0.34.1/video/decode/
H A Dvd_lavc.c93 static const struct m_opt_choice_alternatives discard_names[] = {
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Dcommand.c3391 struct m_opt_choice_alternatives *alt = opt->priv; in mp_property_option_info()