Home
last modified time | relevance | path

Searched defs:channelMode (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/include/
H A Dinterface_profile_a2dp_src.h45 uint8_t channelMode; member
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Di2s_test.h40 uint8_t channelMode; /**< I2S mode,data channel */ member
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/sbclib/include/
H A Dsbc_constant.h35 uint8_t channelMode; member
/ohos5.0/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
/ohos5.0/drivers/peripheral/audio/test/unittest/common/render/
H A Daudio_render_common_test.cpp775 enum AudioChannelMode channelMode = AUDIO_CHANNEL_NORMAL; variable
785 enum AudioChannelMode channelMode = AUDIO_CHANNEL_NORMAL; variable
/ohos5.0/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_codec.h53 uint8_t channelMode; member
/ohos5.0/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
/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Di2s_if.h152 enum I2sChannelMode channelMode; /**< I2S mode,data channel */ member
/ohos5.0/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Da2dp_parcel_codec.h125 uint8_t channelMode; member
/ohos5.0/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 : CHA… in A2dpSbcEncodeFrames() local
/ohos5.0/drivers/peripheral/audio/test/benchmarktest/render/
H A Daudio_render_benchmarktest.cpp660 enum AudioChannelMode channelMode = AUDIO_CHANNEL_NORMAL; in BENCHMARK_F() local