HomeSort by relevance Sort by last modified time
    Searched defs:mono (Results 1 - 2 of 2) sorted by null

  /external/bluetooth/bluez/audio/
gstsbcutil.c 97 gboolean joint, stereo, dual, mono; local
100 joint = stereo = dual = mono = FALSE;
111 else if (strcmp("mono", aux) == 0)
112 mono = TRUE;
115 if (channels == 1 && mono)
116 return "mono";
235 return "mono";
256 else if (g_ascii_strcasecmp(mode, "mono") == 0)
425 * if channels is 1, we must have channel mode = mono
426 * if channels is 2, we can't have channel mode = mono */
    [all...]
gstavdtpsink.c 353 if (strcmp(pref, "mono") == 0)
502 gboolean mono, stereo; local
513 g_value_set_static_string(value, "mono");
632 mono = FALSE;
635 mono = TRUE;
643 if (mono && stereo) {
648 if (mono)
672 gboolean mono, stereo; local
757 mono = FALSE;
760 mono = TRUE
795 gboolean mono, stereo; local
962 gboolean mono, stereo; local
    [all...]

Completed in 676 milliseconds