Searched defs:codecIndex (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/ |
H A D | a2dp_aac_param_ctrl.h | 34 … A2dpCodecConfigAacBase(A2dpCodecIndex codecIndex, A2dpCodecPriority codecPriority, bool isSource) in A2dpCodecConfigAacBase()
|
H A D | a2dp_sbc_param_ctrl.h | 33 … A2dpCodecConfigSbcBase(A2dpCodecIndex codecIndex, A2dpCodecPriority codecPriority, bool isSource) in A2dpCodecConfigSbcBase()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/ |
H A D | a2dp_codec_factory.cpp | 57 auto codecIndex = static_cast<A2dpCodecIndex>(i); in Initialize() local 102 A2dpCodecIndex codecIndex = GetSourceCodecIndex(codeInfo); in FindSourceCodec() local 119 A2dpCodecIndex codecIndex = GetSinkCodecIndex(codeInfo); in FindSinkCodec() local
|
H A D | a2dp_codec_config.cpp | 28 …A2dpCodecCapability &codecConfig, const A2dpCodecIndex codecIndex, const A2dpCodecPriority codecPr… in InitCodecConfig() 190 A2dpCodecConfig *A2dpCodecConfig::CreateCodec(A2dpCodecIndex codecIndex, A2dpCodecPriority codecPri… in CreateCodec()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/src/avdtp/ |
H A D | avdtp_ctrl.c | 1139 AvdtStreamCtrl *AvdtStreamCtrlAllocate(AvdtSigCtrl *sigCtrl, uint16_t codecIndex) in AvdtStreamCtrlAllocate() 1589 uint16_t AvdtCheckSepExited(uint16_t codecIndex) in AvdtCheckSepExited() 1639 AvdtStreamConfig *AvdtGetSepConfigByCodecIndex(uint16_t codecIndex) in AvdtGetSepConfigByCodecIndex() 1662 uint16_t AvdtCheckSepIsUsed(AvdtSigCtrl *sigCtrl, uint16_t codecIndex) in AvdtCheckSepIsUsed()
|
H A D | avdtp_api.c | 92 uint16_t AVDT_CreateStream(const BtAddr *bdAddr, uint16_t *handle, uint16_t codecIndex) in AVDT_CreateStream() 128 uint16_t AvdtCreateStream(const BtAddr *bdAddr, uint16_t *handle, uint16_t codecIndex) in AvdtCreateStream()
|
H A D | avdtp_api.h | 30 uint16_t codecIndex; member
|
H A D | avdtp_int.h | 376 uint16_t codecIndex; /* index of local sep */ member
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/ |
H A D | a2dp_def.h | 86 A2dpCodecIndex codecIndex; member
|
H A D | a2dp_avdtp.cpp | 43 uint16_t A2dpAvdtp::CreateStream(const BtAddr &addr, const uint8_t codecIndex, uint16_t &handle) in CreateStream()
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/include/ |
H A D | avdtp.h | 345 uint16_t codecIndex; // The handle to the a2dp stream control entry member
|