OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBitsPerSample
(Results
1 - 2
of
2
) sorted by null
/frameworks/av/media/libstagefright/flac/dec/
FLACDecoder.h
62
unsigned
getBitsPerSample
() const {
/frameworks/av/media/extractors/flac/
FLACExtractor.cpp
119
unsigned
getBitsPerSample
() const {
522
switch (
getBitsPerSample
()) {
530
ALOGE("unsupported bits per sample %u",
getBitsPerSample
());
549
AMEDIAFORMAT_KEY_BITS_PER_SAMPLE,
getBitsPerSample
());
607
mWriteHeader.bits_per_sample !=
getBitsPerSample
()) {
609
getSampleRate(), getChannels(),
getBitsPerSample
(),
624
const unsigned bitsPerSample =
getBitsPerSample
();
769
mDataSource, mTrackMetadata, shouldExtractorOutputFloat(mParser->
getBitsPerSample
()));
781
shouldExtractorOutputFloat(mParser->
getBitsPerSample
())
Completed in 3631 milliseconds