Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/stub/
H A Da2dp_data_service.h95 void SourceStartSendPcmStream(uint32_t sendMSTime, bool isSbc, bool fromPCMBegin = true)
102 void SinkStartGetPcmStream(uint32_t sendMSTime, bool isSbc, bool fromPCMBegin = true)
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/
H A Da2dp_codec_thread.cpp29 #define PCM_DATA_ENCODED_TIMER(isSbc) ((isSbc) ? ENCODE_TIMER_SBC : ENCODE_TIMER_AAC) argument