Searched refs:getBitsPerSample (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/flac/dec/ |
D | FLACDecoder.cpp | 378 switch (getBitsPerSample()) { in parseMetadata() 385 ALOGE("parseMetadata: unsupported bits per sample %u", getBitsPerSample()); in parseMetadata() 409 entry.mBitsPerSample == getBitsPerSample()) { in parseMetadata() 460 mWriteHeader.bits_per_sample != getBitsPerSample()) { in decodeOneFrame() 462 getSampleRate(), getChannels(), getBitsPerSample(), in decodeOneFrame() 482 getChannels(), getBitsPerSample()); in decodeOneFrame()
|
D | FLACDecoder.h | 62 unsigned getBitsPerSample() const { in getBitsPerSample() function
|
/frameworks/av/media/extractors/flac/ |
D | FLACExtractor.cpp | 101 unsigned getBitsPerSample() const { in getBitsPerSample() function in android::FLACParser 564 switch (getBitsPerSample()) { in init() 570 ALOGE("unsupported bits per sample %u", getBitsPerSample()); in init() 609 table[i].mBitsPerSample == getBitsPerSample()) { in init() 678 mWriteHeader.bits_per_sample != getBitsPerSample()) { in readBuffer() 680 getSampleRate(), getChannels(), getBitsPerSample(), in readBuffer()
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 341 public int getBitsPerSample() { in getBitsPerSample() method in BluetoothCodecConfig
|
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/ |
D | BluetoothCodecConfigTest.java | 218 assertEquals(bits_per_sample, bcc.getBitsPerSample()); in testBluetoothCodecConfig_valid_get_methods()
|
/frameworks/base/config/ |
D | hiddenapi-light-greylist.txt | 1096 Landroid/bluetooth/BluetoothCodecConfig;->getBitsPerSample()I
|
D | boot-image-profile.txt | 16466 HSPLandroid/bluetooth/BluetoothCodecConfig;->getBitsPerSample()I
|