Home
last modified time | relevance | path

Searched refs:startpts (Results 1 – 25 of 72) sorted by path

123

/dports/audio/openal-soft/openal-soft-1.21.1/examples/
H A Dalffplay.cpp610 nanoseconds startpts{mCurrentPts -
612 mDeviceStartTime = device_time - src_offset - startpts;
616 nanoseconds startpts{mCurrentPts - AudioBufferTotalTime};
617 mDeviceStartTime = device_time - src_offset - startpts;
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/doc/
H A Dfilters.texi2072 @item startpts
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Ddvd_nav_parser.c64 uint32_t startpts = AV_RB32(&buf[0x0D]); in dvd_nav_parse() local
67 if (endpts > startpts) { in dvd_nav_parse()
69 s->pts = (int64_t)startpts; in dvd_nav_parse()
70 s->duration = endpts - startpts; in dvd_nav_parse()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dmpeg.c288 uint32_t startpts = AV_RB32(ps2buf + 0x0d); in mpegps_read_pes_header() local
300 endpts >= startpts); in mpegps_read_pes_header()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/doc/
H A Dfilters.texi2072 @item startpts
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Ddvd_nav_parser.c64 uint32_t startpts = AV_RB32(&buf[0x0D]); in dvd_nav_parse() local
67 if (endpts > startpts) { in dvd_nav_parse()
69 s->pts = (int64_t)startpts; in dvd_nav_parse()
70 s->duration = endpts - startpts; in dvd_nav_parse()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dmpeg.c288 uint32_t startpts = AV_RB32(ps2buf + 0x0d); in mpegps_read_pes_header() local
300 endpts >= startpts); in mpegps_read_pes_header()
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/ns-eel2/
H A Dnseel-compiler.c1497 startPtr *startpts=NULL; in NSEEL_code_compile() local
1583 if (!scode) scode=startpts=tmp; in NSEEL_code_compile()
1602 startPtr *p=startpts; in NSEEL_code_compile()
1620 p=startpts; in NSEEL_code_compile()
/dports/math/gap/gap-4.11.0/pkg/rcwa-4.6.4/lib/
H A Drcwamap.gi9025 local cycles, cycle, cycs, lngs, lng, startpts, cycbound,
9046 startpts := List(Filtered(cycs,cyc->Length(cyc)=lng),l->l[1]);
9048 for r in Filtered(startpts,s->s<m) do
9049 if IsSubset(startpts,[r,r+m..modbound-m+r]) and
/dports/misc/vxl/vxl-3.3.2/contrib/tbl/vipl/section/
H A Dvipl_section_descriptor.h49 vipl_section_descriptor( std::vector< int >& startpts , std::vector< int >& endpts);
/dports/multimedia/dvbcut/dvbcut-deb-0.7.3/src/
H A Ddvbcut.cpp776 pts_t startpts=(*mpg)[0].getpts(), stoppts, savedtime=0; in fileExport() local
780 startpts=quick_picture_lookup[num].startpts; in fileExport()
786 .arg(num+1).arg(ptsstring(startpts).c_str(),ptsstring(stoppts).c_str())); in fileExport()
2531 pts_t startpts, stoppts, outpts=0; in update_quick_picture_lookup_table() local
2542 startpts=(*mpg)[0].getpts()-firstpts; in update_quick_picture_lookup_table()
2546 startpts=0; in update_quick_picture_lookup_table()
2559 startpts=eli.getpts(); in update_quick_picture_lookup_table()
2572 outpts+=stoppts-startpts; in update_quick_picture_lookup_table()
2582 chapterlist.push_back(eli.getpts()-startpts+outpts); in update_quick_picture_lookup_table()
2596 outpts+=stoppts-startpts; in update_quick_picture_lookup_table()
[all …]
H A Ddvbcut.h56 pts_t startpts; member
63 …startpicture(_startpicture), startpts(_startpts), stoppicture(_stoppicture), stoppts(_stoppts), ou… in quick_picture_lookup_s()
H A Dmpgfile.cpp291 pts_t startpts=idx[idx.indexnr(picture)].getpts(); in playaudio() local
292 pts_t stoppts=startpts; in playaudio()
295 startpts+=ms*90; in playaudio()
331 pts=it->headerpts(startpts); in playaudio()
336 if (pts<=startpts) in playaudio()
338 if (pts>=startpts) in playaudio()
360 uint32_t startbufferpos=sd->closestptsbufferpos(startpts); in playaudio()
406 pts_t startpts = framerate / 300; in savempg() local
408 mux.setpts(i,startpts); in savempg()
765 pts_t startpts=idx[idx.indexnr(start)].getpts(); in recodevideo() local
[all …]
/dports/multimedia/dvdauthor/dvdauthor-d5bb0b/src/
H A Dda-internal.h114 pts_t startpts,endpts; member
H A Ddvdauthor.c1543 c->startpts=starttime*90000+.5; in source_add_cell()
H A Ddvdvob.c2063 v = findnearestvobu(thissource->vob, thissource->cells[k].startpts); in MarkChapters()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/doc/
H A Dfilters.texi6328 @item startpts
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Ddvd_nav_parser.c64 uint32_t startpts = AV_RB32(&buf[0x0D]); in dvd_nav_parse() local
67 if (endpts > startpts) { in dvd_nav_parse()
69 s->pts = (int64_t)startpts; in dvd_nav_parse()
70 s->duration = endpts - startpts; in dvd_nav_parse()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dmpeg.c286 uint32_t startpts = AV_RB32(ps2buf + 0x0d); in mpegps_read_pes_header() local
298 endpts >= startpts); in mpegps_read_pes_header()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/doc/
H A Dfilters.texi4937 @item startpts
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Ddvd_nav_parser.c64 uint32_t startpts = AV_RB32(&buf[0x0D]); in dvd_nav_parse() local
67 if (endpts > startpts) { in dvd_nav_parse()
69 s->pts = (int64_t)startpts; in dvd_nav_parse()
70 s->duration = endpts - startpts; in dvd_nav_parse()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dmpeg.c297 uint32_t startpts = AV_RB32(ps2buf + 0x0d); in mpegps_read_pes_header() local
309 endpts >= startpts); in mpegps_read_pes_header()
/dports/multimedia/handbrake/ffmpeg-4.4/doc/
H A Dfilters.texi6328 @item startpts
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Ddvd_nav_parser.c64 uint32_t startpts = AV_RB32(&buf[0x0D]); in dvd_nav_parse() local
67 if (endpts > startpts) { in dvd_nav_parse()
69 s->pts = (int64_t)startpts; in dvd_nav_parse()
70 s->duration = endpts - startpts; in dvd_nav_parse()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dmpeg.c286 uint32_t startpts = AV_RB32(ps2buf + 0x0d); in mpegps_read_pes_header() local
298 endpts >= startpts); in mpegps_read_pes_header()

123