Home
last modified time | relevance | path

Searched refs:outfmt (Results 101 – 125 of 621) sorted by relevance

12345678910>>...25

/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/libmpcodecs/
H A Dvf.h61 unsigned int flags, unsigned int outfmt);
123 mp_image_t* ff_vf_get_image(vf_instance_t* vf, unsigned int outfmt, int mp_imgtype, int mp_imgflag,…
138 unsigned int flags, unsigned int outfmt);
152 unsigned int flags, unsigned int outfmt);
/dports/devel/clipp/clipp-1.2.3/examples/
H A Dnested_alternatives.cpp32 std::string outfmt; in main() local
50 & value("format",outfmt) in main()
70 cout << "output to " << outfile << " in format " << outfmt << '\n'; in main()
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/
H A Dw32codec.c165 long outfmt; member
560 int outfmt; in w32v_init_codec() local
571 outfmt = IMGFMT_15RGB; in w32v_init_codec()
575 outfmt = IMGFMT_YUY2; in w32v_init_codec()
604 if(outfmt==IMGFMT_YUY2 || outfmt==IMGFMT_15RGB) in w32v_init_codec()
658 this->outfmt = outfmt; in w32v_init_codec()
664 int outfmt; in w32v_init_ds_dmo_codec() local
701 outfmt = IMGFMT_15RGB; in w32v_init_ds_dmo_codec()
705 outfmt = IMGFMT_YUY2; in w32v_init_ds_dmo_codec()
708 if(outfmt==IMGFMT_YUY2 || outfmt==IMGFMT_15RGB ) in w32v_init_ds_dmo_codec()
[all …]
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf.h61 unsigned int flags, unsigned int outfmt);
123 mp_image_t* vf_get_image(vf_instance_t* vf, unsigned int outfmt, int mp_imgtype, int mp_imgflag, in…
138 unsigned int flags, unsigned int outfmt);
152 unsigned int flags, unsigned int outfmt);
H A Dvf_noise.c69 unsigned int outfmt; member
319 unsigned int flags, unsigned int outfmt){ in config() argument
321 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
326 if(mpi->imgfmt!=vf->priv->outfmt) return; // colorspace differ in get_image()
347 vf->dmpi=vf_get_image(vf->next,vf->priv->outfmt, in put_image()
392 return vf_next_query_format(vf,vf->priv->outfmt); in query_format()
444 vf->priv->outfmt=vf_match_csp(&vf->next,fmt_list,IMGFMT_YV12); in vf_open()
445 if(!vf->priv->outfmt) in vf_open()
H A Dvf_crop.c47 unsigned int flags, unsigned int outfmt){ in config() argument
54 if(!IMGFMT_IS_RGB(outfmt) && !IMGFMT_IS_BGR(outfmt)){ in config()
55 switch(outfmt){ in config()
84 return vf_next_config(vf,vf->priv->crop_w,vf->priv->crop_h,d_width,d_height,flags,outfmt); in config()
H A Dvf_delogo.c44 unsigned int outfmt; member
173 unsigned int flags, unsigned int outfmt){ in config() argument
175 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
181 if(mpi->imgfmt!=vf->priv->outfmt) return; // colorspace differ in get_image()
206 vf->dmpi=vf_get_image(vf->next,vf->priv->outfmt, in put_image()
244 return vf_next_query_format(vf,vf->priv->outfmt); in query_format()
341 vf->priv->outfmt=vf_match_csp(&vf->next,fmt_list,IMGFMT_YV12); in vf_open()
342 if(!vf->priv->outfmt) in vf_open()
H A Dvf.c306 mpi = vf_get_image(vf->next,outfmt,mp_imgtype,mp_imgflag,w,h); in vf_get_image()
367 if(mpi->width!=w2 || mpi->height!=h || mpi->imgfmt != outfmt || missing_palette){ in vf_get_image()
389 if(!mpi->bpp) mp_image_setfmt(mpi,outfmt); in vf_get_image()
411 int flags=vf->query_format(vf,outfmt); // should not fail in vf_get_image()
649 unsigned int flags, unsigned int outfmt) in vf_config_wrapper() argument
655 || (vf->fmt.orig_fmt != outfmt)) { in vf_config_wrapper()
664 vf->fmt.orig_fmt = outfmt; in vf_config_wrapper()
665 r = vf->config(vf, width, height, d_width, d_height, flags, outfmt); in vf_config_wrapper()
672 unsigned int voflags, unsigned int outfmt){ in vf_next_config() argument
674 int flags=vf->next->query_format(vf->next,outfmt); in vf_next_config()
[all …]
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf.h61 unsigned int flags, unsigned int outfmt);
123 mp_image_t* vf_get_image(vf_instance_t* vf, unsigned int outfmt, int mp_imgtype, int mp_imgflag, in…
138 unsigned int flags, unsigned int outfmt);
152 unsigned int flags, unsigned int outfmt);
H A Dvf_noise.c69 unsigned int outfmt; member
319 unsigned int flags, unsigned int outfmt){ in config() argument
321 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
326 if(mpi->imgfmt!=vf->priv->outfmt) return; // colorspace differ in get_image()
347 vf->dmpi=vf_get_image(vf->next,vf->priv->outfmt, in put_image()
392 return vf_next_query_format(vf,vf->priv->outfmt); in query_format()
444 vf->priv->outfmt=vf_match_csp(&vf->next,fmt_list,IMGFMT_YV12); in vf_open()
445 if(!vf->priv->outfmt) in vf_open()
H A Dvf_crop.c47 unsigned int flags, unsigned int outfmt){ in config() argument
54 if(!IMGFMT_IS_RGB(outfmt) && !IMGFMT_IS_BGR(outfmt)){ in config()
55 switch(outfmt){ in config()
84 return vf_next_config(vf,vf->priv->crop_w,vf->priv->crop_h,d_width,d_height,flags,outfmt); in config()
H A Dvf_delogo.c44 unsigned int outfmt; member
173 unsigned int flags, unsigned int outfmt){ in config() argument
175 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
181 if(mpi->imgfmt!=vf->priv->outfmt) return; // colorspace differ in get_image()
206 vf->dmpi=vf_get_image(vf->next,vf->priv->outfmt, in put_image()
244 return vf_next_query_format(vf,vf->priv->outfmt); in query_format()
341 vf->priv->outfmt=vf_match_csp(&vf->next,fmt_list,IMGFMT_YV12); in vf_open()
342 if(!vf->priv->outfmt) in vf_open()
H A Dvf.c306 mpi = vf_get_image(vf->next,outfmt,mp_imgtype,mp_imgflag,w,h); in vf_get_image()
367 if(mpi->width!=w2 || mpi->height!=h || mpi->imgfmt != outfmt || missing_palette){ in vf_get_image()
389 if(!mpi->bpp) mp_image_setfmt(mpi,outfmt); in vf_get_image()
411 int flags=vf->query_format(vf,outfmt); // should not fail in vf_get_image()
649 unsigned int flags, unsigned int outfmt) in vf_config_wrapper() argument
655 || (vf->fmt.orig_fmt != outfmt)) { in vf_config_wrapper()
664 vf->fmt.orig_fmt = outfmt; in vf_config_wrapper()
665 r = vf->config(vf, width, height, d_width, d_height, flags, outfmt); in vf_config_wrapper()
672 unsigned int voflags, unsigned int outfmt){ in vf_next_config() argument
674 int flags=vf->next->query_format(vf->next,outfmt); in vf_next_config()
[all …]
/dports/sysutils/istio/istio-1.6.7/vendor/helm.sh/helm/v3/cmd/helm/
H A Dupgrade.go67 var outfmt output.Format
86 if outfmt == output.Table {
108 return outfmt.Write(out, &statusPrinter{rel, settings.Debug})
149 if outfmt == output.Table {
153 return outfmt.Write(out, &statusPrinter{rel, settings.Debug})
190 bindOutputFlag(cmd, &outfmt)
H A Dget_values.go41 var outfmt output.Format
54 return outfmt.Write(out, &valuesWriter{vals, client.AllValues})
76 bindOutputFlag(cmd, &outfmt)
/dports/sysutils/logtool/logtool-1.3.1/src/
H A Dmod_iptables.c95 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in mip_build_sd()
107 if(cf.outfmt == OUTPUT_ANSI || cf.outfmt == OUTPUT_HTML) { in mip_build_sd()
/dports/audio/squeezelite/squeezelite-7b13fd9/
H A Doutput_alsa.c54 dsd_format outfmt; member
327 …har *device, unsigned sample_rate, unsigned alsa_buffer, unsigned alsa_period, dsd_format outfmt) { argument
341 alsa.outfmt = PCM;
400 switch (outfmt) {
544 alsa.outfmt = outfmt;
582 if (output.outfmt != PCM) {
586 if (output.outfmt == DOP || output.outfmt == DOP_S24_LE || output.outfmt == DOP_S24_3LE)
671 if (!pcmp || alsa.rate != output.current_sample_rate || alsa.outfmt != output.outfmt ) {
694 … alsa_open(output.device, output.current_sample_rate, output.buffer, output.period, output.outfmt);
700 …lsa_open(output.device, output.current_sample_rate, output.buffer, output.period, output.outfmt)) {
/dports/sysutils/helm/helm-3.5.2/cmd/helm/
H A Dget_values.go41 var outfmt output.Format
60 return outfmt.Write(out, &valuesWriter{vals, client.AllValues})
78 bindOutputFlag(cmd, &outfmt)
H A Dupgrade.go67 var outfmt output.Format
95 if outfmt == output.Table {
119 return outfmt.Write(out, &statusPrinter{rel, settings.Debug, false})
160 if outfmt == output.Table {
164 return outfmt.Write(out, &statusPrinter{rel, settings.Debug, false})
191 bindOutputFlag(cmd, &outfmt)
/dports/math/cado-nfs/cado-nfs-f4284e2391121b2bfb97bc4880b6273c7250dc2f/filter/
H A Ddup1.c277 const char *outfmt = param_list_lookup_string(pl, "outfmt"); in main() local
311 if (outfmt && !is_supported_compression_format(outfmt)) { in main()
337 if (!outfmt && files[0] != NULL) in main()
338 get_suffix_from_filename (files[0], &outfmt); in main()
351 rc = asprintf(&suffix, only_ab ? ".ab%s" : "%s", outfmt); in main()
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tests/testsuites/
H A Dabort-uncleancfg-goodcfg.conf7 $template outfmt,"%msg:F,58:2%\n"
9 :msg, contains, "msgnum:" ?dynfile;outfmt
/dports/science/xtb/xtb-6.4.1/src/mctc/
H A Dmctc_timings.f90137 character(len=*),parameter :: outfmt = '('' * '',a,1x,a)'
145 write(output_unit,outfmt) 'started run on', prtimestring(mode)
147 write(output_unit,outfmt) 'finished run on', prtimestring(mode)
149 write(output_unit,outfmt) 'current time:', prtimestring(mode)
/dports/sysutils/rsyslog8/rsyslog-8.2112.0/tests/
H A Djson_null_array.sh13 template(name="outfmt" type="string" string="%$.data%\n")
18 action(type="omfile" file=`echo $RSYSLOG_OUT_LOG` template="outfmt")
H A Djson_null_array-vg.sh20 template(name="outfmt" type="string" string="%$.data%\n")
25 action(type="omfile" file=`echo $RSYSLOG_OUT_LOG` template="outfmt")
/dports/devel/p5-Data-Stag/Data-Stag-0.14/scripts/
H A Dstag-splitter.pl12 my $outfmt = '';
18 "outformat|writer|w=s"=>\$outfmt,
35 $h->fmt($outfmt || $fmt);

12345678910>>...25