HomeSort by relevance Sort by last modified time
    Searched refs:getChannels (Results 1 - 7 of 7) 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; }
  /frameworks/av/media/libstagefright/
FLACExtractor.cpp 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)
    [all...]
  /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());
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
AppleLosslessSpecificBox.java 82 public int getChannels() {
  /external/sonic/
Main.java 73 int numChannels = format.getChannels();
  /external/jmonkeyengine/engine/src/lwjgl/com/jme3/audio/lwjgl/
LwjglAudioRenderer.java     [all...]

Completed in 215 milliseconds