Home
last modified time | relevance | path

Searched refs:getBitsPerSample (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/extractors/flac/
DFLACExtractor.cpp119 unsigned getBitsPerSample() const { in getBitsPerSample() function in android::FLACParser
522 switch (getBitsPerSample()) { in init()
530 ALOGE("unsupported bits per sample %u", getBitsPerSample()); in init()
549 AMEDIAFORMAT_KEY_BITS_PER_SAMPLE, getBitsPerSample()); in init()
607 mWriteHeader.bits_per_sample != getBitsPerSample()) { in readBuffer()
609 getSampleRate(), getChannels(), getBitsPerSample(), in readBuffer()
624 const unsigned bitsPerSample = getBitsPerSample(); in readBuffer()
769 mDataSource, mTrackMetadata, shouldExtractorOutputFloat(mParser->getBitsPerSample())); in getTrack()
781 shouldExtractorOutputFloat(mParser->getBitsPerSample()) in getTrackMetaData()
/frameworks/av/media/libstagefright/flac/dec/
DFLACDecoder.cpp317 switch (getBitsPerSample()) { in parseMetadata()
325 ALOGE("parseMetadata: unsupported bits per sample %u", getBitsPerSample()); in parseMetadata()
375 mWriteHeader.bits_per_sample != getBitsPerSample()) { in decodeOneFrame()
377 getSampleRate(), getChannels(), getBitsPerSample(), in decodeOneFrame()
400 const unsigned bitsPerSample = getBitsPerSample(); in decodeOneFrame()
DFLACDecoder.h62 unsigned getBitsPerSample() const { in getBitsPerSample() function
/frameworks/base/core/java/android/bluetooth/
DBluetoothCodecConfig.java385 public int getBitsPerSample() { in getBitsPerSample() method in BluetoothCodecConfig
/frameworks/base/core/tests/bluetoothtests/src/android/bluetooth/
DBluetoothCodecConfigTest.java218 assertEquals(bits_per_sample, bcc.getBitsPerSample()); in testBluetoothCodecConfig_valid_get_methods()
/frameworks/base/config/
Dboot-image-profile.txt41141 HSPLandroid/bluetooth/BluetoothCodecConfig;->getBitsPerSample()I