Home
last modified time | relevance | path

Searched refs:float_pts (Results 1 – 6 of 6) sorted by relevance

/dports/x11-clocks/dclock/dclock/
H A DDclock.c1112 XfFillPolygon(dpy, pix, gc, float_pts, num_pts, fgi) in XfFillPolygon() argument
1116 XfPoint *float_pts;
1128 if (float_pts[i].x < minx) minx = float_pts[i].x;
1129 if (float_pts[i].x > maxx) maxx = float_pts[i].x;
1130 if (float_pts[i].y < miny) miny = float_pts[i].y;
1131 if (float_pts[i].y > maxy) maxy = float_pts[i].y;
1140 float_pts, num_pts);
1143 float_pts, num_pts);
/dports/multimedia/handbrake/ffmpeg-4.4/fftools/
H A Dffmpeg.c939 double float_pts = AV_NOPTS_VALUE; // this is identical to frame.pts but with higher precision in adjust_frame_pts_to_encoder_tb() local
954 float_pts = in adjust_frame_pts_to_encoder_tb()
957 float_pts /= 1 << extra_bits; in adjust_frame_pts_to_encoder_tb()
959 float_pts += FFSIGN(float_pts) * 1.0 / (1<<17); in adjust_frame_pts_to_encoder_tb()
972 float_pts, in adjust_frame_pts_to_encoder_tb()
977 return float_pts; in adjust_frame_pts_to_encoder_tb()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/fftools/
H A Dffmpeg.c939 double float_pts = AV_NOPTS_VALUE; // this is identical to frame.pts but with higher precision in adjust_frame_pts_to_encoder_tb() local
954 float_pts = in adjust_frame_pts_to_encoder_tb()
957 float_pts /= 1 << extra_bits; in adjust_frame_pts_to_encoder_tb()
959 float_pts += FFSIGN(float_pts) * 1.0 / (1<<17); in adjust_frame_pts_to_encoder_tb()
972 float_pts, in adjust_frame_pts_to_encoder_tb()
977 return float_pts; in adjust_frame_pts_to_encoder_tb()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/fftools/
H A Dffmpeg.c1460 …double float_pts = AV_NOPTS_VALUE; // this is identical to filtered_frame.pts but with higher prec… in reap_filters() local
1484 float_pts = in reap_filters()
1487 float_pts /= 1 << extra_bits; in reap_filters()
1489 float_pts += FFSIGN(float_pts) * 1.0 / (1<<17); in reap_filters()
1506 float_pts, in reap_filters()
1510 do_video_out(of, ost, filtered_frame, float_pts); in reap_filters()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/fftools/
H A Dffmpeg.c1458 …double float_pts = AV_NOPTS_VALUE; // this is identical to filtered_frame.pts but with higher prec… in reap_filters() local
1482 float_pts = in reap_filters()
1485 float_pts /= 1 << extra_bits; in reap_filters()
1487 float_pts += FFSIGN(float_pts) * 1.0 / (1<<17); in reap_filters()
1502 float_pts, in reap_filters()
1506 do_video_out(of, ost, filtered_frame, float_pts); in reap_filters()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/fftools/
H A Dffmpeg.c1447 …double float_pts = AV_NOPTS_VALUE; // this is identical to filtered_frame.pts but with higher prec… in reap_filters() local
1471 float_pts = in reap_filters()
1474 float_pts /= 1 << extra_bits; in reap_filters()
1476 float_pts += FFSIGN(float_pts) * 1.0 / (1<<17); in reap_filters()
1491 float_pts, in reap_filters()
1495 do_video_out(of, ost, filtered_frame, float_pts); in reap_filters()