Home | History | Annotate | Download | only in include

Lines Matching refs:Fs

86   * enc = opus_encoder_create(Fs, channels, application, &error);
102 * error = opus_encoder_init(enc, Fs, channels, application);
197 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate of input signal (Hz)
209 opus_int32 Fs,
221 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate of input signal (Hz)
230 opus_int32 Fs,
341 * dec = opus_decoder_create(Fs, channels, &error);
344 * @li Fs is the sampling rate and must be 8000, 12000, 16000, 24000, or 48000
357 * error = opus_decoder_init(dec, Fs, channels);
409 * @param [in] Fs <tt>opus_int32</tt>: Sample rate to decode at (Hz).
416 * value for Fs. However, the decoder can efficiently decode to buffers
424 opus_int32 Fs,
434 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate to decode to (Hz).
442 opus_int32 Fs,
551 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate in Hz.
556 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_packet_get_samples_per_frame(const unsigned char *data, opus_int32 Fs) OPUS_ARG_NONNULL(1);
577 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate in Hz.
584 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_packet_get_nb_samples(const unsigned char packet[], opus_int32 len, opus_int32 Fs) OPUS_ARG_NONNULL(1);