Searched refs:getBitsPerSample (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/extractors/flac/ |
D | FLACExtractor.cpp | 119 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/ |
D | FLACDecoder.cpp | 317 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()
|
D | FLACDecoder.h | 62 unsigned getBitsPerSample() const { in getBitsPerSample() function
|
/frameworks/base/core/java/android/bluetooth/ |
D | BluetoothCodecConfig.java | 385 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 | boot-image-profile.txt | 41141 HSPLandroid/bluetooth/BluetoothCodecConfig;->getBitsPerSample()I
|