Home
last modified time | relevance | path

Searched defs:sample_delta (Results 1 – 6 of 6) sorted by relevance

/third_party/ffmpeg/libavresample/
Dresample.c233 int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta, in avresample_set_compensation()
/third_party/pulseaudio/src/pulsecore/ffmpeg/
Dresample2.c204 void av_resample_compensate(AVResampleContext *c, int sample_delta, int compensation_distance){ in av_resample_compensate()
/third_party/ffmpeg/libswresample/
Dresample.c431 static int set_compensation(ResampleContext *c, int sample_delta, int compensation_distance){ in set_compensation()
Dswresample.c897 int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance){ in swr_set_compensation()
/third_party/gstreamer/gstplugins_good/gst/isomp4/
Datoms.h359 gint32 sample_delta; member
Datoms.c3215 atom_stts_add_entry (AtomSTTS * stts, guint32 sample_count, gint32 sample_delta) in atom_stts_add_entry()