Home
last modified time | relevance | path

Searched refs:get_pts (Results 1 – 25 of 68) sorted by relevance

123

/dports/multimedia/mpv/mpv-0.34.1/filters/
H A Dframe.c15 double (*get_pts)(void *data); member
100 .get_pts = video_get_pts,
111 .get_pts = audio_get_pts,
165 if (frame_handlers[frame.type].get_pts) in mp_frame_get_pts()
166 return frame_handlers[frame.type].get_pts(frame.data); in mp_frame_get_pts()
172 if (frame_handlers[frame.type].get_pts) in mp_frame_set_pts()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/gstreamer-0.15.7/src/
H A Dbuffer_serde.rs25 buffer.serialize_field("pts", &self.get_pts())?; in serialize()
160 assert_eq!(buffer.get_pts(), 1.into()); in test_deserialize()
183 assert_eq!(buffer.get_pts(), 1.into()); in test_deserialize()
212 assert_eq!(buffer_de.get_pts(), buffer.get_pts()); in test_serde_roundtrip()
H A Dbufferlist_serde.rs174 assert_eq!(buffer.get_pts(), 1.into()); in test_deserialize()
182 assert_eq!(buffer.get_pts(), 5.into()); in test_deserialize()
224 assert_eq!(buffer.get_pts(), 1.into()); in test_serde_roundtrip()
232 assert_eq!(buffer.get_pts(), 5.into()); in test_serde_roundtrip()
/dports/multimedia/termplay/termplay-2.0.6/cargo-crates/gstreamer-0.15.0/src/
H A Dbuffer_serde.rs25 buffer.serialize_field("pts", &self.get_pts())?; in serialize()
160 assert_eq!(buffer.get_pts(), 1.into()); in test_deserialize()
183 assert_eq!(buffer.get_pts(), 1.into()); in test_deserialize()
212 assert_eq!(buffer_de.get_pts(), buffer.get_pts()); in test_serde_roundtrip()
H A Dbufferlist_serde.rs174 assert_eq!(buffer.get_pts(), 1.into()); in test_deserialize()
182 assert_eq!(buffer.get_pts(), 5.into()); in test_deserialize()
224 assert_eq!(buffer.get_pts(), 1.into()); in test_serde_roundtrip()
232 assert_eq!(buffer.get_pts(), 5.into()); in test_serde_roundtrip()
/dports/net-im/fractal/fractal-4.4.0/vendor/gstreamer/src/
H A Dbuffer_serde.rs25 buffer.serialize_field("pts", &self.get_pts())?; in serialize()
160 assert_eq!(buffer.get_pts(), 1.into()); in test_deserialize()
183 assert_eq!(buffer.get_pts(), 1.into()); in test_deserialize()
212 assert_eq!(buffer_de.get_pts(), buffer.get_pts()); in test_serde_roundtrip()
H A Dbufferlist_serde.rs174 assert_eq!(buffer.get_pts(), 1.into()); in test_deserialize()
182 assert_eq!(buffer.get_pts(), 5.into()); in test_deserialize()
224 assert_eq!(buffer.get_pts(), 1.into()); in test_serde_roundtrip()
232 assert_eq!(buffer.get_pts(), 5.into()); in test_serde_roundtrip()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dffm.c57 static int64_t get_pts(AVFormatContext *s, offset_t pos);
407 pts_start = get_pts(s, pos_min); in adjust_write_index()
409 pts = get_pts(s, pos_max); in adjust_write_index()
416 pts_start = get_pts(s, pos_min); in adjust_write_index()
418 pts = get_pts(s, pos_max); in adjust_write_index()
430 newpts = get_pts(s, newpos); in adjust_write_index()
653 static int64_t get_pts(AVFormatContext *s, offset_t pos) in get_pts() function
685 pts_min = get_pts(s, pos_min); in ffm_seek()
686 pts_max = get_pts(s, pos_max); in ffm_seek()
695 pts = get_pts(s, pos); in ffm_seek()
H A Dmpeg.c121 static int64_t get_pts(ByteIOContext *pb, int c) in get_pts() function
309 dts = pts = get_pts(s->pb, c); in mpegps_read_pes_header()
312 dts = get_pts(s->pb, -1); in mpegps_read_pes_header()
330 dts = pts = get_pts(s->pb, -1); in mpegps_read_pes_header()
333 dts = get_pts(s->pb, -1); in mpegps_read_pes_header()
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dmyth.c294 static LLONG get_pts(struct ccx_demuxer *ctx, int c) in get_pts() function
444 dts = pts = get_pts(ctx, c); in mpegps_read_pes_header()
449 pts = get_pts(ctx, c); in mpegps_read_pes_header()
450 dts = get_pts(ctx, -1); in mpegps_read_pes_header()
466 dts = pts = get_pts(ctx, -1); in mpegps_read_pes_header()
472 pts = get_pts(ctx, -1); in mpegps_read_pes_header()
473 dts = get_pts(ctx, -1); in mpegps_read_pes_header()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavformat/
H A Dstldec.c54 static int64_t get_pts(char **buf, int *duration) in get_pts() function
95 pts_start = get_pts(&p , &duration); in stl_read_header()
H A Dmicrodvddec.c58 static int64_t get_pts(const char *buf) in get_pts() function
141 sub->pts = get_pts(line); in microdvd_read_header()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavformat/
H A Dstldec.c54 static int64_t get_pts(char **buf, int *duration) in get_pts() function
95 pts_start = get_pts(&p , &duration); in stl_read_header()
H A Dmicrodvddec.c58 static int64_t get_pts(const char *buf) in get_pts() function
144 sub->pts = get_pts(line); in microdvd_read_header()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavformat/
H A Dstldec.c54 static int64_t get_pts(char **buf, int *duration) in get_pts() function
95 pts_start = get_pts(&p , &duration); in stl_read_header()
H A Dmicrodvddec.c58 static int64_t get_pts(const char *buf) in get_pts() function
141 pts = get_pts(line); in microdvd_read_header()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavformat/
H A Dstldec.c54 static int64_t get_pts(char **buf, int *duration) in get_pts() function
95 pts_start = get_pts(&p , &duration); in stl_read_header()
H A Dmicrodvddec.c58 static int64_t get_pts(const char *buf) in get_pts() function
141 pts = get_pts(line); in microdvd_read_header()
/dports/multimedia/handbrake/ffmpeg-4.4/libavformat/
H A Dstldec.c54 static int64_t get_pts(char **buf, int *duration) in get_pts() function
95 pts_start = get_pts(&p , &duration); in stl_read_header()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/pb_s_am/pbam/src/
H A DSystemAM.cpp207 trans = xyzI.get_pts()[j] + com * -1.0; in SystemAM()
227 pqrI.get_radii(), xyzI.get_pts()[j], i, j, in SystemAM()
234 xyzI.get_pts()[j], i, j, in SystemAM()
285 Pt dist_to_new = get_centeri(k) - xyzI.get_pts()[j]; in reset_positions()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavformat/
H A Dsrtdec.c54 static int64_t get_pts(const char **buf, int *duration, in get_pts() function
106 pts = get_pts(&ptr, &duration, &x1, &y1, &x2, &y2); in srt_read_header()
H A Dmicrodvddec.c58 static int64_t get_pts(const char *buf) in get_pts() function
140 sub->pts = get_pts(line); in microdvd_read_header()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavformat/
H A Dsrtdec.c54 static int64_t get_pts(const char **buf, int *duration, in get_pts() function
106 pts = get_pts(&ptr, &duration, &x1, &y1, &x2, &y2); in srt_read_header()
H A Dmicrodvddec.c58 static int64_t get_pts(const char *buf) in get_pts() function
140 sub->pts = get_pts(line); in microdvd_read_header()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DUpdatesManager.cpp278 if (get_pts() == -1) { in get_difference()
292 CHECK(get_pts() != -1); in run_get_difference()
298 int32 pts = get_pts(); in run_get_difference()
425 …if (pts > get_pts() || (0 < pts && pts < get_pts() - 399999)) { // pts can only go up or drop car… in set_pts()
426 if (pts < get_pts() - 399999) { in set_pts()
437 } else if (pts < get_pts()) { in set_pts()
1449 auto old_pts = get_pts(); in on_get_difference()
1457 auto new_pts = get_pts(); in on_get_difference()
1562 if (get_pts() == -1) { in on_pending_updates()
1999 int32 old_pts = get_pts(); in add_pending_pts_update()
[all …]

123