Searched refs:FLAC__stream_encoder_process (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/content/browser/speech/
H A Daudio_encoder.cc96 FLAC__stream_encoder_process(encoder_, &flac_samples_ptr, num_samples);
/external/flac/include/FLAC/
H A Dstream_encoder.h109 * - The program calls FLAC__stream_encoder_process() or
172 * - Channel separate, through FLAC__stream_encoder_process() - The client
1419 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1482 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1548 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1583 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1620 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1652 * FLAC__stream_encoder_set_*() but before FLAC__stream_encoder_process()
1728 FLAC_API FLAC__bool FLAC__stream_encoder_process(FLAC__StreamEncoder *encoder, const FLAC__int32 * const buffer[], unsigned samples);
1749 * FLAC__stream_encoder_process()
[all...]
/external/flac/libFLAC/
H A Dstream_encoder.c505 * 'overread', we mean that the FLAC__stream_encoder_process*() calls will
1979 FLAC_API FLAC__bool FLAC__stream_encoder_process(FLAC__StreamEncoder *encoder, const FLAC__int32 * const buffer[], unsigned samples) function

Completed in 434 milliseconds