Home
last modified time | relevance | path

Searched defs:channelMode (Results 1 - 8 of 8) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Da2dp_data_service.h91 bool SourceInitPcmStream(uint8_t sampleRate, uint8_t channelMode, uint8_t bitsPerSample = PCM_SAMPLE_BITS_16) in SourceInitPcmStream() argument
97 bool SinkInitPcmStream(uint8_t sampleRate, uint8_t channelMode, uint8_t codecType, in SinkInitPcmStream() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h45 uint8_t channelMode; member
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_codec.h53 uint8_t channelMode; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Da2dp_parcel_codec.h125 uint8_t channelMode; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_constant.h35 uint8_t channelMode; member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/include/
H A Da2dp_encoder_sbc.h91 int16_t channelMode; // mono:0, dual:1, stereo:2, joint stereo:3. member
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbccodecctrl/src/
H A Da2dp_encoder_sbc.cpp482 uint16_t channelMode = (g_sbcEncode.channelMode == sbc::SBC_CHANNEL_MODE_MONO) ? CHANNEL_ONE : CHANNEL_TWO; A2dpSbcEncodeFrames() local
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/
H A Da2dp_codec_constant.h167 uint8_t channelMode; /* Channel mode */ member
222 uint8_t channelMode; member

Completed in 5 milliseconds