Home
last modified time | relevance | path

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

/external/bluetooth/bluez/sbc/
Dsbcenc.c123 sbc.mode = SBC_MODE_STEREO; in encode()
148 sbc.mode == SBC_MODE_STEREO ? in encode()
Dsbc.h52 #define SBC_MODE_STEREO 0x02 macro
Dsbcdec.c132 sbc.mode == SBC_MODE_STEREO ? in decode()
Dsbc.c63 STEREO = SBC_MODE_STEREO,
915 sbc->mode = SBC_MODE_STEREO; in sbc_set_defaults()
/external/bluetooth/bluez/audio/
Dgstsbcutil.c165 case SBC_MODE_STEREO: in gst_sbc_get_channel_number()
238 case SBC_MODE_STEREO: in gst_sbc_parse_mode_from_sbc()
253 return SBC_MODE_STEREO; in gst_sbc_parse_mode_to_sbc()
Dgstsbcenc.c58 { SBC_MODE_STEREO, "Stereo", "stereo"}, in gst_sbc_mode_get_type()
Dliba2dp.c460 data->sbc.mode = SBC_MODE_STEREO; in bluetooth_a2dp_setup()
Dpcm_bluetooth.c651 a2dp->sbc.mode = SBC_MODE_STEREO; in bluetooth_a2dp_setup()
/external/bluetooth/bluez/test/
Dipctest.c518 a2dp->sbc.mode = SBC_MODE_STEREO; in setup_sbc()