Searched defs:sample_delta (Results 1 – 6 of 6) sorted by relevance
/third_party/ffmpeg/libavresample/ |
D | resample.c | 233 int avresample_set_compensation(AVAudioResampleContext *avr, int sample_delta, in avresample_set_compensation()
|
/third_party/pulseaudio/src/pulsecore/ffmpeg/ |
D | resample2.c | 204 void av_resample_compensate(AVResampleContext *c, int sample_delta, int compensation_distance){ in av_resample_compensate()
|
/third_party/ffmpeg/libswresample/ |
D | resample.c | 431 static int set_compensation(ResampleContext *c, int sample_delta, int compensation_distance){ in set_compensation()
|
D | swresample.c | 897 int swr_set_compensation(struct SwrContext *s, int sample_delta, int compensation_distance){ in swr_set_compensation()
|
/third_party/gstreamer/gstplugins_good/gst/isomp4/ |
D | atoms.h | 359 gint32 sample_delta; member
|
D | atoms.c | 3215 atom_stts_add_entry (AtomSTTS * stts, guint32 sample_count, gint32 sample_delta) in atom_stts_add_entry()
|