Lines Matching refs:tune
132 static GType tune = 0; in gst_x265_enc_tune_get_type() local
136 if (tune != 0) in gst_x265_enc_tune_get_type()
137 return tune; in gst_x265_enc_tune_get_type()
155 tune = g_enum_register_static ("GstX265Tune", tune_values); in gst_x265_enc_tune_get_type()
157 return tune; in gst_x265_enc_tune_get_type()
569 encoder->tune = PROP_TUNE_DEFAULT; in gst_x265_enc_init()
843 x265_tune_names[encoder->tune - 1]) < 0) { in gst_x265_enc_init_encoder_locked()
1261 if (encoder->tune > 0 && encoder->tune <= G_N_ELEMENTS (x265_tune_names) && in gst_x265_enc_set_latency()
1262 strcmp (x265_tune_names[encoder->tune - 1], "zerolatency") == 0) in gst_x265_enc_set_latency()
1684 encoder->tune = g_value_get_enum (value); in gst_x265_enc_set_property()
1731 g_value_set_enum (value, encoder->tune); in gst_x265_enc_get_property()