INT64 211 compat/avisynth/avisynth_c.h INT64 num_audio_samples; INT64 315 compat/avisynth/avisynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_frames(const AVS_VideoInfo * p, INT64 frames) INT64 316 compat/avisynth/avisynth_c.h { return ((INT64)(frames) * p->audio_samples_per_second * p->fps_denominator / p->fps_numerator); } INT64 318 compat/avisynth/avisynth_c.h AVSC_INLINE int avs_frames_from_audio_samples(const AVS_VideoInfo * p, INT64 samples) INT64 319 compat/avisynth/avisynth_c.h { return (int)(samples * (INT64)p->fps_numerator / (INT64)p->fps_denominator / (INT64)p->audio_samples_per_second); } INT64 321 compat/avisynth/avisynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_bytes(const AVS_VideoInfo * p, INT64 bytes) INT64 324 compat/avisynth/avisynth_c.h AVSC_INLINE INT64 avs_bytes_from_audio_samples(const AVS_VideoInfo * p, INT64 samples) INT64 596 compat/avisynth/avisynth_c.h INT64 start, INT64 count); INT64 616 compat/avisynth/avisynth_c.h INT64 start, INT64 count); INT64 167 compat/avisynth/avxsynth_c.h INT64 num_audio_samples; INT64 259 compat/avisynth/avxsynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_frames(const AVS_VideoInfo * p, INT64 frames) INT64 260 compat/avisynth/avxsynth_c.h { return ((INT64)(frames) * p->audio_samples_per_second * p->fps_denominator / p->fps_numerator); } INT64 262 compat/avisynth/avxsynth_c.h AVSC_INLINE int avs_frames_from_audio_samples(const AVS_VideoInfo * p, INT64 samples) INT64 263 compat/avisynth/avxsynth_c.h { return (int)(samples * (INT64)p->fps_numerator / (INT64)p->fps_denominator / (INT64)p->audio_samples_per_second); } INT64 265 compat/avisynth/avxsynth_c.h AVSC_INLINE INT64 avs_audio_samples_from_bytes(const AVS_VideoInfo * p, INT64 bytes) INT64 268 compat/avisynth/avxsynth_c.h AVSC_INLINE INT64 avs_bytes_from_audio_samples(const AVS_VideoInfo * p, INT64 samples) INT64 461 compat/avisynth/avxsynth_c.h INT64 integer64; // match addition of __int64 to avxplugin.h INT64 556 compat/avisynth/avxsynth_c.h INT64 start, INT64 count); INT64 579 compat/avisynth/avxsynth_c.h INT64 start, INT64 count);