Home
last modified time | relevance | path

Searched refs:getChannels (Results 1 – 8 of 8) sorted by relevance

/external/exoplayer/tree/extensions/flac/src/main/jni/
Dflac_parser.cc337 if (getChannels() == 0 || getChannels() > 8) { in decodeMetadata()
338 ALOGE("unsupported channel count %u", getChannels()); in decodeMetadata()
390 mWriteHeader.channels != getChannels() || in readBuffer()
395 getSampleRate(), getChannels(), getBitsPerSample(), in readBuffer()
402 size_t bufferSize = blocksize * getChannels() * bytesPerSample; in readBuffer()
413 blocksize, getChannels()); in readBuffer()
/external/oss-fuzz/projects/flac/
Dfuzzer_exo.cpp319 if (getChannels() == 0 || getChannels() > 8) { in decodeMetadata()
364 mWriteHeader.channels != getChannels() || in readBuffer()
370 size_t bufferSize = blocksize * getChannels() * bytesPerSample; in readBuffer()
377 blocksize, getChannels()); in readBuffer()
/external/sonic/
DMain.java73 int numChannels = format.getChannels(); in main()
/external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/apple/
DAppleLosslessSpecificBox.java82 public int getChannels() { in getChannels() method in AppleLosslessSpecificBox
/external/exoplayer/tree/extensions/flac/src/main/jni/include/
Dflac_parser.h55 unsigned getChannels() const { return mStreamInfo.channels; } in getChannels() function
/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java1157 SparseIntArray channels = data.getChannels(); in buildSoftApConfiguration()
/external/python/cpython3/Doc/whatsnew/
D2.2.rst945 channels = s.meerkat.getChannels()
/external/python/cpython2/Doc/whatsnew/
D2.2.rst945 channels = s.meerkat.getChannels()