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

  /frameworks/av/media/libnbaio/
LibsndfileSink.cpp 45 sf_count_t actual = sf_writef_short(mSndfile, (short *) buffer, (sf_count_t) count);
  /system/media/audio_utils/include/audio_utils/
sndfile.h 78 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desired);
  /frameworks/av/media/libstagefright/codecs/amrnb/dec/test/
amrnbdec_test.cpp 134 sf_writef_short(handle, (int16_t*)outputBuf, kSamplesPerFrame);
  /frameworks/av/media/libstagefright/codecs/mp3dec/test/
mp3dec_test.cpp 119 sf_writef_short(handle, outputBuf,
  /frameworks/av/media/libstagefright/codecs/amrwb/test/
amrwbdec_test.cpp 163 sf_writef_short(handle, outputBuf, kSamplesPerFrame / kChannels);
  /system/media/audio_utils/tests/
fifo_tests.cpp 159 sf_count_t actualWritten = sf_writef_short(sfout, outputBuffer, framesRead);
  /frameworks/wilhelm/tests/examples/
slesTestRecBuffQueue.cpp 127 (void) sf_writef_short(sndfile, (const short *) temp, frameCount);
130 (void) sf_writef_short(sndfile, (const short *) pCntxt->pDataBase, frameCount);
slesTestFeedback.cpp 556 (void) sf_writef_short(sndfile, buffer, (sf_count_t) actual);
  /frameworks/av/services/audioflinger/tests/
test-mixer.cpp 75 (void) sf_writef_short(sf, (short*)buffer, frames);
  /frameworks/wilhelm/tools/permute/
permute.c 270 count = sf_writef_short(sf_out, &((short *) ptr)[sfinfo_in.channels * s.mSegmentArray[i]
  /frameworks/av/services/audioflinger/
test-resample.cpp 511 (void) sf_writef_short(sf, convert, output_frames);
  /system/media/audio_utils/
tinysndfile.c 570 sf_count_t sf_writef_short(SNDFILE *handle, const short *ptr, sf_count_t desiredFrames) function

Completed in 688 milliseconds