Home
last modified time | relevance | path

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

/system/bt/stack/a2dp/
Da2dp_sbc_up_sample.cc37 uint8_t n_channels; /* number of channels (i.e. mono(1), stereo(2)...) */ member
60 uint8_t n_channels) { in a2dp_sbc_init_up_sample() argument
65 a2dp_sbc_ups_cb.n_channels = n_channels; in a2dp_sbc_init_up_sample()
67 if (n_channels == 1) { in a2dp_sbc_init_up_sample()
/system/bt/stack/include/
Da2dp_sbc_up_sample.h45 uint8_t n_channels);