Home
last modified time | relevance | path

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

/dports/math/py-pytorchvideo/pytorchvideo-0.1.3/pytorchvideo/data/
H A Dencoded_video_torchvision.py118 video_start_pts = secs_to_pts(
127 if pts >= video_start_pts and pts <= video_end_pts
172 video_start_pts, video_end_pts = start_pts, end_pts
191 video_start_pts,
228 video_start_pts = int(vframes_pts[0])
249 video_start_pts,
H A Dencoded_video_pyav.py148 video_start_pts = secs_to_pts(
158 if pts >= video_start_pts and pts <= video_end_pts
/dports/multimedia/mencoder/mplayer-export-2021-12-29/
H A Dmplayer.c507 double video_start_pts = MP_NOPTS_VALUE; in print_file_properties() local
522 video_start_pts = ds_get_next_pts(mpctx->d_video); in print_file_properties()
535 if (video_start_pts != MP_NOPTS_VALUE) { in print_file_properties()
537 (mpctx->sh_video && video_start_pts < start_pts)) in print_file_properties()
538 start_pts = video_start_pts; in print_file_properties()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/
H A Dmplayer.c507 double video_start_pts = MP_NOPTS_VALUE; in print_file_properties() local
522 video_start_pts = ds_get_next_pts(mpctx->d_video); in print_file_properties()
535 if (video_start_pts != MP_NOPTS_VALUE) { in print_file_properties()
537 (mpctx->sh_video && video_start_pts < start_pts)) in print_file_properties()
538 start_pts = video_start_pts; in print_file_properties()