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

/frameworks/av/media/libstagefright/
H A DFLACExtractor.cpp93 unsigned getChannels() const { function in class:android::FLACParser
558 if (getChannels() == 0 || getChannels() > 8) {
559 ALOGE("unsupported channel count %u", getChannels());
607 if (table[i].mChannels >= getChannels() &&
616 mTrackMetadata->setInt32(kKeyChannelCount, getChannels());
637 mMaxBufferSize = getMaxBlockSize() * getChannels() * sizeof(short);
676 mWriteHeader.channels != getChannels() ||
679 getSampleRate(), getChannels(), getBitsPerSample(),
690 size_t bufferSize = blocksize * getChannels() * sizeo
[all...]
/frameworks/av/services/audiopolicy/common/managerdefinitions/include/
H A DAudioProfile.h66 const ChannelsVector &getChannels() const { return mChannelMasks; } function in class:android::AudioProfile
170 setChannelsFor(profileToAdd->getChannels(), profileToAdd->getFormat());
263 dynamicFormatProfile->getChannels(),
306 sp<AudioProfile> profileToAdd = new AudioProfile(format, profile->getChannels(),
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/
H A DAudioProfile.cpp59 (left.getChannels() == compareTo.getChannels()) &&
H A DAudioPort.cpp80 const ChannelsVector &channelsToExport = mProfiles[profileIndex]->getChannels();
326 pickChannelMask(pickedChannelMask, mProfiles[i]->getChannels());
H A DSerializer.cpp206 profile->setDynamicChannels(profile->getChannels().isEmpty());

Completed in 1681 milliseconds