Lines Matching full:samples
174 * the encoder, each of the same length. The samples need not be
175 * block-aligned, but each channel should have the same number of samples.
180 * Again, the samples need not be block-aligned but they must be
187 * is 16 bits per sample, the samples should all be in the range [-32768,32767].
243 /**< The encoder is in the normal OK state and samples can be processed. */
247 * FLAC__stream_encoder_init_*() functions must be called before samples
530 * \a samples and \a current_frame are purely informational. If \a samples
539 * When writing the page header, the \a samples argument to the
548 * \param samples The number of samples encoded by \a buffer.
556 typedef FLAC__StreamEncoderWriteStatus (*FLAC__StreamEncoderWriteCallback)(const FLAC__StreamEncoder *encoder, const FLAC__byte buffer[], size_t bytes, unsigned samples, unsigned current_frame, void *client_data);
644 * minimum/maximum frame size and total samples).
670 * \param samples_written Samples written so far.
868 * The number of samples to use per frame. Use \c 0 to let the encoder
1084 /** Set an estimate of the total samples that will be encoded.
1397 /** Get the previously set estimate of the total samples to be encoded.
1400 * other way of knowing how many samples the client will encode.
1705 * pointers, each pointer pointing to an array of \a samples samples
1706 * representing one channel. The samples need not be block-aligned,
1707 * but each channel should have the same number of samples. Each sample
1710 * resolution is 16 bits per sample, the samples should all be in the
1719 * \param samples The number of samples in one channel.
1728 FLAC_API FLAC__bool FLAC__stream_encoder_process(FLAC__StreamEncoder *encoder, const FLAC__int32 * const buffer[], unsigned samples);
1734 * The samples need not be block-aligned but they must be
1739 * resolution is 16 bits per sample, the samples should all be in the
1748 * \param samples The number of samples in one channel, the same as for
1750 * encoding two channels, \c 1000 \a samples corresponds
1760 FLAC_API FLAC__bool FLAC__stream_encoder_process_interleaved(FLAC__StreamEncoder *encoder, const FLAC__int32 buffer[], unsigned samples);