Home
last modified time | relevance | path

Searched defs:sampleBuffer (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/oboe/samples/iolib/src/main/cpp/player/
DOneShotSampleSource.h30 OneShotSampleSource(SampleBuffer *sampleBuffer, float pan) : SampleSource(sampleBuffer, pan) {}; in OneShotSampleSource()
DSampleSource.h41 SampleSource(SampleBuffer *sampleBuffer, float pan) in SampleSource()
/third_party/node/test/parallel/
Dtest-zlib-brotli.js10 const sampleBuffer = fixtures.readSync('/pss-vectors.json'); constant
/third_party/skia/third_party/externals/oboe/samples/drumthumper/src/main/cpp/
DDrumPlayerJNI.cpp91 SampleBuffer* sampleBuffer = new SampleBuffer(); in Java_com_plausiblesoftware_drumthumper_DrumPlayer_loadWavAssetNative() local
/third_party/libsnd/src/ALAC/
Dalac_decoder.c137 alac_decode (ALAC_DECODER *p, struct BitBuffer * bits, int32_t * sampleBuffer, uint32_t numSamples,… in alac_decode()