Home
last modified time | relevance | path

Searched refs:outfmt (Results 251 – 275 of 621) sorted by relevance

1...<<11121314151617181920>>...25

/dports/multimedia/libv4l/v4l-utils-4l-utils-1.20.0/contrib/parsers/cx25821/
H A Dmplay_cifNTSC1 mplayer -vo x11 -tv driver=v4l2:device=/dev/video$1:input=1:norm=NTSC-M:width=320:height=240:outfmt
H A Dmplay_cifPAL1 mplayer -vo x11 -tv driver=v4l2:device=/dev/video$1:input=1:norm=PAL-BG:width=352:height=288:outfmt
H A Dmplay_av1 mplayer -vo x11 -tv driver=v4l2:device=/dev/video$1:input=1:norm=NTSC-M:width=720:height=480:outfmt
H A Dmencode_video1 mencoder tv:// -tv driver=v4l2:input=0:norm=ntsc:width=720:height=480:outfmt=yuy2:device=/dev/video…
/dports/multimedia/v4l-utils/v4l-utils-4l-utils-1.20.0/contrib/parsers/cx25821/
H A Dmplay_video1 mplayer -vo x11 -tv driver=v4l2:device=/dev/video$1:input=1:norm=NTSC-M:width=720:height=480:outfmt
H A Dmplay_cifNTSC1 mplayer -vo x11 -tv driver=v4l2:device=/dev/video$1:input=1:norm=NTSC-M:width=320:height=240:outfmt
H A Dmplay_cifPAL1 mplayer -vo x11 -tv driver=v4l2:device=/dev/video$1:input=1:norm=PAL-BG:width=352:height=288:outfmt
H A Dmplay_av1 mplayer -vo x11 -tv driver=v4l2:device=/dev/video$1:input=1:norm=NTSC-M:width=720:height=480:outfmt
H A Dmencode_video1 mencoder tv:// -tv driver=v4l2:input=0:norm=ntsc:width=720:height=480:outfmt=yuy2:device=/dev/video…
/dports/games/tads/tads-3.0.8/tads2/
H A Dout.c30 void outfmt(tiocxdef *ctx, uchar *txt) in outfmt() function
/dports/multimedia/v4l_compat/v4l-utils-4l-utils-1.20.0/contrib/parsers/cx25821/
H A Dmplay_av1 mplayer -vo x11 -tv driver=v4l2:device=/dev/video$1:input=1:norm=NTSC-M:width=720:height=480:outfmt
H A Dmencode_video1 mencoder tv:// -tv driver=v4l2:input=0:norm=ntsc:width=720:height=480:outfmt=yuy2:device=/dev/video…
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/convert_seq/test/integral/
H A Drun.sh9 …_DATA_DIR/$FILE_NAME" -infmt asn -type Seq-entry -out "test_$FILE_NAME.agp" -outfmt agp -wgsload &&
/dports/editors/fpc-ide/fpc-3.2.2/compiler/
H A Dcomprsrc.pas451 outfmt : tresoutput;
492 outfmt:=roOBJ;
497 outfmt:=roRES;
500 resourcefile.compile(outfmt, current_module.outputpath+res.FPStr);
/dports/lang/fpc/fpc-3.2.2/compiler/
H A Dcomprsrc.pas451 outfmt : tresoutput;
492 outfmt:=roOBJ;
497 outfmt:=roRES;
500 resourcefile.compile(outfmt, current_module.outputpath+res.FPStr);
/dports/lang/fpc-source/fpc-3.2.2/compiler/
H A Dcomprsrc.pas451 outfmt : tresoutput;
492 outfmt:=roOBJ;
497 outfmt:=roRES;
500 resourcefile.compile(outfmt, current_module.outputpath+res.FPStr);
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_telecine.c126 unsigned int flags, unsigned int outfmt)
128 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);
H A Dvf_dsize.c40 unsigned int flags, unsigned int outfmt) in config() argument
74 return vf_next_config(vf, width, height, d_width, d_height, flags, outfmt); in config()
H A Dvf_geq.c47 unsigned int flags, unsigned int outfmt){ in config() argument
48 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
H A Dvf_sab.c143 unsigned int flags, unsigned int outfmt){ in config() argument
149 getSubSampleFactors(&sw, &sh, outfmt); in config()
152 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvf_dsize.c40 unsigned int flags, unsigned int outfmt) in config() argument
74 return vf_next_config(vf, width, height, d_width, d_height, flags, outfmt); in config()
H A Dvf_geq.c47 unsigned int flags, unsigned int outfmt){ in config() argument
48 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
H A Dvf_telecine.c126 unsigned int flags, unsigned int outfmt)
128 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt);
H A Dvf_screenshot.c70 unsigned int flags, unsigned int outfmt) in config() argument
74 vf->priv->ctx=sws_getContextFromCmdLine(width, height, outfmt, in config()
96 res = vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_scale.c227 enum AVPixelFormat outfmt = outlink->format; in config_props() local
265 if (outfmt == AV_PIX_FMT_PAL8) outfmt = AV_PIX_FMT_BGR8; in config_props()
266 scale->output_is_pal = av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PAL || in config_props()
267 av_pix_fmt_desc_get(outfmt)->flags & FF_PSEUDOPAL; in config_props()
298 av_opt_set_int(*s, "dst_format", outfmt, 0); in config_props()

1...<<11121314151617181920>>...25