Home
last modified time | relevance | path

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

12

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/output/
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()
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 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 Dmp4_lsmash.c101 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
114 uint32_t last_delta = largest_pts - second_largest_pts; 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
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libx264/
H A Dx264.c1892 int64_t second_largest_pts = -1; in encode() local
1975 second_largest_pts = largest_pts; in encode()
2035 …duration = (double)(2 * largest_pts - second_largest_pts) * param->i_timebase_num / param->i_timeb… in encode()
2048 cli_output.close_file( opt->hout, largest_pts, second_largest_pts ); in encode()
/dports/emulators/vice/vice-3.5/src/lib/libx264/output/
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()
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 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 Dmp4_lsmash.c101 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
114 uint32_t last_delta = largest_pts - second_largest_pts; 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
/dports/emulators/vice/vice-3.5/src/lib/libx264/
H A Dx264.c1892 int64_t second_largest_pts = -1; in encode() local
1975 second_largest_pts = largest_pts; in encode()
2035 …duration = (double)(2 * largest_pts - second_largest_pts) * param->i_timebase_num / param->i_timeb… in encode()
2048 cli_output.close_file( opt->hout, largest_pts, second_largest_pts ); in encode()
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/output/
H A Doutput.h82 virtual void closeFile(int64_t largest_pts, int64_t second_largest_pts) = 0;
H A Draw.h60 void closeFile(int64_t largest_pts, int64_t second_largest_pts);
/dports/graphics/libbpg/libbpg-0.9.8/x265/source/
H A Dx265.cpp721 int64_t second_largest_pts = 0; in main() local
725 second_largest_pts = -pts_queue->top(); in main()
732 cliopt.output->closeFile(largest_pts, second_largest_pts); in main()
/dports/multimedia/handbrake/x265_3.5/source/
H A DabrEncApp.cpp826 int64_t second_largest_pts = 0; in threadMain() local
830 second_largest_pts = -pts_queue->top(); in threadMain()
837 m_cliopt.output->closeFile(largest_pts, second_largest_pts); in threadMain()
/dports/multimedia/handbrake/x265_3.5/source/output/
H A Doutput.h82 virtual void closeFile(int64_t largest_pts, int64_t second_largest_pts) = 0;
H A Draw.h60 void closeFile(int64_t largest_pts, int64_t second_largest_pts);
/dports/multimedia/libx264/x264-5db6aa6cab1b146e07b60cc1736a01f21da01154/output/
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()
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 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 Dmp4_lsmash.c107 static int close_file( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts ) in close_file() argument
120 uint32_t last_delta = largest_pts - second_largest_pts; in close_file()
H A Doutput.h43 int (*close_file)( hnd_t handle, int64_t largest_pts, int64_t second_largest_pts );

12