Searched refs:getChannels (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp93 unsigned getChannels() const { function in class:android::FLACParser
510 switch (getChannels()) {
515 ALOGE("unsupported channel count %u", getChannels());
559 if (table[i].mChannels == getChannels() &&
568 mTrackMetadata->setInt32(kKeyChannelCount, getChannels());
588 mMaxBufferSize = getMaxBlockSize() * getChannels() * sizeof(short);
627 mWriteHeader.channels != getChannels() ||
638 size_t bufferSize = blocksize * getChannels() * sizeof(short);

Completed in 110 milliseconds