Home
last modified time | relevance | path

Searched refs:outfmt (Results 226 – 250 of 621) sorted by relevance

12345678910>>...25

/dports/editors/lazarus-qt5-devel/docs/html/
H A Dbuild_chm.sh5 ./build_lcl_docs --outfmt chm --fpcdocs=../chm --footer locallclfooter.xml
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/media/imx/
H A Dimx-media-csi.c409 struct v4l2_mbus_framefmt *outfmt; in csi_idmac_setup_channel() local
420 outfmt = &priv->format_mbus[CSI_SRC_PAD_IDMAC]; in csi_idmac_setup_channel()
442 V4L2_FIELD_IS_SEQUENTIAL(outfmt->field); in csi_idmac_setup_channel()
704 struct v4l2_mbus_framefmt *infmt, *outfmt; in csi_setup() local
712 outfmt = &priv->format_mbus[priv->active_output_pad]; in csi_setup()
1535 struct v4l2_mbus_framefmt *outfmt; in csi_set_fmt() local
1545 *outfmt = format.format; in csi_set_fmt()
1707 struct v4l2_mbus_framefmt *outfmt; in csi_set_selection() local
1709 outfmt = __csi_get_fmt(priv, cfg, pad, sel->which); in csi_set_selection()
1710 outfmt->width = compose->width; in csi_set_selection()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/media/imx/
H A Dimx-media-csi.c409 struct v4l2_mbus_framefmt *outfmt; in csi_idmac_setup_channel() local
420 outfmt = &priv->format_mbus[CSI_SRC_PAD_IDMAC]; in csi_idmac_setup_channel()
442 V4L2_FIELD_IS_SEQUENTIAL(outfmt->field); in csi_idmac_setup_channel()
704 struct v4l2_mbus_framefmt *infmt, *outfmt; in csi_setup() local
712 outfmt = &priv->format_mbus[priv->active_output_pad]; in csi_setup()
1535 struct v4l2_mbus_framefmt *outfmt; in csi_set_fmt() local
1545 *outfmt = format.format; in csi_set_fmt()
1707 struct v4l2_mbus_framefmt *outfmt; in csi_set_selection() local
1709 outfmt = __csi_get_fmt(priv, cfg, pad, sel->which); in csi_set_selection()
1710 outfmt->width = compose->width; in csi_set_selection()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/media/imx/
H A Dimx-media-csi.c409 struct v4l2_mbus_framefmt *outfmt; in csi_idmac_setup_channel() local
420 outfmt = &priv->format_mbus[CSI_SRC_PAD_IDMAC]; in csi_idmac_setup_channel()
442 V4L2_FIELD_IS_SEQUENTIAL(outfmt->field); in csi_idmac_setup_channel()
704 struct v4l2_mbus_framefmt *infmt, *outfmt; in csi_setup() local
712 outfmt = &priv->format_mbus[priv->active_output_pad]; in csi_setup()
1535 struct v4l2_mbus_framefmt *outfmt; in csi_set_fmt() local
1545 *outfmt = format.format; in csi_set_fmt()
1707 struct v4l2_mbus_framefmt *outfmt; in csi_set_selection() local
1709 outfmt = __csi_get_fmt(priv, cfg, pad, sel->which); in csi_set_selection()
1710 outfmt->width = compose->width; in csi_set_selection()
[all …]
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/clustal/
H A Dseq.c884 WriteAlignment(mseq_t *mseq, const char *pcAlnOutfile, int outfmt, int iWrap, bool bResno) in WriteAlignment() argument
895 if (MSAFILE_UNKNOWN == outfmt) { in WriteAlignment()
970 if (outfmt==SQFILE_FASTA) in WriteAlignment()
971 outfmt = MSAFILE_A2M; in WriteAlignment()
972 if (outfmt==SQFILE_VIENNA) in WriteAlignment()
973 outfmt = MSAFILE_VIENNA; in WriteAlignment()
975 switch (outfmt) { in WriteAlignment()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/
H A Dvf_scale.c238 enum AVPixelFormat outfmt = outlink->format; in config_props() local
335 if (outfmt == AV_PIX_FMT_PAL8) outfmt = AV_PIX_FMT_BGR8; in config_props()
336 scale->output_is_pal = av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PAL || in config_props()
337 av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PSEUDOPAL; in config_props()
373 av_opt_set_int(*s, "dst_format", outfmt, 0); in config_props()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/
H A Dvf_scale.c238 enum AVPixelFormat outfmt = outlink->format; in config_props() local
335 if (outfmt == AV_PIX_FMT_PAL8) outfmt = AV_PIX_FMT_BGR8; in config_props()
336 scale->output_is_pal = av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PAL || in config_props()
337 av_pix_fmt_desc_get(outfmt)->flags & AV_PIX_FMT_FLAG_PSEUDOPAL; in config_props()
373 av_opt_set_int(*s, "dst_format", outfmt, 0); in config_props()
/dports/lang/python-legacy/Python-2.7.18/RISCOS/Modules/
H A Dswimodule.c344 char *swiname,*fmt,*outfmt; in swi_swi() local
391 for(outfmt=++fmt;*outfmt;outfmt++) switch(*outfmt) in swi_swi()
/dports/lang/python27/Python-2.7.18/RISCOS/Modules/
H A Dswimodule.c344 char *swiname,*fmt,*outfmt; in swi_swi() local
391 for(outfmt=++fmt;*outfmt;outfmt++) switch(*outfmt) in swi_swi()
/dports/multimedia/avidemux-cli/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/mplayerDelogo/
H A DADM_vidMPdelogo.cpp258 vf->dmpi=vf_get_image(vf->next,vf->priv->outfmt,
294 return vf_next_query_format(vf,vf->priv->outfmt);
348 vf->priv->outfmt=vf_match_csp(&vf->next,fmt_list,IMGFMT_YV12);
349 if(!vf->priv->outfmt)
/dports/multimedia/avidemux-qt5/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/mplayerDelogo/
H A DADM_vidMPdelogo.cpp258 vf->dmpi=vf_get_image(vf->next,vf->priv->outfmt,
294 return vf_next_query_format(vf,vf->priv->outfmt);
348 vf->priv->outfmt=vf_match_csp(&vf->next,fmt_list,IMGFMT_YV12);
349 if(!vf->priv->outfmt)
/dports/multimedia/avidemux-plugins/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/mplayerDelogo/
H A DADM_vidMPdelogo.cpp258 vf->dmpi=vf_get_image(vf->next,vf->priv->outfmt,
294 return vf_next_query_format(vf,vf->priv->outfmt);
348 vf->priv->outfmt=vf_match_csp(&vf->next,fmt_list,IMGFMT_YV12);
349 if(!vf->priv->outfmt)
/dports/multimedia/avidemux/avidemux_2.7.6/avidemux_plugins/ADM_videoFilters6/mplayerDelogo/
H A DADM_vidMPdelogo.cpp258 vf->dmpi=vf_get_image(vf->next,vf->priv->outfmt,
294 return vf_next_query_format(vf,vf->priv->outfmt);
348 vf->priv->outfmt=vf_match_csp(&vf->next,fmt_list,IMGFMT_YV12);
349 if(!vf->priv->outfmt)
/dports/science/quantum-espresso/q-e-qe-6.7.0/GUI/Guib/src/
H A Dkeywidgets.itcl118 itk_option define -outfmt outfmt Outfmt {}
239 -outfmt \
393 -outfmt \
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd.c199 out_fmt = sh->codec->outfmt[i]; in mpcodecs_config_vo()
277 out_fmt = sh->codec->outfmt[j]; in mpcodecs_config_vo()
401 vf_get_image(sh->vfilter, sh->codec->outfmt[sh->outfmtidx], mp_imgtype, in mpcodecs_get_image()
H A Dvf_softpulldown.c134 unsigned int flags, unsigned int outfmt) in config() argument
136 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 Dvd.c199 out_fmt = sh->codec->outfmt[i]; in mpcodecs_config_vo()
277 out_fmt = sh->codec->outfmt[j]; in mpcodecs_config_vo()
401 vf_get_image(sh->vfilter, sh->codec->outfmt[sh->outfmtidx], mp_imgtype, in mpcodecs_get_image()
H A Dvf_softpulldown.c134 unsigned int flags, unsigned int outfmt) in config() argument
136 return vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavfilter/libmpcodecs/
H A Dvf_softpulldown.c135 unsigned int flags, unsigned int outfmt) in config() argument
137 return ff_vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavfilter/libmpcodecs/
H A Dvf_softpulldown.c135 unsigned int flags, unsigned int outfmt) in config() argument
137 return ff_vf_next_config(vf,width,height,d_width,d_height,flags,outfmt); in config()
/dports/sysutils/helm/helm-3.5.2/cmd/helm/
H A Dflags.go101 outfmt, err := output.ParseFormat(s)
105 *o = outputValue(outfmt)
/dports/multimedia/v4l_compat/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_video1 mplayer -vo x11 -tv driver=v4l2:device=/dev/video$1:input=1:norm=NTSC-M:width=720:height=480:outfmt
/dports/multimedia/libv4l/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

12345678910>>...25