Home
last modified time | relevance | path

Searched refs:encodedAudioBitrate (Results 1 - 5 of 5) sorted by relevance

/foundation/communication/bluetooth/frameworks/inner/ipc/parcel/
H A Dbluetooth_a2dp_a2dpCodecInfo.cpp111 CHECK_AND_RETURN_LOG_RET(parcel.WriteUint32(encodedAudioBitrate), false, "write encodedAudioBitrate failed."); in Marshalling()
154 CHECK_AND_RETURN_LOG_RET(parcel.ReadUint32(encodedAudioBitrate), false, "read encodedAudioBitrate failed."); in ReadFromParcel()
/foundation/communication/bluetooth/interfaces/inner_api/include/
H A Dbluetooth_a2dp_codec.h99 uint32_t encodedAudioBitrate = 0; member
/foundation/communication/bluetooth/frameworks/inner/ipc/common/
H A Da2dp_parcel_codec.h166 uint32_t encodedAudioBitrate; member
/foundation/communication/bluetooth/frameworks/inner/src/
H A Dbluetooth_a2dp_src.cpp654 offloadInfo.encodedAudioBitrate = status.offloadInfo.encodedAudioBitrate; in A2dpOffloadCodecStatus()
/foundation/multimedia/audio_framework/services/audio_policy/server/src/service/
H A Daudio_policy_service.cpp8343 + std::to_string(offloadCodeStatus.offloadInfo.encodedAudioBitrate) + "," in GetA2dpOffloadCodecAndSendToDsp()

Completed in 21 milliseconds