Searched refs:resultCap (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/ |
H A D | a2dp_sbc_param_ctrl.cpp | 207 SetSampleRateUser(sampFreq, resultCap); in SetSampleRate() 290 resultCap.bitsPerSample = A2DP_SAMPLE_BITS_16; in SetBitsPerSampleBestMatch() 297 resultCap.bitsPerSample = A2DP_SAMPLE_BITS_16; in SetBitsPerSampleDefaultConfig() 329 if (SetBitsPerSampleBestMatch(resultCap)) { in SetBitsPerSample() 516 SetChannelModeUser(chMode, resultCap); in SetChannelMode() 557 resultCap.blockLen = A2DP_SBC_BLOCKS_16; in SetBlockLength() 559 resultCap.blockLen = A2DP_SBC_BLOCKS_12; in SetBlockLength() 561 resultCap.blockLen = A2DP_SBC_BLOCKS_8; in SetBlockLength() 563 resultCap.blockLen = A2DP_SBC_BLOCKS_4; in SetBlockLength() 579 resultCap.numSubbands = A2DP_SBC_SUBBAND_8; in SetSubBands() [all …]
|
H A D | a2dp_aac_param_ctrl.cpp | 147 resultCap.sampleFreq = A2DP_SAMPLE_RATE_NONE; in SetSampleRateUser() 245 SetSampleRateUser(sampFreq, resultCap); in SetSampleRate() 264 if (SetSampleRateBestMatch(sampFreq, resultCap)) { in SetSampleRate() 355 resultCap.bitsPerSample = A2DP_SAMPLE_BITS_16; in SetBitsPerSampleBestMatch() 361 resultCap.bitsPerSample = A2DP_SAMPLE_BITS_24; in SetBitsPerSampleBestMatch() 367 resultCap.bitsPerSample = A2DP_SAMPLE_BITS_32; in SetBitsPerSampleBestMatch() 378 resultCap.bitsPerSample = A2DP_SAMPLE_BITS_16; in SetBitsPerSampleDefaultConfig() 384 resultCap.bitsPerSample = A2DP_SAMPLE_BITS_24; in SetBitsPerSampleDefaultConfig() 390 resultCap.bitsPerSample = A2DP_SAMPLE_BITS_32; in SetBitsPerSampleDefaultConfig() 561 SetChannelModeUser(chMode, resultCap); in SetChannelMode() [all …]
|
/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/service/src/gavdp/a2dp_codec/include/ |
H A D | a2dp_aac_param_ctrl.h | 38 void SetSampleRateUser(uint32_t sampFreq, A2dpAACCapability &resultCap); 41 bool SetSampleRateAudioConfig(uint32_t sampFreq, A2dpAACCapability &resultCap); 42 bool SetSampleRateDefaultConfig(uint32_t sampFreq, A2dpAACCapability &resultCap); 43 bool SetSampleRateBestMatch(uint32_t sampFreq, A2dpAACCapability &resultCap); 50 … SetBitsPerSampleBestMatch(const A2dpAACCapability &localCapability, A2dpAACCapability &resultCap); 51 bool SetBitsPerSampleDefaultConfig(uint8_t bitPerSample, A2dpAACCapability &resultCap); 52 bool SetBitsPerSample(const A2dpAACCapability &localCapability, A2dpAACCapability &resultCap); 53 void SetChannelModeUser(uint8_t chMode, A2dpAACCapability &resultCap); 56 bool SetChannelModeAudioConfig(uint8_t chMode, A2dpAACCapability &resultCap); 57 bool SetChannelModeBestMatch(uint8_t chMode, A2dpAACCapability &resultCap); [all …]
|
H A D | a2dp_sbc_param_ctrl.h | 37 void SetSampleRateUser(uint32_t sampFreq, A2dpSBCCapability &resultCap); 40 bool SetSampleRateAudioConfig(uint32_t sampFreq, A2dpSBCCapability &resultCap); 41 bool SetSampleRateBestMatch(uint32_t sampFreq, A2dpSBCCapability &resultCap); 42 bool SetSampleRateDefaultConfig(uint32_t sampFreq, A2dpSBCCapability &resultCap); 48 bool SetBitsPerSampleAudioConfig(A2dpSBCCapability &resultCap); 49 bool SetBitsPerSampleBestMatch(A2dpSBCCapability &resultCap); 50 bool SetBitsPerSampleDefaultConfig(A2dpSBCCapability &resultCap); 52 void SetChannelModeUser(uint8_t chMode, A2dpSBCCapability &resultCap); 55 bool SetChannelModeAudioConfig(uint8_t chMode, A2dpSBCCapability &resultCap); 56 bool SetChannelModeBestMatch(uint8_t chMode, A2dpSBCCapability &resultCap); [all …]
|