Home
last modified time | relevance | path

Searched refs:PTS (Results 1 – 25 of 41) sorted by relevance

12

/third_party/skia/bench/
DVertBench.cpp39 PTS = (ROW + 1) * (COL + 1), enumerator
44 SkPoint fPts[PTS], fTex[PTS];
45 SkColor fColors[PTS];
85 SkASSERT(idx[i] < PTS); in VertBench()
92 SkASSERT(PTS == pts - fPts); in VertBench()
101 for (int i = 0; i < PTS; ++i) { in VertBench()
133 auto verts = SkVertices::MakeCopy(SkVertices::kTriangles_VertexMode, PTS, in onDraw()
DLineBench.cpp24 PTS = 500, enumerator
26 SkPoint fPts[PTS];
35 for (int i = 0; i < PTS; ++i) { in LineBench()
54 canvas->drawPoints(SkCanvas::kLines_PointMode, PTS, fPts, paint); in onDraw()
DScalarBench.cpp129 PTS = 100, enumerator
131 SkPoint fPts[PTS];
136 for (int i = 0; i < PTS; ++i) { in RectBoundsBench()
155 r.setBounds(fPts, PTS); in onDraw()
/third_party/ltp/testcases/open_posix_testsuite/
DNEWS5 PTS-1.5.1 has a plenty of AIO interface test additions and bug-fixes by Sebastien Decugis. Also the…
10 …port and contributions. Also exciting news about OSDL and Bull integrating PTS into OSDL's Scalabl…
13 …Special thanks goes to people who made contributions. And we are glad that PTS is helping kernel, …
19 …mation. The test result for this release can be found here: test results - PTS 1.4.1, Kernel 2.6.5…
/third_party/gstreamer/gstplugins_bad/gst/mpegtsdemux/
Dpesparse.c70 res->PTS = -1; in mpegts_parse_pes_header()
154 READ_TS (data, res->PTS, bad_PTS_value); in mpegts_parse_pes_header()
157 res->PTS, GST_TIME_ARGS (MPEGTIME_TO_GSTTIME (res->PTS))); in mpegts_parse_pes_header()
DTODO49 buffer/segment values. The mpeg-ts PCR/DTS/PTS values are indicated
64 => The outgoing buffers will be timestamped with their PTS values
111 => The outgoing buffers will be timestamped with their PTS values
126 => The outgoing buffer timestamps are timestamped with their PTS
Dpesparse.h159 guint64 PTS; /* PTS (-1 if not present or invalid) */ member
Dtsdemux.c3173 gst_ts_demux_record_pts (demux, stream, header.PTS, bufferoffset); in gst_ts_demux_parse_pes_header()
/third_party/gstreamer/gstreamer/docs/random/wtay/
Dtimecache73 * PTS + streamid to byte offset
85 - mpegdemux creates timecache for SCR, PTS + streamid
/third_party/ltp/testcases/open_posix_testsuite/Documentation/
DHOWTO_INDEX13 HOWTO_Release - describes how to release a version of PTS
DHOWTO_ResultCodes15 The PTS result codes are:
DHOWTO_ConformanceTest63 to define are considered speculative by PTS and are created in a
/third_party/ffmpeg/doc/
Dformats.texi47 Generate missing PTS if DTS is present.
49 Ignore DTS if PTS is set. Inert when nofillin is set.
229 Skip estimation of input duration when calculated using PTS.
Dbitstream_filters.texi679 Set PTS and DTS in packets.
686 Set expressions for PTS, DTS or both.
707 @item PTS
714 The PTS of the first packet.
720 The previous input PTS.
726 The previous output PTS.
Ddemuxers.texi652 Auto-detect whether to set mfra timestamps as PTS or DTS @emph{(default)}
658 Set mfra timestamps as PTS
705 Override teletext packet PTS and DTS values with the timestamps calculated
708 teletext packet PTS and DTS values untouched.
Dfilters.texi6325 frame PTS
6329 PTS at start of stream
6880 The PTS (Presentation TimeStamp) of the output audio frame,
6884 The PTS of the output audio frame, expressed in seconds.
12235 Assume the first PTS should be the given value, in seconds. This allows for
12237 about the first frame's expected PTS, so no padding or trimming is done.
12240 frames with a negative PTS.
12243 Timestamp (PTS) rounding method.
13953 …-i main.mpg -i ref.mkv -lavfi "[0:v]settb=AVTB,setpts=PTS-STARTPTS[main];[1:v]settb=AVTB,setpts=PT…
15595 to pass the two inputs through a @var{setpts=PTS-STARTPTS} filter to
[all …]
Dffprobe.texi173 For example, to show only the index and type of each stream, and the PTS
Dmuxers.texi1322 You can set the file name with current frame's PTS:
1577 as wallclock time and @samp{pts} to specify timesource as input packets' PTS
1581 where PTS values are set as as wallclock time at the source. For example, an
2040 PTS satisfies the relation:
2042 PTS >= start_time - time_delta
/third_party/gstreamer/gstreamer/docs/random/
Dporting-to-1.0.txt752 do not provide PTS anymore. In the 0.10 API they provided a PTS with
755 a 0 DTS (decoding timestamp) on the first buffer even if PTS is unset.
/third_party/ffmpeg/tests/fate/
Dmov.mak87 … pick the right frames according to edit list when there is no keyframe with PTS < edit list start.
Dlibswresample.mak362 …RGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100…
636 …RGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100…
970 …RGET_PATH)/tests/data/asynth-$(1)-1.wav -af atrim=end_sample=10240,asetpts=PTS+random\(0\)*200-100…
Dfilter-video.mak463 fate-filter-fps-start-fill: CMD = framecrc -lavfi testsrc2=r=7:d=1.5,setpts=PTS+14,fps=3:start_time…
/third_party/gstreamer/gstplugins_bad/sys/applemedia/
Davfvideosrc.m1177 GST_DEBUG_OBJECT (element, "AVF clock: %"GST_TIME_FORMAT ", AVF PTS: %"GST_TIME_FORMAT
1179 ", running time: %"GST_TIME_FORMAT ", out PTS: %"GST_TIME_FORMAT,
/third_party/gstreamer/gstplugins_good/
DChangeLog1537 if the PTS/DTS shift was determined from the ctts instead of the cslg.
2248 Instead of assuming that the PTS of a keyframe is the lowest PTS of a
2249 GOP, wait until the DTS has passed this PTS and take the minimum PTS up
2250 to that point. That way the minimum PTS of a GOP can be determined, at
2253 By knowing the minimum PTS of each GOP, keyframes can be requested at
2797 In case of B-Frame based media, the first frame PTS might be
3763 but now that we aim to estimate the PTS of the missing packet accurately,
3765 Meaning: If the packet have a PTS of X, the delay in asked for a RTX
6721 you are requesting have a PTS that is slightly old (but not too old when
6736 the PTS of the RTX-requested packet and the time it is requested on,
[all …]
/third_party/gstreamer/gstplugins_bad/
DChangeLog118 pcapparse: Set timestamp in DTS, not PTS
1722 av1parse: Copy the PTS and DURATION when we create data.
1724 buffers should inherit the PTS and DURATION from the original buffers.
3646 The problem is dealing with streams where the initial PTS/DTS observation might
3659 tsdemux: Handle streams with bogus PTS vs DTS
3660 PTS and DTS should be within a reasonable distance of each other.
3666 tsdemux: Handle PTS->TS at wraparound
4777 predict the appropriate local PTS.
6711 any (i.e. using DTS/PTS values as-is)
6910 pre-processed table which allows computing PTS from DTS with a simple offset.
[all …]

12