Home
last modified time | relevance | path

Searched refs:from_h (Results 1 – 25 of 114) sorted by relevance

12345

/dports/lang/perl5.34/perl-5.34.0/lib/File/
H A DCopy.pm147 my $from_h;
149 $from_h = $from;
151 open $from_h, "<", $from or goto fail_open1;
152 binmode $from_h or die "($!,$^E)";
159 $size = tied(*$from_h) ? 0 : -s $from_h || 0;
177 defined($r = sysread($from_h, $buf, $size))
187 close($from_h) || goto fail_open1 if $closefrom;
204 close $from_h;
/dports/lang/perl5.30/perl-5.30.3/lib/File/
H A DCopy.pm147 my $from_h;
149 $from_h = $from;
151 open $from_h, "<", $from or goto fail_open1;
152 binmode $from_h or die "($!,$^E)";
159 $size = tied(*$from_h) ? 0 : -s $from_h || 0;
177 defined($r = sysread($from_h, $buf, $size))
187 close($from_h) || goto fail_open1 if $closefrom;
204 close $from_h;
/dports/lang/perl5.32/perl-5.32.1/lib/File/
H A DCopy.pm147 my $from_h;
149 $from_h = $from;
151 open $from_h, "<", $from or goto fail_open1;
152 binmode $from_h or die "($!,$^E)";
159 $size = tied(*$from_h) ? 0 : -s $from_h || 0;
177 defined($r = sysread($from_h, $buf, $size))
187 close($from_h) || goto fail_open1 if $closefrom;
204 close $from_h;
/dports/sysutils/usermin/usermin-1.830/authentic-theme/lib/File/
H A DCopy.pm147 my $from_h;
149 $from_h = $from;
151 open $from_h, "<", $from or goto fail_open1;
152 binmode $from_h or die "($!,$^E)";
159 $size = tied(*$from_h) ? 0 : -s $from_h || 0;
177 defined($r = sysread($from_h, $buf, $size))
187 close($from_h) || goto fail_open1 if $closefrom;
204 close $from_h;
/dports/sysutils/webmin/webmin-1.981/authentic-theme/lib/File/
H A DCopy.pm147 my $from_h;
149 $from_h = $from;
151 open $from_h, "<", $from or goto fail_open1;
152 binmode $from_h or die "($!,$^E)";
159 $size = tied(*$from_h) ? 0 : -s $from_h || 0;
177 defined($r = sysread($from_h, $buf, $size))
187 close($from_h) || goto fail_open1 if $closefrom;
204 close $from_h;
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/lib/File/
H A DCopy.pm146 my $from_h;
148 $from_h = $from;
150 open $from_h, "<", $from or goto fail_open1;
151 binmode $from_h or die "($!,$^E)";
158 $size = tied(*$from_h) ? 0 : -s $from_h || 0;
176 defined($r = sysread($from_h, $buf, $size))
186 close($from_h) || goto fail_open1 if $closefrom;
203 close $from_h;
/dports/devel/flyspray/flyspray-0.9.9.7_4/plugins/dokuwiki/lib/exe/
H A Dfetch.php284 function resize_imageIM($ext,$from,$from_w,$from_h,$to,$to_w,$to_h){ argument
308 function resize_imageGD($ext,$from,$from_w,$from_h,$to,$to_w,$to_h){ argument
314 if(!is_mem_available(($from_w * $from_h * 4) + ($to_w * $to_h * 4))){
349 if(!@imagecopyresampled($newimg, $image, 0, 0, 0, 0, $to_w, $to_h, $from_w, $from_h)) {
350 imagecopyresized($newimg, $image, 0, 0, 0, 0, $to_w, $to_h, $from_w, $from_h);
353 imagecopyresized($newimg, $image, 0, 0, 0, 0, $to_w, $to_h, $from_w, $from_h);
/dports/net/gstreamer1-plugins-srtp/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/net/gstreamer1-plugins-libmms/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-x265/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-msdk/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-rtmp/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-resindvd/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-mplex/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-openh264/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-smoothstreaming/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-dash/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-dts/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-bad/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-aom/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-assrender/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-hls/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-libde265/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-kate/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
/dports/multimedia/gstreamer1-plugins-mpeg2enc/gst-plugins-bad-1.16.2/sys/msdk/
H A Dgstmsdkvpputil.c68 gint from_w, from_h, from_par_n, from_par_d, to_par_n, to_par_d; in fixate_output_frame_size() local
76 from_h = GST_VIDEO_INFO_HEIGHT (vinfo); in fixate_output_frame_size()
90 if (gst_video_calculate_display_ratio (&n, &d, from_w, from_h, in fixate_output_frame_size()
106 if (!gst_util_fraction_multiply (from_w, from_h, from_par_n, from_par_d, in fixate_output_frame_size()
220 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
278 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()
333 gst_structure_fixate_field_nearest_int (tmp, "height", from_h); in fixate_output_frame_size()

12345