Home
last modified time | relevance | path

Searched refs:vpts (Results 1 – 25 of 196) sorted by relevance

12345678

/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/value-pairs/
H A Dcmdline.c42 if (vpts) in vp_cmdline_parse_rekey_finish()
64 if (!vpts) in vp_cmdline_rekey_verify()
73 return vpts; in vp_cmdline_rekey_verify()
257 if (!vpts) in vp_cmdline_parse_subkeys()
281 vpts = vp_cmdline_rekey_verify (key, vpts, data); in vp_cmdline_parse_rekey_replace_prefix()
282 if (!vpts) in vp_cmdline_parse_rekey_replace_prefix()
315 vpts = vp_cmdline_rekey_verify (key, vpts, data); in vp_cmdline_parse_rekey_add_prefix()
316 if (!vpts) in vp_cmdline_parse_rekey_add_prefix()
345 vpts = vp_cmdline_rekey_verify (key, vpts, data); in vp_cmdline_parse_rekey_shift()
346 if (!vpts) in vp_cmdline_parse_rekey_shift()
[all …]
H A Dtransforms.c238 ValuePairsTransformSet *vpts; in value_pairs_transform_set_new() local
240 vpts = g_new(ValuePairsTransformSet, 1); in value_pairs_transform_set_new()
241 vpts->transforms = NULL; in value_pairs_transform_set_new()
242 vpts->pattern = g_pattern_spec_new(glob); in value_pairs_transform_set_new()
244 return vpts; in value_pairs_transform_set_new()
251 vpts->transforms = g_list_append(vpts->transforms, vpt); in value_pairs_transform_set_add_func()
259 l = vpts->transforms; in value_pairs_transform_set_free()
265 g_pattern_spec_free(vpts->pattern); in value_pairs_transform_set_free()
266 g_free(vpts); in value_pairs_transform_set_free()
272 if (g_pattern_match_string(vpts->pattern, key->str)) in value_pairs_transform_set_apply()
[all …]
H A Dtransforms.h40 void value_pairs_transform_set_add_func(ValuePairsTransformSet *vpts, ValuePairsTransform *vpt);
41 void value_pairs_transform_set_free(ValuePairsTransformSet *vpts);
42 void value_pairs_transform_set_apply(ValuePairsTransformSet *vpts, GString *key);
/dports/multimedia/libxine/xine-lib-1.2.11/src/xine-engine/
H A Dmetronom.c554 if( vpts < this->spu.vpts ) in metronom_got_spu_packet()
555 vpts = this->spu.vpts; in metronom_got_spu_packet()
557 this->spu.vpts = vpts; in metronom_got_spu_packet()
623 t = this->video.vpts > this->audio.vpts ? this->video.vpts : this->audio.vpts; in metronom_handle_discontinuity()
739 this->video.vpts = this->audio.vpts; in metronom_handle_discontinuity()
781 this->video.vpts = this->audio.vpts; in metronom_handle_vdr_trick_pts()
794 this->audio.vpts = this->video.vpts; in metronom_handle_vdr_trick_pts()
1146 diff = this->audio.vpts - vpts; in metronom_got_audio_samples()
1163 diff = this->audio.vpts - vpts; in metronom_got_audio_samples()
1189 this->audio.vpts = vpts; in metronom_got_audio_samples()
[all …]
H A Dvideo_out.c1213 frame->grab_frame.vpts = vpts; in vo_grab_current_frame()
1403 dupl->vpts = img->vpts; in crop_frame()
2025 keep[0]->vpts = *vpts; in next_frame()
2071 img->vpts = *vpts; in next_frame()
2083 img->vpts = *vpts; in next_frame()
2095 *vpts = img->vpts; in next_frame()
2103 *vpts = img->vpts + duration; in next_frame()
2282 vpts = f->vpts; in paused_loop()
2298 f->vpts = vpts; in paused_loop()
2409 img->vpts = vpts; in video_out_loop()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/dxr3/
H A Ddxr3_scr.c50 static void dxr3_scr_start(scr_plugin_t *scr, int64_t vpts);
52 static void dxr3_scr_adjust(scr_plugin_t *scr, int64_t vpts);
124 static void dxr3_scr_start(scr_plugin_t *scr, int64_t vpts) in dxr3_scr_start() argument
127 uint32_t vpts32 = vpts >> 1; in dxr3_scr_start()
131 this->offset = vpts - ((int64_t)vpts32 << 1); in dxr3_scr_start()
134 lprintf("started with vpts %" PRId64 "\n", vpts); in dxr3_scr_start()
164 static void dxr3_scr_adjust(scr_plugin_t *scr, int64_t vpts) in dxr3_scr_adjust() argument
174 this->offset = vpts - ((int64_t)current_pts32 << 1); in dxr3_scr_adjust()
178 uint32_t vpts32 = vpts >> 1; in dxr3_scr_adjust()
182 this->offset = vpts - ((int64_t)vpts32 << 1); in dxr3_scr_adjust()
[all …]
H A Ddxr3_decode_video.c272 int64_t vpts; in dxr3_decode_data() local
278 vpts = 0; in dxr3_decode_data()
411 vpts = img->vpts; /* copy so we can free img */ in dxr3_decode_data()
435 vpts = 0; in dxr3_decode_data()
464 this->last_vpts = img->vpts; in dxr3_decode_data()
513 if (vpts) { in dxr3_decode_data()
530 vpts -= this->dts_offset[2]; in dxr3_decode_data()
532 delay = vpts - this->clock->get_current_time(this->clock); in dxr3_decode_data()
533 llprintf(LOG_PTS, "SETPTS got %" PRId64 "\n", vpts); in dxr3_decode_data()
538 uint32_t vpts32 = vpts; in dxr3_decode_data()
[all …]
/dports/audio/din/din-52/src/
H A Dcurve_display.cc40 for (int i = 0, j = curv.size(); i < j; ++i) n += curv[i].vpts.size (); in draw_curve()
47 vector<crvpt>& vpts = curv[i].vpts; in draw_curve() local
48 for (int p = 0, q = vpts.size (); p < q; ++p) { in draw_curve()
49 gl_pts[r++] = vpts[p].x; in draw_curve()
50 gl_pts[r++] = vpts[p].y; in draw_curve()
H A Dcurve.cc131vpts.clear (); for (list<crvpt>::const_iterator p = LIST_OF_POINTS.begin (), q = LIST_OF_POINTS.en… in eval()
148 int last = vpts.size () - 1; in calc_length()
150 crvpt& pi = vpts[i]; in calc_length()
151 crvpt& pj = vpts[i+1]; in calc_length()
155 vpts[last].t = 0; in calc_length()
162 crvpt& p01 = vpts[0]; in normalise_length()
167 int npts = vpts.size (); in normalise_length()
169 crvpt& pi = vpts[i]; in normalise_length()
H A Dmulti_curve.cc269 const vector<crvpt>& vpts = curv[0].vpts; in calc_bbox() local
270 b.left = b.right = vpts[0].x; in calc_bbox()
271 b.bottom = b.top = vpts[0].y; in calc_bbox()
273 const vector <crvpt>& vpts = curv[i].vpts; in calc_bbox() local
274 num_points = vpts.size (); in calc_bbox()
484 vector<crvpt>& vpts = c.vpts; in get_xy() local
489 crvpt& vm = vpts[m]; in get_xy()
490 crvpt& vn = vpts[m+1]; in get_xy()
504 vector<crvpt>& vpts = curv[i].vpts; in get_total_points() local
514 vector<crvpt>& vpts = curv[i].vpts; in get_profile_points() local
[all …]
/dports/graphics/quesa/quesa-1.8/Source/Core/Geometry/
H A DE3GeometryTorus.c250 vpts = (TQ3Uns32) subdivisionData.c2;
290 if (vpts < 3) vpts = 3;
297 numpoints = (upts + 1) * (vpts + 1);
298 numtriangles = upts * vpts * 2;
353 dvang = kQ32Pi / (float) vpts;
381 for (v=0; v<=vpts; v++) {
404 uvs[pnum].v = vMin + (((vDiff / (float) vpts)) * v);
422 for (v=0; v<vpts; v++) {
425 triangles[tnum].pointIndices[2] = pnum + vpts + 1 + v;
429 triangles[tnum].pointIndices[2] = pnum + vpts + 1 + v;
[all …]
H A DE3GeometryEllipsoid.c224 TQ3Uns32 vpts=8; // how many points around one elliptical cross-section
253 vpts = (TQ3Uns32) subdivisionData.c2;
279 vpts = (TQ3Uns32) ((kQ3Pi * bigLen) / subdivisionData.c1);
295 if (vpts < 3) vpts = 3;
308 ((upts + 1) * (vpts + 1)); // sides
309 numtriangles = upts * (vpts-1) * 2 // rows between circles
341 dvang = kQ3Pi / (float) (vpts+1);
415 for (v=0; v<=vpts; v++) {
448 uvs[pnum].v = vMax - ((vDiff / (float) vpts) * v);
459 } else if (v == vpts-1) {
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DArr_circle_segment_traits_2.h438 Point_2 vpts[2]; in operator() local
439 unsigned int n_vpts = cv.vertical_tangency_points (vpts); in operator()
446 vpts[0], vpts[1], in operator()
451 vpts[1], vpts[0], in operator()
460 cv.source(), vpts[0], in operator()
465 vpts[0], vpts[1], in operator()
470 vpts[1], in operator()
479 vpts[0], in operator()
484 vpts[0], in operator()
/dports/devel/boost-docs/boost_1_72_0/libs/compute/perf/
H A Dperf_accumulate.cpp59 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_accumulate() local
67 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_accumulate()
68 params->set(cache_key, "vpt", vpts[j]); in tune_accumulate()
74 best_vpt = vpts[j]; in tune_accumulate()
H A Dperf_saxpy.cpp78 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_saxpy() local
86 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_saxpy()
87 params->set(cache_key, "vpt", vpts[j]); in tune_saxpy()
93 best_vpt = vpts[j]; in tune_saxpy()
/dports/devel/boost-python-libs/boost_1_72_0/libs/compute/perf/
H A Dperf_accumulate.cpp59 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_accumulate() local
67 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_accumulate()
68 params->set(cache_key, "vpt", vpts[j]); in tune_accumulate()
74 best_vpt = vpts[j]; in tune_accumulate()
H A Dperf_saxpy.cpp78 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_saxpy() local
86 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_saxpy()
87 params->set(cache_key, "vpt", vpts[j]); in tune_saxpy()
93 best_vpt = vpts[j]; in tune_saxpy()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/compute/perf/
H A Dperf_accumulate.cpp59 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_accumulate() local
67 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_accumulate()
68 params->set(cache_key, "vpt", vpts[j]); in tune_accumulate()
74 best_vpt = vpts[j]; in tune_accumulate()
H A Dperf_saxpy.cpp78 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_saxpy() local
86 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_saxpy()
87 params->set(cache_key, "vpt", vpts[j]); in tune_saxpy()
93 best_vpt = vpts[j]; in tune_saxpy()
/dports/devel/boost-libs/boost_1_72_0/libs/compute/perf/
H A Dperf_accumulate.cpp59 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_accumulate() local
67 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_accumulate()
68 params->set(cache_key, "vpt", vpts[j]); in tune_accumulate()
74 best_vpt = vpts[j]; in tune_accumulate()
H A Dperf_saxpy.cpp78 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_saxpy() local
86 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_saxpy()
87 params->set(cache_key, "vpt", vpts[j]); in tune_saxpy()
93 best_vpt = vpts[j]; in tune_saxpy()
/dports/devel/hyperscan/boost_1_75_0/libs/compute/perf/
H A Dperf_accumulate.cpp59 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_accumulate() local
67 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_accumulate()
68 params->set(cache_key, "vpt", vpts[j]); in tune_accumulate()
74 best_vpt = vpts[j]; in tune_accumulate()
H A Dperf_saxpy.cpp78 const compute::uint_ vpts[] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 }; in tune_saxpy() local
86 for(size_t j = 0; j < sizeof(vpts) / sizeof(*vpts); j++){ in tune_saxpy()
87 params->set(cache_key, "vpt", vpts[j]); in tune_saxpy()
93 best_vpt = vpts[j]; in tune_saxpy()
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/parser/
H A DGop.java314 if (vpts[0].length > 1 && Math.abs(vpts[0][vpts[0].length-1] - vpts[0][0]) < 100) in goptest()
316 long a1 = vpts[0][0]; in goptest()
317 long a2 = vpts[1][0]; in goptest()
319 vpts = new long[2][1]; in goptest()
320 vpts[0][0] = a1; in goptest()
321 vpts[1][0] = a2; in goptest()
331 System.out.println("p" + i + " " + vpts[0][i] + "/ " + vpts[1][i]); in goptest()
757 else if (!last && s >= vpts[1][vpts[1].length - 1]) in goptest()
959 if (vpts[0].length > 1) in goptest()
1003 if (vpts[0].length < 2) in goptest()
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Arr_geometry_traits/
H A DBezier_bounding_rational_traits.h517 vpts); in compute_vertical_tangency_points()
527 while (! vpts.empty()) in compute_vertical_tangency_points()
530 vpt_min = vpt_it = vpts.begin(); in compute_vertical_tangency_points()
531 vpt_end = vpts.end(); in compute_vertical_tangency_points()
550 vpts.erase (vpt_min); in compute_vertical_tangency_points()
634 std::list<Vertical_tangency_point> vpts; in refine_vertical_tangency_point() local
639 CGAL_assertion(vpts.size() == 1); in refine_vertical_tangency_point()
641 ref_pt = vpts.front(); in refine_vertical_tangency_point()
1445 vpts); in _compute_vertical_tangency_points()
1499 vpts); in _compute_vertical_tangency_points()
[all …]

12345678