Home | History | Annotate | Download | only in include

Lines Matching refs:opus_int32

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,
252 * @param [in] max_data_bytes <tt>opus_int32</tt>: Size of the allocated
263 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_encode(
268 opus_int32 max_data_bytes
293 * @param [in] max_data_bytes <tt>opus_int32</tt>: Size of the allocated
304 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_encode_float(
309 opus_int32 max_data_bytes
409 * @param [in] Fs <tt>opus_int32</tt>: Sample rate to decode at (Hz).
424 opus_int32 Fs,
434 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate to decode to (Hz).
442 opus_int32 Fs,
449 * @param [in] len <tt>opus_int32</tt>: Number of bytes in payload*
465 opus_int32 len,
474 * @param [in] len <tt>opus_int32</tt>: Number of bytes in payload
490 opus_int32 len,
520 * @param [in] len <tt>opus_int32</tt>: size of data
529 opus_int32 len,
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);
567 * @param [in] len <tt>opus_int32</tt>: Length of packet
571 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_packet_get_nb_frames(const unsigned char packet[], opus_int32 len) OPUS_ARG_NONNULL(1);
575 * @param [in] len <tt>opus_int32</tt>: Length of packet
576 * @param [in] Fs <tt>opus_int32</tt>: Sampling rate in Hz.
582 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);
587 * @param [in] len <tt>opus_int32</tt>: Length of packet
591 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT int opus_decoder_get_nb_samples(const OpusDecoder *dec, const unsigned char packet[], opus_int32 len) OPUS_ARG_NONNULL(1) OPUS_ARG_NONNULL(2);
629 * opus_int32 out_len;
662 * opus_int32 len[(TARGET_DURATION_MS*2/5)+1];
665 * opus_int32 out_len;
805 * @param len <tt>opus_int32</tt>: The number of bytes in the packet data.
818 OPUS_EXPORT int opus_repacketizer_cat(OpusRepacketizer *rp, const unsigned char *data, opus_int32 len) OPUS_ARG_NONNULL(1) OPUS_ARG_NONNULL(2);
832 * @param maxlen <tt>opus_int32</tt>: The maximum number of bytes to store in
852 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_repacketizer_out_range(OpusRepacketizer *rp, int begin, int end, unsigned char *data, opus_int32 maxlen) OPUS_ARG_NONNULL(1) OPUS_ARG_NONNULL(4);
879 * @param maxlen <tt>opus_int32</tt>: The maximum number of bytes to store in
895 OPUS_EXPORT OPUS_WARN_UNUSED_RESULT opus_int32 opus_repacketizer_out(OpusRepacketizer *rp, unsigned char *data, opus_int32 maxlen) OPUS_ARG_NONNULL(1);