Home
last modified time | relevance | path

Searched refs:atempo (Results 1 – 25 of 34) sorted by relevance

12

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Daf_atempo.c315 atempo->ring = atempo->window * 3; in yae_reset()
316 RE_MALLOC_OR_FAIL(atempo->buffer, atempo->ring * atempo->stride); in yae_reset()
453 uint8_t *a = atempo->buffer + atempo->tail * atempo->stride; in yae_load_data()
459 atempo->size = FFMIN(atempo->size + na, atempo->ring); in yae_load_data()
460 atempo->tail = (atempo->tail + na) % atempo->ring; in yae_load_data()
474 atempo->size = FFMIN(atempo->size + nb, atempo->ring); in yae_load_data()
475 atempo->tail = (atempo->tail + nb) % atempo->ring; in yae_load_data()
550 nb = atempo->head < atempo->tail ? 0 : atempo->tail; in yae_load_frag()
555 a = atempo->buffer + atempo->head * atempo->stride; in yae_load_frag()
1105 atempo->dst_end = atempo->dst + n_out * atempo->stride; in filter_frame()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Daf_atempo.c315 atempo->ring = atempo->window * 3; in yae_reset()
316 RE_MALLOC_OR_FAIL(atempo->buffer, atempo->ring * atempo->stride); in yae_reset()
453 uint8_t *a = atempo->buffer + atempo->tail * atempo->stride; in yae_load_data()
459 atempo->size = FFMIN(atempo->size + na, atempo->ring); in yae_load_data()
460 atempo->tail = (atempo->tail + na) % atempo->ring; in yae_load_data()
474 atempo->size = FFMIN(atempo->size + nb, atempo->ring); in yae_load_data()
475 atempo->tail = (atempo->tail + nb) % atempo->ring; in yae_load_data()
550 nb = atempo->head < atempo->tail ? 0 : atempo->tail; in yae_load_frag()
555 a = atempo->buffer + atempo->head * atempo->stride; in yae_load_frag()
1105 atempo->dst_end = atempo->dst + n_out * atempo->stride; in filter_frame()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Daf_atempo.c315 atempo->ring = atempo->window * 3; in yae_reset()
316 RE_MALLOC_OR_FAIL(atempo->buffer, atempo->ring * atempo->stride); in yae_reset()
453 uint8_t *a = atempo->buffer + atempo->tail * atempo->stride; in yae_load_data()
459 atempo->size = FFMIN(atempo->size + na, atempo->ring); in yae_load_data()
460 atempo->tail = (atempo->tail + na) % atempo->ring; in yae_load_data()
474 atempo->size = FFMIN(atempo->size + nb, atempo->ring); in yae_load_data()
475 atempo->tail = (atempo->tail + nb) % atempo->ring; in yae_load_data()
550 nb = atempo->head < atempo->tail ? 0 : atempo->tail; in yae_load_frag()
555 a = atempo->buffer + atempo->head * atempo->stride; in yae_load_frag()
1105 atempo->dst_end = atempo->dst + n_out * atempo->stride; in filter_frame()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Daf_atempo.c315 atempo->ring = atempo->window * 3; in yae_reset()
316 RE_MALLOC_OR_FAIL(atempo->buffer, atempo->ring * atempo->stride); in yae_reset()
453 uint8_t *a = atempo->buffer + atempo->tail * atempo->stride; in yae_load_data()
459 atempo->size = FFMIN(atempo->size + na, atempo->ring); in yae_load_data()
460 atempo->tail = (atempo->tail + na) % atempo->ring; in yae_load_data()
474 atempo->size = FFMIN(atempo->size + nb, atempo->ring); in yae_load_data()
475 atempo->tail = (atempo->tail + nb) % atempo->ring; in yae_load_data()
550 nb = atempo->head < atempo->tail ? 0 : atempo->tail; in yae_load_frag()
555 a = atempo->buffer + atempo->head * atempo->stride; in yae_load_frag()
1105 atempo->dst_end = atempo->dst + n_out * atempo->stride; in filter_frame()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Daf_atempo.c311 atempo->ring = atempo->window * 3; in yae_reset()
312 RE_MALLOC_OR_FAIL(atempo->buffer, atempo->ring * atempo->stride); in yae_reset()
463 uint8_t *a = atempo->buffer + atempo->tail * atempo->stride; in yae_load_data()
469 atempo->size = FFMIN(atempo->size + na, atempo->ring); in yae_load_data()
470 atempo->tail = (atempo->tail + na) % atempo->ring; in yae_load_data()
484 atempo->size = FFMIN(atempo->size + nb, atempo->ring); in yae_load_data()
485 atempo->tail = (atempo->tail + nb) % atempo->ring; in yae_load_data()
560 nb = atempo->head < atempo->tail ? 0 : atempo->tail; in yae_load_frag()
565 a = atempo->buffer + atempo->head * atempo->stride; in yae_load_frag()
1110 atempo->dst_end = atempo->dst + n_out * atempo->stride; in filter_frame()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Daf_atempo.c306 atempo->ring = atempo->window * 3; in yae_reset()
307 RE_MALLOC_OR_FAIL(atempo->buffer, atempo->ring * atempo->stride); in yae_reset()
458 uint8_t *a = atempo->buffer + atempo->tail * atempo->stride; in yae_load_data()
464 atempo->size = FFMIN(atempo->size + na, atempo->ring); in yae_load_data()
465 atempo->tail = (atempo->tail + na) % atempo->ring; in yae_load_data()
479 atempo->size = FFMIN(atempo->size + nb, atempo->ring); in yae_load_data()
480 atempo->tail = (atempo->tail + nb) % atempo->ring; in yae_load_data()
555 nb = atempo->head < atempo->tail ? 0 : atempo->tail; in yae_load_frag()
560 a = atempo->buffer + atempo->head * atempo->stride; in yae_load_frag()
1098 atempo->dst_end = atempo->dst + n_out * atempo->stride; in filter_frame()
[all …]
H A Dallfilters.c78 REGISTER_FILTER(ATEMPO, atempo, af); in avfilter_register_all()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Daf_atempo.c306 atempo->ring = atempo->window * 3; in yae_reset()
307 RE_MALLOC_OR_FAIL(atempo->buffer, atempo->ring * atempo->stride); in yae_reset()
458 uint8_t *a = atempo->buffer + atempo->tail * atempo->stride; in yae_load_data()
464 atempo->size = FFMIN(atempo->size + na, atempo->ring); in yae_load_data()
465 atempo->tail = (atempo->tail + na) % atempo->ring; in yae_load_data()
479 atempo->size = FFMIN(atempo->size + nb, atempo->ring); in yae_load_data()
480 atempo->tail = (atempo->tail + nb) % atempo->ring; in yae_load_data()
555 nb = atempo->head < atempo->tail ? 0 : atempo->tail; in yae_load_frag()
560 a = atempo->buffer + atempo->head * atempo->stride; in yae_load_frag()
1098 atempo->dst_end = atempo->dst + n_out * atempo->stride; in filter_frame()
[all …]
H A Dallfilters.c78 REGISTER_FILTER(ATEMPO, atempo, af); in avfilter_register_all()
/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/cores/AudioEngine/Engines/ActiveAE/
H A DActiveAEFilter.cpp114 const AVFilter *atempo; in CreateAtempoFilter() local
116 atempo = avfilter_get_by_name("atempo"); in CreateAtempoFilter()
117 m_pFilterCtxAtempo = avfilter_graph_alloc_filter(m_pFilterGraph, atempo, "atempo"); in CreateAtempoFilter()
/dports/audio/sfront/sfront-0.99/src/
H A Dreadscore.c2245 tnode * ctempo, * stempo, * atempo; in maketempomap() local
2258 atempo = abssasl->temporoot; in maketempomap()
2269 while (ctempo || stempo || atempo) in maketempomap()
2286 addtempomap(&atempo, tptr); in maketempomap()
2289 if (atempo->time < ctempo->time) in maketempomap()
2290 addtempomap(&atempo, tptr); in maketempomap()
2295 if (stempo->time < atempo->time) in maketempomap()
2298 addtempomap(&atempo, tptr); in maketempomap()
2301 if ((stempo->time <= atempo->time) && in maketempomap()
2306 if (atempo->time < ctempo->time) in maketempomap()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/
H A DChangelog347 - atempo filter
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/
H A DChangelog347 - atempo filter
/dports/www/firefox-legacy/firefox-52.8.0esr/media/ffvpx/
H A DChangelog493 - atempo filter
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/
H A Dfilters.texi2138 @section atempo
2148 possible to daisy-chain several instances of atempo to achieve the
2157 atempo=0.8
2163 atempo=3
2167 To speed up audio to 300% tempo by daisy-chaining two atempo instances:
2169 atempo=sqrt(3),atempo=sqrt(3)
20356 asendcmd=c='4.0 atempo tempo 1.5',atempo
20362 asendcmd=c='4.0 atempo@@my tempo 1.5',atempo@@my
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/
H A DChangelog846 - atempo filter
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/
H A DChangelog915 - atempo filter
/dports/multimedia/handbrake/ffmpeg-4.4/
H A DChangelog968 - atempo filter
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/
H A DChangelog893 - atempo filter
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/doc/
H A Dfilters.texi2438 @section atempo
2448 possible to daisy-chain several instances of atempo to achieve the
2457 atempo=0.8
2463 atempo=3
2467 To speed up audio to 300% tempo by daisy-chaining two atempo instances:
2469 atempo=sqrt(3),atempo=sqrt(3)
23670 asendcmd=c='4.0 atempo tempo 1.5',atempo
23676 asendcmd=c='4.0 atempo@@my tempo 1.5',atempo@@my
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/doc/
H A Dfilters.texi2513 @section atempo
2523 possible to daisy-chain several instances of atempo to achieve the
2532 atempo=0.8
2538 atempo=3
2542 To speed up audio to 300% tempo by daisy-chaining two atempo instances:
2544 atempo=sqrt(3),atempo=sqrt(3)
24313 asendcmd=c='4.0 atempo tempo 1.5',atempo
24319 asendcmd=c='4.0 atempo@@my tempo 1.5',atempo@@my
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/doc/
H A Dfilters.texi1060 @section atempo
1074 atempo=0.8
1080 atempo=1.25
10487 asendcmd=c='4.0 atempo tempo 1.5',atempo
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/doc/
H A Dfilters.texi1060 @section atempo
1074 atempo=0.8
1080 atempo=1.25
10487 asendcmd=c='4.0 atempo tempo 1.5',atempo
/dports/multimedia/handbrake/ffmpeg-4.4/doc/
H A Dfilters.texi2866 @section atempo
2876 possible to daisy-chain several instances of atempo to achieve the
2885 atempo=0.8
2891 atempo=3
2895 To speed up audio to 300% tempo by daisy-chaining two atempo instances:
2897 atempo=sqrt(3),atempo=sqrt(3)
25607 asendcmd=c='4.0 atempo tempo 1.5',atempo
25613 asendcmd=c='4.0 atempo@@my tempo 1.5',atempo@@my
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/doc/
H A Dfilters.texi2866 @section atempo
2876 possible to daisy-chain several instances of atempo to achieve the
2885 atempo=0.8
2891 atempo=3
2895 To speed up audio to 300% tempo by daisy-chaining two atempo instances:
2897 atempo=sqrt(3),atempo=sqrt(3)
25607 asendcmd=c='4.0 atempo tempo 1.5',atempo
25613 asendcmd=c='4.0 atempo@@my tempo 1.5',atempo@@my

12