Home
last modified time | relevance | path

Searched defs:octetsPerCodecFrame (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V5-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/
DCodecSpecificConfigurationLtv.h215 octetsPerCodecFrame = 4, enumerator
223 static const inline Tag octetsPerCodecFrame = Tag::octetsPerCodecFrame; variable
/aosp_15_r20/out/soong/.intermediates/hardware/interfaces/bluetooth/audio/utils/le_audio_codec_capabilities/gen/cpp/
Daidl_android_hardware_bluetooth_audio_setting.cpp399 …> samplingFrequency, std::optional<int> frameDurationUs, std::optional<int> octetsPerCodecFrame, s… in CodecConfiguration()
498 std::optional<int> octetsPerCodecFrame = std::nullopt; in read() local