Home
last modified time | relevance | path

Searched refs:current_format (Results 1 – 25 of 289) sorted by relevance

12345678910>>...12

/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Daudioconverter.c42 gavl_audio_format_t * current_format; member
120 cnv->current_format = &ctx->output_format; in add_context()
147 cnv->current_format, in put_samplerate_context()
152 if(cnv->current_format->sample_format < GAVL_SAMPLE_FLOAT) in put_samplerate_context()
163 cnv->current_format, in put_samplerate_context()
194 cnv->current_format = &cnv->input_format; in gavl_audio_converter_reinit()
318 cnv->current_format, in gavl_audio_converter_reinit()
463 cnv->current_format = &cnv->input_format; in gavl_audio_converter_init_resample()
475 cnv->current_format, in gavl_audio_converter_init_resample()
482 cnv->current_format, in gavl_audio_converter_init_resample()
[all …]
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/preferences/
H A Dplugboard.py41 self.current_format = None
164 self.current_format = None
174 self.current_format = txt
227 if self.current_format != plugboard_any_format_value:
228 if self.current_format in self.current_plugboards:
263 if self.current_format not in allowable_formats:
280 self.current_format = None
285 self.current_format = str(txt)
286 self.check_if_writer_disabled(self.current_format)
336 if self.current_format in self.current_plugboards:
[all …]
/dports/www/kristall/kristall-6b39f244/src/renderers/
H A Dmarkdownrenderer.cpp90 renderNode(state, *child, current_format, listIndent); in renderChildren()
129 renderChildren(state, node, current_format); in renderNode()
143 renderChildren(state, node, current_format); in renderNode()
161 renderChildren(state, node, current_format, listIndent); in renderNode()
168 renderChildren(state, node, current_format, listIndent); in renderNode()
195 renderChildren(state, node, current_format); in renderNode()
200 QTextCharFormat fmt = current_format; in renderNode()
248 cursor.insertText(extractNodeText(node), current_format); in renderNode()
254 cursor.insertText(" ", current_format); in renderNode()
281 auto fmt = current_format; in renderNode()
[all …]
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dopenglrenderer.cpp29 , current_format(0) in OpenGLRenderer()
43 if (format != current_format) { in setFormat()
51 current_format = format; in setFormat()
62 switch(current_format) { in createFragmentShader()
173 if (current_format == ConnectionBase::YUY2 || current_format == ConnectionBase::UYVY) { in paintGL()
190 if (current_format == ConnectionBase::RGB24) { in paintGL()
205 if (current_format == ConnectionBase::RGB16) { in paintGL()
220 if (current_format == ConnectionBase::I420) { in paintGL()
/dports/multimedia/pipewire/pipewire-0.3.43/spa/plugins/libcamera/
H A Dlibcamera-source.cpp101 struct spa_video_info current_format; member
442 SPA_FORMAT_mediaType, SPA_POD_Id(port->current_format.media_type), in port_get_format()
443 SPA_FORMAT_mediaSubtype, SPA_POD_Id(port->current_format.media_subtype), in port_get_format()
446 switch (port->current_format.media_subtype) { in port_get_format()
620 info.media_subtype == port->current_format.media_subtype && in port_set_format()
621 info.info.raw.format == port->current_format.info.raw.format && in port_set_format()
622 info.info.raw.size.width == port->current_format.info.raw.size.width && in port_set_format()
623 info.info.raw.size.height == port->current_format.info.raw.size.height) in port_set_format()
631 info.media_subtype == port->current_format.media_subtype && in port_set_format()
641 info.media_subtype == port->current_format.media_subtype && in port_set_format()
[all …]
/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Dstring_formatter.cpp32 current_format.push_back( consume_next_input() ); in read_flags()
85 current_format.push_back( consume_next_input() ); in read_number_or_argument_index()
100 current_format.push_back( '.' ); in read_precision()
135 current_format.insert( current_format.size() - 1, modifier ); in add_long_long_length_modifier()
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Dstring_formatter.cpp32 current_format.push_back( consume_next_input() ); in read_flags()
85 current_format.push_back( consume_next_input() ); in read_number_or_argument_index()
100 current_format.push_back( '.' ); in read_precision()
135 current_format.insert( current_format.size() - 1, modifier ); in add_long_long_length_modifier()
/dports/audio/mhwaveedit/mhwaveedit-1.4.24/src/
H A Dsound-jack.c51 Dataformat current_format; member
365 for (i=0; i<mhjack.current_format.channels; i++) { in mhjack_process_callback()
383 first_silent_port = mhjack.current_format.channels; in mhjack_process_callback()
393 for (i=0; i<mhjack.current_format.channels; i++) { in mhjack_process_callback()
512 for (i=0; i<mhjack.current_format.channels; i++) in mhjack_ringbuffer_space()
661 if (mhjack.current_format.channels == 1) { in mhjack_output_play()
667 for (i=0; i<mhjack.current_format.channels; i++) { in mhjack_output_play()
696 return frames * mhjack.current_format.samplebytes; in mhjack_output_play()
748 if (mhjack.current_format.channels == 1) { in mhjack_input_store()
757 for (i=0; i<mhjack.current_format.channels; i++) { in mhjack_input_store()
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/external/openkinect/examples/
H A Dglview.c73 freenect_video_format current_format = FREENECT_VIDEO_RGB; variable
85 if (current_format == FREENECT_VIDEO_YUV_RGB) { in DrawGLScene()
90 while ((!got_depth || !got_rgb) && requested_format != current_format) { in DrawGLScene()
95 if (requested_format != current_format) { in DrawGLScene()
134 if (current_format == FREENECT_VIDEO_RGB || current_format == FREENECT_VIDEO_YUV_RGB) in DrawGLScene()
338 freenect_set_video_format(f_dev, current_format); in freenect_threadfunc()
356 if (requested_format != current_format) { in freenect_threadfunc()
360 current_format = requested_format; in freenect_threadfunc()
/dports/www/yt-dlp/yt-dlp-2021.12.27/yt_dlp/extractor/
H A Danimelab.py161 current_format = current_video_list.copy()
173 format_id_parts.append(current_format['language'])
189 current_format['url'] = url
203 current_format['height'] = height
204 current_format['format_id'] = format_id
206 formats[current_format['format_id']] = current_format
/dports/deskutils/py-py3status/py3status-3.40/py3status/modules/
H A Dtwitch.py95 current_format = ""
107 current_format = self.format
110 current_format = self.format_offline
114 "full_text": self.py3.safe_format(current_format, twitch_data),
/dports/multimedia/gaupol/gaupol-1.4-3-g6116d42b/aeidon/agents/
H A Dsave.py35 current_format = self.get_format(doc)
38 if current_format is not None and file.format != current_format:
40 converter = aeidon.MarkupConverter(current_format, file.format)
/dports/textproc/py-aeidon/aeidon-1.10.1/aeidon/agents/
H A Dsave.py35 current_format = self.get_format(doc)
38 if current_format is not None and file.format != current_format:
40 converter = aeidon.MarkupConverter(current_format, file.format)
/dports/science/gramps/gramps-5.1.4/gramps/gui/editors/
H A Deditplaceformat.py62 self.current_format = None
79 if self.current_format is not None:
80 fmt = self.formats[self.current_format]
86 self.current_format = row
145 self.current_format = None
153 fmt = self.formats[self.current_format]
/dports/net/corosync2/corosync-2.4.5/exec/
H A Dlogconfig.c85 const char *current_format = NULL; in insert_into_buffer() local
87 current_format = logsys_format_get(); in insert_into_buffer()
90 if (strstr(current_format, entry) != NULL) { in insert_into_buffer()
99 current_format) >= bufferlen - 1) { in insert_into_buffer()
109 afterpos = strstr(current_format, after); in insert_into_buffer()
115 templen = afterpos - current_format + afterlen; in insert_into_buffer()
116 if (snprintf(target_buffer, templen + 1, "%s", current_format) in insert_into_buffer()
121 "%s%s", entry, current_format + templen) in insert_into_buffer()
/dports/print/lyx/lyx-2.3.4.2/src/frontends/qt4/
H A DGuiSendto.cpp78 Format const * current_format = nullptr; in updateContents() local
82 current_format = all_formats[line]; in updateContents()
88 if (current_format && f->prettyname() == current_format->prettyname()) in updateContents()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dunpack_book.py160 gprefs.set('last_tweak_format', self.current_format.upper())
172 src = self.db.format(self.book_id, self.current_format,
175 exploder = get_tools(self.current_format)[0]
181 … (_('Could not explode the %s file.')%self.current_format) + ' ' + as_unicode(e), show=True)
191 'more information.')%self.current_format, det_msg=det_msg,
208 of = PersistentTemporaryFile('_tweak_rebuild.'+self.current_format.lower())
213 rebuilder = get_tools(self.current_format)[1]
226 '"Show details".')%self.current_format,
282 def current_format(self): member in UnpackBook
/dports/databases/sqlitebrowser/sqlitebrowser-3.12.1/src/
H A DColumnDisplayFormatDialog.cpp8 …:ObjectIdentifier& tableName, const QString& colname, const QString& current_format, QWidget* pare… in ColumnDisplayFormatDialog() argument
61 if(current_format.isEmpty()) in ColumnDisplayFormatDialog()
68 …auto it = std::find_if(formatFunctions.begin(), formatFunctions.end(), [current_format](const std:… in ColumnDisplayFormatDialog()
69 return s.second == current_format; in ColumnDisplayFormatDialog()
74 ui->editDisplayFormat->setText(current_format); in ColumnDisplayFormatDialog()
/dports/graphics/shotwell/shotwell-0.30.14/src/
H A D_transformation.c11 PixelFormat current_format = PIXEL_FORMAT_RGB; in _pixel_transformer_apply_transformations() local
24 if (current_format == PIXEL_FORMAT_HSV) { in _pixel_transformer_apply_transformations()
26 current_format = PIXEL_FORMAT_RGB; in _pixel_transformer_apply_transformations()
34 if (current_format == PIXEL_FORMAT_RGB) { in _pixel_transformer_apply_transformations()
36 current_format = PIXEL_FORMAT_HSV; in _pixel_transformer_apply_transformations()
45 if (current_format == PIXEL_FORMAT_HSV) { in _pixel_transformer_apply_transformations()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/sdl/
H A Dmenu_ffmpeg.c135 static void update_codec_menus(const char *current_format) in update_codec_menus() argument
161 if (!strcmp(format->name, current_format)) { in update_codec_menus()
170 if (strcmp(ffmpegdrv_formatlist[i].name, current_format) == 0) { in update_codec_menus()
180 …fprintf(stderr, "%s: format %s not found\n", __func__, current_format ? current_format : "(NULL)"); in update_codec_menus()
/dports/emulators/vice/vice-3.5/src/arch/sdl/
H A Dmenu_ffmpeg.c135 static void update_codec_menus(const char *current_format) in update_codec_menus() argument
161 if (!strcmp(format->name, current_format)) { in update_codec_menus()
170 if (strcmp(ffmpegdrv_formatlist[i].name, current_format) == 0) { in update_codec_menus()
180 …fprintf(stderr, "%s: format %s not found\n", __func__, current_format ? current_format : "(NULL)"); in update_codec_menus()
/dports/devel/p5-DateTime-Format-Oracle/DateTime-Format-Oracle-0.06/lib/DateTime/Format/
H A DOracle.pm212 unless ($previous_format eq (my $current_format = $self->$method())) {
213 $previous_format = $current_format;
214 $previous_parser = $self->_create_parser_method($current_format);
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/arch/gtk3/widgets/
H A Dffmpegwidget.c485 const char *current_format = NULL; in ffmpeg_widget_create() local
494 if (resources_get_string("FFMPEGFormat", &current_format) < 0) { in ffmpeg_widget_create()
495 current_format = "avi"; /* hope this works out */ in ffmpeg_widget_create()
498 fmt_index = get_format_index_by_name(current_format); in ffmpeg_widget_create()
509 update_format_combo_box(current_format); in ffmpeg_widget_create()
556 update_format_combo_box(current_format); in ffmpeg_widget_create()
/dports/emulators/vice/vice-3.5/src/arch/gtk3/widgets/
H A Dffmpegwidget.c493 const char *current_format = NULL; in ffmpeg_widget_create() local
502 if (resources_get_string("FFMPEGFormat", &current_format) < 0) { in ffmpeg_widget_create()
503 current_format = "avi"; /* hope this works out */ in ffmpeg_widget_create()
506 fmt_index = get_format_index_by_name(current_format); in ffmpeg_widget_create()
517 update_format_combo_box(current_format); in ffmpeg_widget_create()
564 update_format_combo_box(current_format); in ffmpeg_widget_create()
/dports/cad/libredwg/libredwg-0.12.4/test/xmlsuite/
H A Dcheck.py69 current_format = "" variable
71 if current_format != report[0]:
99 current_format = report[0] variable

12345678910>>...12