Home
last modified time | relevance | path

Searched refs:second_largest_pts (Results 1 – 25 of 37) sorted by relevance

12

/dports/emulators/vice/vice-3.5/src/lib/libx264/output/
H A Dmatroska.c199 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
205 …i_last_delta = p_mkv->i_timebase_den ? (int64_t)(((largest_pts - second_largest_pts) * p_mkv->i_ti… in close_file()
H A Doutput.h43 int (*close_file)( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts );
H A Draw.c60 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
H A Dmp4.c105 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
133 uint64_t mdhd_duration = (2 * largest_pts - second_largest_pts) * p_mp4->i_time_inc; in close_file()
137 …hd_duration > last_dts ? mdhd_duration - last_dts : (largest_pts - second_largest_pts) * p_mp4->i_… in close_file()
H A Dflv.c310 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
318 total_duration = (2 * largest_pts - second_largest_pts) * p_flv->d_timebase; in close_file()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/output/
H A Dmatroska.c199 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
205 …i_last_delta = p_mkv->i_timebase_den ? (int64_t)(((largest_pts - second_largest_pts) * p_mkv->i_ti… in close_file()
H A Doutput.h43 int (*close_file)( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts );
H A Draw.c60 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
H A Dmp4.c105 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
133 uint64_t mdhd_duration = (2 * largest_pts - second_largest_pts) * p_mp4->i_time_inc; in close_file()
137 …hd_duration > last_dts ? mdhd_duration - last_dts : (largest_pts - second_largest_pts) * p_mp4->i_… in close_file()
/dports/multimedia/x265/source/output/
H A Draw.h60 void closeFile(int64_t largest_pts, int64_t second_largest_pts);
H A Doutput.h82 virtual void closeFile(int64_t largest_pts, int64_t second_largest_pts) = 0;
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/output/
H A Draw.h60 void closeFile(int64_t largest_pts, int64_t second_largest_pts);
H A Doutput.h82 virtual void closeFile(int64_t largest_pts, int64_t second_largest_pts) = 0;
/dports/multimedia/handbrake/x265_3.5/source/output/
H A Draw.h60 void closeFile(int64_t largest_pts, int64_t second_largest_pts);
H A Doutput.h82 virtual void closeFile(int64_t largest_pts, int64_t second_largest_pts) = 0;
/dports/multimedia/x264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/output/
H A Doutput.h43 int (*close_file)( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts );
H A Dmatroska.c206 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
212 …i_last_delta = p_mkv->i_timebase_den ? (int64_t)(((largest_pts - second_largest_pts) * p_mkv->i_ti… in close_file()
H A Draw.c60 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
H A Dmp4.c101 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
129 uint64_t mdhd_duration = (2 * largest_pts - second_largest_pts) * p_mp4->i_time_inc; in close_file()
133 …hd_duration > last_dts ? mdhd_duration - last_dts : (largest_pts - second_largest_pts) * p_mp4->i_… in close_file()
H A Dflv.c317 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
330 total_duration = (2 * largest_pts - second_largest_pts) * p_flv->d_timebase; in close_file()
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/output/
H A Doutput.h43 int (*close_file)( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts );
H A Dmatroska.c206 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
212 …i_last_delta = p_mkv->i_timebase_den ? (int64_t)(((largest_pts - second_largest_pts) * p_mkv->i_ti… in close_file()
H A Draw.c60 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
H A Dmp4.c101 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
129 uint64_t mdhd_duration = (2 * largest_pts - second_largest_pts) * p_mp4->i_time_inc; in close_file()
133 …hd_duration > last_dts ? mdhd_duration - last_dts : (largest_pts - second_largest_pts) * p_mp4->i_… in close_file()
H A Dflv.c317 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
330 total_duration = (2 * largest_pts - second_largest_pts) * p_flv->d_timebase; in close_file()

12