Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:getChannels

93     unsigned getChannels() const {
558 if (getChannels() == 0 || getChannels() > 8) {
559 ALOGE("unsupported channel count %u", getChannels());
607 if (table[i].mChannels >= getChannels() &&
616 mTrackMetadata->setInt32(kKeyChannelCount, getChannels());
636 mMaxBufferSize = getMaxBlockSize() * getChannels() * sizeof(short);
675 mWriteHeader.channels != getChannels() ||
678 getSampleRate(), getChannels(), getBitsPerSample(),
689 size_t bufferSize = blocksize * getChannels() * sizeof(short);
694 (*mCopy)(data, mWriteBuffer, blocksize, getChannels());