HomeSort by relevance Sort by last modified time
    Searched refs:getChannels (Results 1 - 6 of 6) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioData.java 84 public int getChannels() {
  /cts/apps/CtsVerifier/include/colorchecker/
testingimage.h 48 inline int getChannels() const { return mChannels; }
  /external/jmonkeyengine/engine/src/jogg/com/jme3/audio/plugins/
OGGLoader.java 176 int totalBytes = numSamples * streamHdr.getChannels() * 2;
179 // System.out.println("Channels: " + streamHdr.getChannels());
195 int bytesPerSec = 2 * streamHdr.getChannels() * streamHdr.getSampleRate();
269 audioBuffer.setupFormat(streamHdr.getChannels(), 16, streamHdr.getSampleRate());
274 audioStream.setupFormat(streamHdr.getChannels(), 16, streamHdr.getSampleRate());
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 93 unsigned getChannels() const {
537 if (getChannels() == 0 || getChannels() > 8) {
538 ALOGE("unsupported channel count %u", getChannels());
586 if (table[i].mChannels >= getChannels() &&
595 mTrackMetadata->setInt32(kKeyChannelCount, getChannels());
615 mMaxBufferSize = getMaxBlockSize() * getChannels() * sizeof(short);
654 mWriteHeader.channels != getChannels() ||
665 size_t bufferSize = blocksize * getChannels() * sizeof(short);
670 (*mCopy)(data, mWriteBuffer, blocksize, getChannels());
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java 82 public int getChannels() {
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java     [all...]

Completed in 435 milliseconds