Home
last modified time | relevance | path

Searched refs:audio_delay (Results 1 – 25 of 177) sorted by last modified time

12345678

/dports/x11-wm/afterstep/AfterStep-1.0/modules/Audio/
H A DAudio.c93 time_t audio_delay = 0; /* seconds */ variable
253 audio_delay = atoi(p); in config()
375 if (now < (last_time + audio_delay)) in Loop()
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dcore.cpp2076 if (mset.audio_delay != 0) { in startMplayer()
2077 proc->setOption("delay", QString::number((double) mset.audio_delay/1000)); in startMplayer()
3505 mset.audio_delay = delay; in setAudioDelay()
3507 proc->setAudioDelay((double) mset.audio_delay/1000); in setAudioDelay()
3513 setAudioDelay(mset.audio_delay + 100); in incAudioDelay()
3518 setAudioDelay(mset.audio_delay - 100); in decAudioDelay()
H A Dmediasettings.cpp60 audio_delay=0; in reset()
369 set->setValue( "audio_delay", audio_delay); in save()
513 audio_delay = set->value( "audio_delay", audio_delay).toInt(); in load()
H A Dbasegui.cpp4701 tr("Audio delay (in milliseconds):"), core->mset.audio_delay, in showAudioDelayDialog()
4705 … tr("Audio delay (in milliseconds):"), core->mset.audio_delay, in showAudioDelayDialog()
H A Dmediasettings.h96 int audio_delay; variable
/dports/multimedia/smplayer/smplayer-21.10.0/src/shortcuts/
H A Dvlc.keys72 audio_delay
H A Deuskara.keys67 audio_delay
H A Ddefault.keys73 audio_delay
/dports/multimedia/mplex/mplex-1.1/
H A Dmultplex.c61 double delay,audio_delay,video_delay; local
226 audio_delay = (double)audio_delay_ms*(double)(CLOCKS/1000);
246 audio_delay += delay;
249 make_timecode (audio_delay, &SCR_audio_delay);
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmplayer.c257 float audio_delay; variable
1948 ctx->delay = -audio_delay; in mp_dvdnav_reset_stream()
1949 audio_delay = 0.0f; in mp_dvdnav_reset_stream()
2065 double AV_delay = a_pts - audio_delay - v_pts; in adjust_sync_and_print_status()
2074 if (AV_delay > 0.5 && correct_pts && mpctx->delay < -audio_delay - 30) { in adjust_sync_and_print_status()
2085 mpctx->delay = -audio_delay; in adjust_sync_and_print_status()
2107 print_status(a_pts - audio_delay, AV_delay, c_total); in adjust_sync_and_print_status()
2733 if (demux_seek(mpctx->demuxer, amount, audio_delay, style) == 0) in seek()
3664 audio_delay += mpctx->sh_video->stream_delay; in main()
3670 audio_delay -= mpctx->sh_audio->stream_delay; in main()
[all …]
/dports/multimedia/mpv/mpv-0.34.1/options/
H A Doptions.c559 {"audio-delay", OPT_FLOAT(audio_delay)},
H A Doptions.h225 float audio_delay; member
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmplayer.c257 float audio_delay; variable
1948 ctx->delay = -audio_delay; in mp_dvdnav_reset_stream()
1949 audio_delay = 0.0f; in mp_dvdnav_reset_stream()
2065 double AV_delay = a_pts - audio_delay - v_pts; in adjust_sync_and_print_status()
2074 if (AV_delay > 0.5 && correct_pts && mpctx->delay < -audio_delay - 30) { in adjust_sync_and_print_status()
2085 mpctx->delay = -audio_delay; in adjust_sync_and_print_status()
2107 print_status(a_pts - audio_delay, AV_delay, c_total); in adjust_sync_and_print_status()
2733 if (demux_seek(mpctx->demuxer, amount, audio_delay, style) == 0) in seek()
3664 audio_delay += mpctx->sh_video->stream_delay; in main()
3670 audio_delay -= mpctx->sh_audio->stream_delay; in main()
[all …]
/dports/multimedia/replex/replex-0.1.6.8/
H A Dreplex.c2442 rx->audio_delay, rx->fd_out, fill_buffers, in do_replex()
2567 rx.audio_delay = strtol(optarg,(char **)NULL, 0) in main()
H A Dreplex.h71 uint64_t audio_delay; member
/dports/multimedia/mpv/mpv-0.34.1/player/
H A Daudio.c549 ao_c->delay = mpctx->opts->audio_delay; in reinit_audio_chain_src()
786 *pts = mpctx->video_pts - opts->audio_delay; in get_sync_pts()
H A Dcommand.c1745 *(char **)arg = format_delay(mpctx->opts->audio_delay); in mp_property_audio_delay()
6705 if (opt_ptr == &opts->audio_delay) { in mp_option_change_callback()
6707 mpctx->delay += mpctx->opts->audio_delay - mpctx->ao_chain->delay; in mp_option_change_callback()
6708 mpctx->ao_chain->delay = mpctx->opts->audio_delay; in mp_option_change_callback()
H A Dvideo.c354 double a_pts = written_audio_pts(mpctx) + opts->audio_delay - mpctx->delay; in adjust_sync()
641 + opts->audio_delay + offset; in update_av_diff()
H A Dmisc.c149 return -opts->audio_delay; in get_track_seek_offset()
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmEvent/
H A DFvwmEvent.c88 static time_t audio_delay = 0; /* seconds */ variable
359 if (now < last_time + audio_delay + start_audio_delay) in main()
550 audio_delay = atoi(token); in handle_config_line()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_mf.c37 static void demux_seek_mf(demuxer_t *demuxer,float rel_seek_secs,float audio_delay,int flags){ in demux_seek_mf() argument
H A Ddemux_lavf.c747 static void demux_seek_lavf(demuxer_t *demuxer, float rel_seek_secs, float audio_delay, int flags){ in demux_seek_lavf() argument
750 …T_DEMUX,MSGL_DBG2,"demux_seek_lavf(%p, %f, %f, %d)\n", demuxer, rel_seek_secs, audio_delay, flags); in demux_seek_lavf()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpdemux/
H A Ddemux_mf.c37 static void demux_seek_mf(demuxer_t *demuxer,float rel_seek_secs,float audio_delay,int flags){ in demux_seek_mf() argument
H A Ddemux_lavf.c747 static void demux_seek_lavf(demuxer_t *demuxer, float rel_seek_secs, float audio_delay, int flags){ in demux_seek_lavf() argument
750 …T_DEMUX,MSGL_DBG2,"demux_seek_lavf(%p, %f, %f, %d)\n", demuxer, rel_seek_secs, audio_delay, flags); in demux_seek_lavf()
/dports/devel/libspice-server/spice-0.15.0/subprojects/spice-common/common/
H A Dgenerated_client_marshallers.c143 spice_marshaller_add_uint32(m, src->audio_delay); in spice_marshall_msgc_display_stream_report()

12345678