Home
last modified time | relevance | path

Searched refs:old_format (Results 1 – 25 of 477) sorted by relevance

12345678910>>...20

/dports/x11-drivers/xf86-video-vmware/xf86-video-vmware-13.3.0/vmwgfx/
H A Dvmwgfx_xa_surface.c156 enum xa_formats old_format) in vmwgfx_old_format_compatible() argument
158 return (format == old_format || in vmwgfx_old_format_compatible()
186 format = old_format; in vmwgfx_hw_composite_dst_stage()
240 format = old_format; in vmwgfx_hw_composite_src_stage()
314 if (xa_format_depth(old_format) == depth || in vmwgfx_hw_accel_stage()
315 (xa_format_depth(old_format) == 32 && in vmwgfx_hw_accel_stage()
317 format = old_format; in vmwgfx_hw_accel_stage()
349 if (vpix->staging_format != old_format) { in vmwgfx_hw_commit()
351 xa_format_r(format) != xa_format_r(old_format) || in vmwgfx_hw_commit()
352 xa_format_g(format) != xa_format_g(old_format) || in vmwgfx_hw_commit()
[all …]
/dports/audio/libmp3splt/libmp3splt-0.9.2/src/
H A Doutput_format.c133 char *old_format = NULL; in splt_of_reparse_oformat() local
134 err = splt_su_copy(format, &old_format); in splt_of_reparse_oformat()
137 splt_of_set_oformat(state, old_format, &err, SPLT_TRUE); in splt_of_reparse_oformat()
139 free(old_format); in splt_of_reparse_oformat()
140 old_format = NULL; in splt_of_reparse_oformat()
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/binlog_encryption/
H A Drpl_parallel_wrong_binlog_order.result22 SET @old_format=@@GLOBAL.binlog_format;
27 SET @old_format= @@binlog_format;
34 SET @old_format= @@binlog_format;
42 SET binlog_format= @old_format;
44 SET binlog_format= @old_format;
66 SET GLOBAL binlog_format= @old_format;
H A Drpl_parallel_domain_slave_single_grp.result27 SET @old_format= @@SESSION.binlog_format;
49 SET @old_format=@@GLOBAL.binlog_format;
95 SET GLOBAL binlog_format=@old_format;
100 SET GLOBAL binlog_format=@old_format;
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/rpl/r/
H A Drpl_parallel_wrong_binlog_order.result22 SET @old_format=@@GLOBAL.binlog_format;
27 SET @old_format= @@binlog_format;
34 SET @old_format= @@binlog_format;
42 SET binlog_format= @old_format;
44 SET binlog_format= @old_format;
66 SET GLOBAL binlog_format= @old_format;
H A Drpl_parallel_domain_slave_single_grp.result27 SET @old_format= @@SESSION.binlog_format;
49 SET @old_format=@@GLOBAL.binlog_format;
95 SET GLOBAL binlog_format=@old_format;
100 SET GLOBAL binlog_format=@old_format;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/binlog_encryption/
H A Drpl_parallel_wrong_binlog_order.result22 SET @old_format=@@GLOBAL.binlog_format;
27 SET @old_format= @@binlog_format;
34 SET @old_format= @@binlog_format;
42 SET binlog_format= @old_format;
44 SET binlog_format= @old_format;
66 SET GLOBAL binlog_format= @old_format;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/rpl/r/
H A Drpl_parallel_wrong_binlog_order.result22 SET @old_format=@@GLOBAL.binlog_format;
27 SET @old_format= @@binlog_format;
34 SET @old_format= @@binlog_format;
42 SET binlog_format= @old_format;
44 SET binlog_format= @old_format;
66 SET GLOBAL binlog_format= @old_format;
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/resources/quest_converter/
H A Dupdate_quest.lua51 local function update_step(quest_path, old_format, new_format)
53 old_format = old_format:gsub("%.", "_")
55 local converter_name = "converter_" .. old_format .. "_to_" .. new_format
/dports/textproc/p5-Excel-Template/Excel-Template-0.34/t/
H A DRegister_018.pm9 my $old_format = $context->active_format;
11 $context, $old_format,
20 $context->active_format($old_format);
/dports/audio/sweep/sweep-0.9.3/src/
H A Dchannelops.c52 sw_format * old_format = sample->sounddata->format; in do_dup_channels_thread() local
68 old_format->rate, nr_frames); in do_dup_channels_thread()
102 old_d += old_format->channels; in do_dup_channels_thread()
261 sw_format * old_format = sample->sounddata->format; in do_mono_mixdown_thread() local
302 for (j = 0; j < old_format->channels; j++) { in do_mono_mixdown_thread()
356 sw_format * old_format = sample->sounddata->format; in do_remove_channel_thread() local
372 old_format->rate, nr_frames); in do_remove_channel_thread()
398 for (j = 0; j < old_format->channels; j++) { in do_remove_channel_thread()
553 sw_format * old_format = sample->sounddata->format; in do_change_channels_thread() local
569 old_format->rate, nr_frames); in do_change_channels_thread()
[all …]
/dports/biology/py-biopython/biopython-1.79/Tests/
H A Dtest_Emboss.py117 def emboss_piped_SeqIO_convert(records, old_format, new_format): argument
123 sformat=old_format,
137 SeqIO.write(records, child.stdin, old_format)
148 def emboss_piped_AlignIO_convert(alignments, old_format, new_format): argument
154 sformat=old_format,
168 AlignIO.write(alignments, child.stdin, old_format)
223 old_records = list(SeqIO.parse(filename, old_format))
230 sformat=old_format,
251 self.check_SeqIO_to_EMBOSS(filename, old_format, skip_formats)
353 old_aligns = list(AlignIO.parse(filename, old_format))
[all …]
/dports/textproc/p5-Excel-Template/Excel-Template-0.34/lib/Excel/Template/Container/
H A DFormat.pm19 my $old_format = $context->active_format;
27 $context, $old_format, %values,
33 $context->active_format($old_format);
/dports/databases/mariadb105-client/mariadb-10.5.15/mysql-test/suite/rpl/include/
H A Drpl_parallel_wrong_binlog_order.inc37 SET @old_format=@@GLOBAL.binlog_format;
44 SET @old_format= @@binlog_format;
52 SET @old_format= @@binlog_format;
63 SET binlog_format= @old_format;
66 SET binlog_format= @old_format;
81 SET GLOBAL binlog_format= @old_format;
/dports/databases/mariadb105-server/mariadb-10.5.15/mysql-test/suite/rpl/include/
H A Drpl_parallel_wrong_binlog_order.inc37 SET @old_format=@@GLOBAL.binlog_format;
44 SET @old_format= @@binlog_format;
52 SET @old_format= @@binlog_format;
63 SET binlog_format= @old_format;
66 SET binlog_format= @old_format;
81 SET GLOBAL binlog_format= @old_format;
/dports/textproc/p5-Excel-Template/Excel-Template-0.34/lib/Excel/Template/Element/
H A DMergeRange.pm32 my $old_format = $context->active_format;
43 $context, $old_format, %values,
53 $context->active_format($old_format);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/rust/parquet/src/file/
H A Dstatistics.rs106 let old_format = stats.min_value.is_none() && stats.max_value.is_none(); in from_thrift() localVariable
108 let min = if old_format { in from_thrift()
114 let max = if old_format { in from_thrift()
130 old_format, in from_thrift()
137 old_format, in from_thrift()
144 old_format, in from_thrift()
158 Statistics::int96(min, max, distinct_count, null_count, old_format) in from_thrift()
165 old_format, in from_thrift()
172 old_format, in from_thrift()
179 old_format, in from_thrift()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DBPFunctions.cpp226 auto old_format = g_renderer->GetPrevPixelFormat(); in OnPixelFormatChange() local
234 if (new_format == old_format || old_format == PEControl::INVALID_FMT) in OnPixelFormatChange()
238 switch (old_format) in OnPixelFormatChange()
294 ERROR_LOG(VIDEO, "Unhandled EFB format change: %d to %d", static_cast<int>(old_format), in OnPixelFormatChange()
/dports/devel/brz/breezy-3.2.0/breezy/tests/blackbox/
H A Dtest_upgrade.py133 old_format = OldBzrDirFormat()
135 old_format.get_format_string())
136 bzr.BzrProber.formats.register(old_format.get_format_string(),
137 old_format)
143 self.make_branch_and_tree(path, format=old_format)
148 controldir.ControlDirFormat._set_default_format(old_format)
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/rust/parquet/src/file/
H A Dstatistics.rs106 let old_format = stats.min_value.is_none() && stats.max_value.is_none(); in from_thrift() localVariable
108 let min = if old_format { in from_thrift()
114 let max = if old_format { in from_thrift()
130 old_format, in from_thrift()
137 old_format, in from_thrift()
144 old_format, in from_thrift()
158 Statistics::int96(min, max, distinct_count, null_count, old_format) in from_thrift()
165 old_format, in from_thrift()
172 old_format, in from_thrift()
179 old_format, in from_thrift()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.cc206 const auto old_format = neteq_->GetDecoderFormat(payload_type); in AddCodec() local
207 if (old_format && new_format && *old_format == *new_format) { in AddCodec()
236 const auto old_format = neteq_->GetDecoderFormat(rtp_payload_type); in AddCodec() local
237 if (old_format && *old_format == audio_format) { in AddCodec()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.cc214 const auto old_format = neteq_->GetDecoderFormat(payload_type); in AddCodec() local
215 if (old_format && new_format && *old_format == *new_format) { in AddCodec()
244 const auto old_format = neteq_->GetDecoderFormat(rtp_payload_type); in AddCodec() local
245 if (old_format && *old_format == audio_format) { in AddCodec()
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.cc214 const auto old_format = neteq_->GetDecoderFormat(payload_type); in AddCodec() local
215 if (old_format && new_format && *old_format == *new_format) { in AddCodec()
244 const auto old_format = neteq_->GetDecoderFormat(rtp_payload_type); in AddCodec() local
245 if (old_format && *old_format == audio_format) { in AddCodec()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_coding/acm2/
H A Dacm_receiver.cc214 const auto old_format = neteq_->GetDecoderFormat(payload_type); in AddCodec() local
215 if (old_format && new_format && *old_format == *new_format) { in AddCodec()
244 const auto old_format = neteq_->GetDecoderFormat(rtp_payload_type); in AddCodec() local
245 if (old_format && *old_format == audio_format) { in AddCodec()
/dports/graphics/gimp-app/gimp-2.10.30/app/dialogs/
H A Dconvert-precision-dialog.c86 const Babl *old_format; in convert_precision_dialog_new() local
99 old_format = gimp_image_get_layer_format (image, FALSE); in convert_precision_dialog_new()
104 old_bits = (babl_format_get_bytes_per_pixel (old_format) * 8 / in convert_precision_dialog_new()
105 babl_format_get_n_components (old_format)); in convert_precision_dialog_new()
129 linear = gimp_babl_format_get_linear (old_format); in convert_precision_dialog_new()

12345678910>>...20