Searched refs:sample_delta (Results 1 – 10 of 10) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | resample.c | 233 int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta, in avresample_set_compensation() argument 240 if (!compensation_distance && sample_delta) in avresample_set_compensation() 251 (int64_t)sample_delta / compensation_distance; in avresample_set_compensation()
|
D | avresample.h | 386 int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta,
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
D | avcodec.h | 70 void av_resample_compensate(struct AVResampleContext *c, int sample_delta, int compensation_distanc…
|
D | resample2.c | 204 void av_resample_compensate(AVResampleContext *c, int sample_delta, int compensation_distance){ in av_resample_compensate() argument 207 …c->dst_incr = c->ideal_dst_incr - c->ideal_dst_incr * (int64_t)sample_delta / compensation_distanc… in av_resample_compensate()
|
/third_party/ffmpeg/libswresample/ |
D | swresample.h | 353 int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance);
|
D | resample.c | 431 static int set_compensation(ResampleContext *c, int sample_delta, int compensation_distance){ in set_compensation() argument 434 if (compensation_distance && sample_delta) { in set_compensation() 442 …c->dst_incr = c->ideal_dst_incr - c->ideal_dst_incr * (int64_t)sample_delta / compensation_distanc… in set_compensation()
|
D | swresample_internal.h | 76 typedef int (* set_compensation_func)(struct ResampleContext *c, int sample_delta, int compensa…
|
D | swresample.c | 897 int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance){ in swr_set_compensation() argument 902 if (!compensation_distance && sample_delta) in swr_set_compensation() 913 return s->resampler->set_compensation(s->resample, sample_delta, compensation_distance); in swr_set_compensation()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.c | 2054 prop_copy_int32 (entry->sample_delta, buffer, size, offset); in atom_stts_copy_data() 3215 atom_stts_add_entry (AtomSTTS * stts, guint32 sample_count, gint32 sample_delta) in atom_stts_add_entry() argument 3223 if (entry && entry->sample_delta == sample_delta) { in atom_stts_add_entry() 3229 nentry.sample_delta = sample_delta; in atom_stts_add_entry() 3427 sum += (guint64) (entry->sample_count) * entry->sample_delta; in atom_stts_get_total_duration() 3474 entry->sample_delta = duration; in timecode_atom_trak_set_duration()
|
D | atoms.h | 359 gint32 sample_delta; member
|