Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/dts/
Dgstdtsdec.h55 gint stream_channels; member
Dgstdtsdec.c242 dts->stream_channels = DCA_CHANNEL; in gst_dtsdec_start()
516 dts->stream_channels = flags & (DCA_CHANNEL_MASK | DCA_LFE); in gst_dtsdec_handle_frame()
564 flags = dts->stream_channels; in gst_dtsdec_handle_frame()
596 dts->sample_rate, dts->stream_channels, dts->using_channels); in gst_dtsdec_handle_frame()
/third_party/pulseaudio/src/modules/dbus/
Diface-stream.c363 int stream_channels = 0; in handle_set_volume() local
388 stream_channels = s->sink_input->channel_map.channels; in handle_set_volume()
393 if (n_volume_entries != stream_channels && n_volume_entries != 1) { in handle_set_volume()
395 … "Expected %u volume entries, got %u.", stream_channels, n_volume_entries); in handle_set_volume()