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

  /external/flac/libFLAC/include/private/
ogg_encoder_aspect.h 50 FLAC__uint64 samples_written; member in struct:FLAC__OggEncoderAspect
  /external/flac/libFLAC/
ogg_encoder_aspect.c 58 aspect->samples_written = 0;
137 packet.granulepos = aspect->samples_written + samples;
185 * FLAC__ASSERT(total_samples_estimate == 0 || total_samples_estimate == aspect->samples_written + samples);
224 aspect->samples_written += samples;
stream_encoder.c 400 FLAC__uint64 samples_written; member in struct:FLAC__StreamEncoderPrivate
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/audio/ums/
SDL_umsaudio.c 74 static UMSAudioDevice_ReturnCode UADWrite(_THIS, UMSAudioTypes_Buffer* buff, long samples, long* samples_written);
512 long* samples_written)
518 samples_written );
  /external/flac/include/FLAC/
stream_encoder.h 670 * \param samples_written Samples written so far.
677 typedef void (*FLAC__StreamEncoderProgressCallback)(const FLAC__StreamEncoder *encoder, FLAC__uint64 bytes_written, FLAC__uint64 samples_written, unsigned frames_written, unsigned total_frames_estimate, void *client_data);
    [all...]
  /external/qemu/audio/
ossaudio.c 393 int samples_written; local
415 samples_written = bytes_written >> hw->info.shift;
416 oss->pending -= samples_written;
417 oss->wpos = (oss->wpos + samples_written) % hw->samples;

Completed in 102 milliseconds