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

  /external/opencv3/3rdparty/include/ffmpeg_/libavutil/
audio_fifo.h 60 * @param nb_samples initial allocation size, in samples
64 int nb_samples);
70 * @param nb_samples new allocation size, in samples
73 int av_audio_fifo_realloc(AVAudioFifo *af, int nb_samples);
79 * is less than nb_samples.
86 * @param nb_samples number of samples to write
89 * actually written will always be nb_samples.
91 int av_audio_fifo_write(AVAudioFifo *af, void **data, int nb_samples);
101 * @param nb_samples number of samples to read
104 * be greater than nb_samples, and will only be less tha
    [all...]
samplefmt.h 152 * @param nb_samples the number of samples in a single channel
157 int av_samples_get_buffer_size(int *linesize, int nb_channels, int nb_samples,
183 * @param nb_samples the number of samples in a single channel
192 int nb_channels, int nb_samples,
196 * Allocate a samples buffer for nb_samples samples, and fill data pointers and
207 * @param nb_samples number of samples per channel
215 int nb_samples, enum AVSampleFormat sample_fmt, int align);
218 * Allocate a data pointers array, samples buffer for nb_samples
227 int nb_samples, enum AVSampleFormat sample_fmt, int align);
236 * @param nb_samples number of samples to be copie
    [all...]
frame.h 127 int nb_samples; member in struct:AVFrame
527 * - nb_samples and channel_layout for audio
  /external/libopus/src/
opus_decoder.c 588 int i, nb_samples; local
674 nb_samples=0;
678 ret = opus_decode_frame(st, data, size[i], pcm+nb_samples*st->channels, frame_size-nb_samples, 0);
683 nb_samples += ret;
685 st->last_packet_duration = nb_samples;
686 if (OPUS_CHECK_ARRAY(pcm, nb_samples*st->channels))
687 OPUS_PRINT_INT(nb_samples);
690 opus_pcm_soft_clip(pcm, nb_samples, st->channels, st->softclip_mem);
694 return nb_samples;
    [all...]
  /external/opencv3/3rdparty/include/ffmpeg_/libavcodec/
avcodec.h     [all...]

Completed in 385 milliseconds