/aosp_15_r20/packages/modules/Uwb/service/support_lib/test/ |
D | RadarTests.java | 81 @RadarParams.BitsPerSample int bitsPerSample = RadarParams.BITS_PER_SAMPLES_64; in testOpenSessionParams() local 118 assertEquals(params.getBitsPerSample(), bitsPerSample); in testOpenSessionParams() local 137 assertEquals(fromBundle.getBitsPerSample(), bitsPerSample); in testOpenSessionParams() local 296 @RadarParams.BitsPerSample int bitsPerSample = RadarParams.BITS_PER_SAMPLES_32; in testRadarData() local 331 assertEquals(data.getBitsPerSample(), bitsPerSample); in testRadarData() local 341 assertEquals(fromBundle.getBitsPerSample(), bitsPerSample); in testRadarData() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
H A D | FlacStreamMetadata.java | 86 public final int bitsPerSample; field in FlacStreamMetadata 136 int bitsPerSample, in FlacStreamMetadata() 160 int bitsPerSample, in FlacStreamMetadata() 349 private static int getBitsPerSampleLookupKey(int bitsPerSample) { in getBitsPerSampleLookupKey()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/ |
H A D | FlacStreamMetadata.java | 88 public final int bitsPerSample; field in FlacStreamMetadata 138 int bitsPerSample, in FlacStreamMetadata() 162 int bitsPerSample, in FlacStreamMetadata() 340 private static int getBitsPerSampleLookupKey(int bitsPerSample) { in getBitsPerSampleLookupKey()
|
/aosp_15_r20/packages/modules/Bluetooth/framework/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 250 @BitsPerSample int bitsPerSample, in BluetoothCodecConfig() 286 @BitsPerSample int bitsPerSample, in BluetoothCodecConfig() 772 int bitsPerSample = other.mBitsPerSample; in similarCodecFeedingParameters() local 893 public @NonNull Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample()
|
D | BluetoothLeAudioCodecConfig.java | 241 @BitsPerSample int bitsPerSample, in BluetoothLeAudioCodecConfig() 561 public @NonNull Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample()
|
/aosp_15_r20/packages/apps/Test/connectivity/PMC/src/com/android/pmc/ |
D | A2dpReceiver.java | 199 int bitsPerSample = BluetoothCodecConfig.BITS_PER_SAMPLE_NONE; in processParameters() local 447 private boolean setCodecValue(int codecType, int sampleRate, int bitsPerSample, in setCodecValue() 529 private boolean verifyCodeConfig(int codecType, int sampleRate, int bitsPerSample, in verifyCodeConfig()
|
/aosp_15_r20/frameworks/av/media/module/codecs/flac/dec/ |
H A D | FLACDecoder.cpp | 130 unsigned bitsPerSample) { in copyTo16Signed() 153 unsigned bitsPerSample) { in copyToFloat() 400 const unsigned bitsPerSample = getBitsPerSample(); in decodeOneFrame() local
|
/aosp_15_r20/frameworks/av/media/module/extractors/flac/ |
H A D | FLACExtractor.cpp | 49 static inline bool shouldExtractorOutputFloat(int bitsPerSample) in shouldExtractorOutputFloat() 412 unsigned bitsPerSample) { in copyTo16Signed() 435 unsigned bitsPerSample) { in copyToFloat() 626 const unsigned bitsPerSample = getBitsPerSample(); in readBuffer() local
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/ |
H A D | WavFormat.java | 35 public final int bitsPerSample; field in WavFormat 45 int bitsPerSample, in WavFormat()
|
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/extractor/src/main/java/com/google/android/exoplayer2/extractor/wav/ |
H A D | WavFormat.java | 35 public final int bitsPerSample; field in WavFormat 45 int bitsPerSample, in WavFormat()
|
/aosp_15_r20/packages/modules/Uwb/service/java/com/android/server/uwb/data/ |
D | UwbRadarData.java | 28 public int bitsPerSample; field in UwbRadarData 37 int bitsPerSample, in UwbRadarData()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/test/ |
D | btif_avrcp_audio_track_test.cc | 38 int bitsPerSample; member 82 constexpr int bitsPerSample = 16; in TEST_F() local
|
/aosp_15_r20/packages/modules/Uwb/service/support_lib/src/com/google/uwb/support/radar/ |
D | RadarData.java | 56 @BitsPerSample int bitsPerSample, in RadarData() 179 public RadarData.Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample()
|
D | RadarOpenSessionParams.java | 85 @BitsPerSample int bitsPerSample, in RadarOpenSessionParams() 377 public Builder setBitsPerSample(@BitsPerSample int bitsPerSample) { in setBitsPerSample()
|
/aosp_15_r20/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/a2dp/ |
D | A2dpCodecConfigTest.java | 822 int bitsPerSample, in testCodecParametersChangeHelper() 1111 int bitsPerSample, in buildBluetoothCodecConfig()
|
/aosp_15_r20/packages/modules/Bluetooth/system/btif/src/ |
D | btif_avrcp_audio_track.cc | 41 int bitsPerSample; member 96 void* BtifAvrcpAudioTrackCreate(int trackFreq, int bitsPerSample, int channelCount) { in BtifAvrcpAudioTrackCreate()
|
/aosp_15_r20/system/media/audio_utils/ |
H A D | tinysndfile.c | 200 unsigned bitsPerSample = little2u(&fmt[14]); in sf_open_read() local 316 unsigned bitsPerSample; in sf_open_write() local
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/generated-headers/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | AptxConfiguration.h | 28 int8_t bitsPerSample = 0; variable
|
D | LdacConfiguration.h | 30 int8_t bitsPerSample = 0; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/generated-headers/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | AptxConfiguration.h | 28 int8_t bitsPerSample = 0; variable
|
D | LdacConfiguration.h | 30 int8_t bitsPerSample = 0; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/generated-headers/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | LdacConfiguration.h | 30 int8_t bitsPerSample = 0; variable
|
D | AptxConfiguration.h | 28 int8_t bitsPerSample = 0; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/generated-headers/hardware/interfaces/bluetooth/audio/aidl/android.hardware.bluetooth.audio-V2-ndk-source/gen/include/aidl/android/hardware/bluetooth/audio/ |
D | LdacConfiguration.h | 30 int8_t bitsPerSample = 0; variable
|
/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/ |
D | AptxConfiguration.h | 36 int8_t bitsPerSample = 0; variable
|