Home
last modified time | relevance | path

Searched defs:atempo (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavfilter/
H A Daf_atempo.c172 AVFILTER_DEFINE_CLASS(atempo); variable
174 inline static AudioFragment *yae_curr_frag(ATempoContext *atempo) in yae_curr_frag() argument
179 inline static AudioFragment *yae_prev_frag(ATempoContext *atempo) in yae_prev_frag() argument
187 static void yae_clear(ATempoContext *atempo) in yae_clear() argument
228 yae_release_buffers(ATempoContext *atempo) yae_release_buffers() argument
264 yae_reset(ATempoContext *atempo, enum AVSampleFormat format, int sample_rate, int channels) yae_reset() argument
338 ATempoContext *atempo = ctx->priv; yae_update() local
400 yae_downmix(ATempoContext *atempo, AudioFragment *frag) yae_downmix() argument
428 yae_load_data(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end, int64_t stop_here) yae_load_data() argument
503 yae_load_frag(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end) yae_load_frag() argument
583 yae_advance_to_next_frag(ATempoContext *atempo) yae_advance_to_next_frag() argument
689 yae_adjust_position(ATempoContext *atempo) yae_adjust_position() argument
766 yae_overlap_add(ATempoContext *atempo, uint8_t **dst_ref, uint8_t *dst_end) yae_overlap_add() argument
821 yae_apply(ATempoContext *atempo, const uint8_t **src_ref, const uint8_t *src_end, uint8_t **dst_ref, uint8_t *dst_end) yae_apply() argument
895 yae_flush(ATempoContext *atempo, uint8_t **dst_ref, uint8_t *dst_end) yae_flush() argument
986 ATempoContext *atempo = ctx->priv; init() local
994 ATempoContext *atempo = ctx->priv; uninit() local
1016 ATempoContext *atempo = ctx->priv; config_props() local
1024 push_samples(ATempoContext *atempo, AVFilterLink *outlink, int n_out) push_samples() argument
1053 ATempoContext *atempo = ctx->priv; filter_frame() local
1101 ATempoContext *atempo = ctx->priv; request_frame() local
[all...]

Completed in 2 milliseconds