Lines Matching defs:samples
295 /* if there are any samples in the output FIFO or if the
296 user-supplied output buffer is not large enough for all samples,
305 /* if the user specified an output buffer, read samples from the output
395 * samples to the output fifo */
455 /* if resampling did not produce any samples, just return 0 */
589 int samples;
594 samples = out->linesize[0] / bytes_per_sample;
596 return samples;
599 return samples / channels;
755 int64_t samples = avresample_get_delay(avr) + (int64_t)in_nb_samples;
758 samples = av_rescale_rnd(samples,
764 samples += avresample_available(avr);
766 if (samples > INT_MAX)
769 return samples;