HomeSort by relevance Sort by last modified time
    Searched refs:getChannels (Results 1 - 5 of 5) 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 {
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);
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java     [all...]

Completed in 211 milliseconds