Home
last modified time | relevance | path

Searched refs:aformat (Results 1 – 25 of 588) sorted by relevance

12345678910>>...24

/dports/audio/musicpd/mpd-0.23.6/src/filter/plugins/
H A DFfmpegFilterPlugin.cxx58 auto &aformat = Ffmpeg::MakeAformat(out_audio_format, *graph); in OpenWithAformat() local
60 int error = avfilter_link(&aformat, 0, &buffer_sink, 0); in OpenWithAformat()
64 graph.ParseSingleInOut(graph_string, aformat, buffer_src); in OpenWithAformat()
87 auto &aformat = Ffmpeg::MakeAutoAformat(*graph); in Open() local
89 int error = avfilter_link(&aformat, 0, &buffer_sink, 0); in Open()
93 graph.ParseSingleInOut(graph_string, aformat, buffer_src); in Open()
/dports/net/freerdp/freerdp-2.5.0/channels/audin/client/alsa/
H A Daudin_alsa.c49 AUDIO_FORMAT aformat; member
94 UINT32 channels = alsa->aformat.nChannels; in audin_alsa_set_params()
97 audin_alsa_format(alsa->aformat.wFormatTag, alsa->aformat.wBitsPerSample); in audin_alsa_set_params()
118 alsa->aformat.nChannels = (UINT16)channels; in audin_alsa_set_params()
146 (BYTE*)calloc(alsa->frames_per_packet + alsa->aformat.nBlockAlign, alsa->bytes_per_frame); in audin_alsa_thread_func()
187 alsa->receive(&alsa->aformat, buffer, error * alsa->bytes_per_frame, alsa->user_data); in audin_alsa_thread_func()
269 alsa->aformat = *format; in audin_alsa_set_format()
446 alsa->aformat.nChannels = 2; in freerdp_audin_client_subsystem_entry()
447 alsa->aformat.wBitsPerSample = 16; in freerdp_audin_client_subsystem_entry()
448 alsa->aformat.wFormatTag = WAVE_FORMAT_PCM; in freerdp_audin_client_subsystem_entry()
[all …]
/dports/print/lout/lout-3.40/doc/user/
H A Dtbl_rule20 aformat { @Cell A | @Cell B }
34 aformat { @Cell A | @Cell B }
61 aformat { @Cell ml { 0i } A | @Cell B | @Cell C }
98 aformat { @Cell width { 3c } height { 1.2c } paint { lightgrey } A }
106 aformat { @Cell width { 3c } height { 1.2c } paint { lightgrey } A }
112 aformat { @Cell width { 3c } height { 1.2c } A }
125 @CD @Tbl mv { 0i } aformat { @Cell A | @Cell | @Cell B }
138 aformat { @Cell width { 3c } height { 1.2c } A }
158 aformat { @Cell width { 3c } height { 1.2c } A }
175 aformat { @Cell width { 3c } height { 1.2c } paint { lightgrey } A }
[all …]
H A Dtbl_rows6 We've seen that the @Code aformat option of @Code "@Tbl" determines the
8 eight row format options: {@Code aformat},
17 aformat { @Cell @I A | @Cell @I B }
33 aformat { @Cell @I A | @Cell @I B }
47 {@Code aformat}; the others, being {@Code "@Rowb"} symbols, are
/dports/graphics/opencv/opencv-4.5.3/modules/core/include/opencv2/core/
H A Dopengl.hpp304 Texture2D(int arows, int acols, Format aformat, unsigned int atexId, bool autoRelease = false);
307 Texture2D(Size asize, Format aformat, unsigned int atexId, bool autoRelease = false);
315 Texture2D(int arows, int acols, Format aformat, bool autoRelease = false);
322 Texture2D(Size asize, Format aformat, bool autoRelease = false);
337 void create(int arows, int acols, Format aformat, bool autoRelease = false);
343 void create(Size asize, Format aformat, bool autoRelease = false);
659 create(arows, acols, aformat, autoRelease); in Texture2D()
663 cv::ogl::Texture2D::Texture2D(Size asize, Format aformat, bool autoRelease) : rows_(0), cols_(0), f… in Texture2D() argument
665 create(asize, aformat, autoRelease); in Texture2D()
669 void cv::ogl::Texture2D::create(Size asize, Format aformat, bool autoRelease) in create() argument
[all …]
/dports/math/ideep/ideep-2.0.0-119-gb57539e/include/ideep/
H A Dtensor.hpp48 md.format = convert_to_c(aformat); in fill_param()
175 public_format_(aformat) { in descriptor()
276 aformat = expected; in format_to()
280 aformat = expected; in format_to()
288 convert_to_c(aformat)), in format_to()
444 switch(aformat) { in public_format()
457 return aformat; in public_format()
465 && public_format_ == aformat ) { in format_compatible_with()
470 if (aformat == oi) return true; in format_compatible_with()
473 if (aformat == oihw) return true; in format_compatible_with()
[all …]
/dports/biology/p5-BioPerl/BioPerl-1.7.7/examples/align/
H A Dalign_on_codons.pl43 my ($alignprog, $sformat, $aformat, $frame, $codontable, $verbose)
50 'af|alignformat:s' => \$aformat,
71 $alignout = new Bio::AlignIO('-format' => $aformat,
74 $alignout = new Bio::AlignIO('-format' => $aformat);
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c371 int16 aformat; in parse_fcall_arguments() local
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
399 aformat = 0; /* default = text */ in parse_fcall_arguments()
401 if (aformat == 0) in parse_fcall_arguments()
426 else if (aformat == 1) in parse_fcall_arguments()
453 errmsg("unsupported format code: %d", aformat))); in parse_fcall_arguments()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c371 int16 aformat; in parse_fcall_arguments() local
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
399 aformat = 0; /* default = text */ in parse_fcall_arguments()
401 if (aformat == 0) in parse_fcall_arguments()
426 else if (aformat == 1) in parse_fcall_arguments()
453 errmsg("unsupported format code: %d", aformat))); in parse_fcall_arguments()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c371 int16 aformat; in parse_fcall_arguments() local
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
399 aformat = 0; /* default = text */ in parse_fcall_arguments()
401 if (aformat == 0) in parse_fcall_arguments()
426 else if (aformat == 1) in parse_fcall_arguments()
453 errmsg("unsupported format code: %d", aformat))); in parse_fcall_arguments()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c371 int16 aformat; in parse_fcall_arguments() local
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
399 aformat = 0; /* default = text */ in parse_fcall_arguments()
401 if (aformat == 0) in parse_fcall_arguments()
426 else if (aformat == 1) in parse_fcall_arguments()
453 errmsg("unsupported format code: %d", aformat))); in parse_fcall_arguments()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c371 int16 aformat; in parse_fcall_arguments() local
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
399 aformat = 0; /* default = text */ in parse_fcall_arguments()
401 if (aformat == 0) in parse_fcall_arguments()
426 else if (aformat == 1) in parse_fcall_arguments()
453 errmsg("unsupported format code: %d", aformat))); in parse_fcall_arguments()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c371 int16 aformat; in parse_fcall_arguments() local
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
399 aformat = 0; /* default = text */ in parse_fcall_arguments()
401 if (aformat == 0) in parse_fcall_arguments()
426 else if (aformat == 1) in parse_fcall_arguments()
453 errmsg("unsupported format code: %d", aformat))); in parse_fcall_arguments()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/tcop/
H A Dfastpath.c371 int16 aformat; in parse_fcall_arguments() local
395 aformat = aformats[i]; in parse_fcall_arguments()
397 aformat = aformats[0]; in parse_fcall_arguments()
399 aformat = 0; /* default = text */ in parse_fcall_arguments()
401 if (aformat == 0) in parse_fcall_arguments()
426 else if (aformat == 1) in parse_fcall_arguments()
453 errmsg("unsupported format code: %d", aformat))); in parse_fcall_arguments()
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/ui/forms/
H A Dqg_coordinatewidget.cpp51 aformat = RS2::DegreesDecimal; in QG_CoordinateWidget()
91 aformat = graphic->getAngleFormat(); in setCoordinates()
120 aformat, aprec); in setCoordinates()
130 aformat, aprec); in setCoordinates()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/tests/examples/encoding/
H A Dencoding.c184 create_profile_from_string (gchar * format, gchar * vformat, gchar * aformat) in create_profile_from_string() argument
193 if (aformat) in create_profile_from_string()
194 af = gst_caps_from_string (aformat); in create_profile_from_string()
196 if (G_UNLIKELY ((vformat && (vf == NULL)) || (aformat && (af == NULL)))) in create_profile_from_string()
368 gchar *aformat = NULL; in main() local
381 {"aformat", 'a', 0, G_OPTION_ARG_STRING, &aformat, in main()
439 if (!aformat) in main()
442 aformats = gst_caps_from_string (aformat); in main()
492 prof = create_profile_from_string (format, vformat, aformat); in main()

12345678910>>...24