Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/oss4/
Doss4-audio.c394 guint layout_len; in gst_oss4_audio_detect_channels() local
396 layout_len = strlen (forced_layout); in gst_oss4_audio_detect_channels()
397 if (layout_len >= minchans && layout_len <= maxchans) { in gst_oss4_audio_detect_channels()
399 maxchans = layout_len; in gst_oss4_audio_detect_channels()
404 "channel positions but maxchans is %d", layout_len, maxchans); in gst_oss4_audio_detect_channels()