Home
last modified time | relevance | path

Searched refs:VICE_P_AV_RESCALE_Q (Results 1 – 4 of 4) sorted by relevance

/dports/emulators/vice/vice-3.5/src/gfxoutputdrv/
H A Dffmpegdrv.h55 #define VICE_P_AV_RESCALE_Q av_rescale_q macro
99 #define VICE_P_AV_RESCALE_Q (*ffmpeglib.p_av_rescale_q) macro
H A Dffmpegdrv.c564 …frame->pts = VICE_P_AV_RESCALE_Q(audio_st.samples_count, (AVRational){ 1, c->sample_rate }, c->tim…
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/gfxoutputdrv/
H A Dffmpegdrv.h55 #define VICE_P_AV_RESCALE_Q av_rescale_q macro
99 #define VICE_P_AV_RESCALE_Q (*ffmpeglib.p_av_rescale_q) macro
H A Dffmpegdrv.c571 frame->pts = VICE_P_AV_RESCALE_Q(audio_st.samples_count, tmp, c->time_base);
573 …frame->pts = VICE_P_AV_RESCALE_Q(audio_st.samples_count, (AVRational){ 1, c->sample_rate }, c->tim…