Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Daudio-converter.c833 const GValue *opt_matrix = GET_OPT_MIX_MATRIX (convert); in chain_mix() local
844 if (opt_matrix) { in chain_mix()
847 if (gst_value_array_get_size (opt_matrix)) in chain_mix()
849 mix_matrix_from_g_value (in->channels, out->channels, opt_matrix); in chain_mix()
1328 const GValue *opt_matrix = NULL; in gst_audio_converter_new() local
1334 opt_matrix = in gst_audio_converter_new()
1337 if (opt_matrix in gst_audio_converter_new()
1338 && !check_mix_matrix (in_info->channels, out_info->channels, opt_matrix)) in gst_audio_converter_new()
1344 && !opt_matrix) in gst_audio_converter_new()