Home
last modified time | relevance | path

Searched refs:supported_compressions (Results 1 – 25 of 71) sorted by relevance

123

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/
H A Dt30_api.c798 SPAN_DECLARE(int) t30_set_supported_output_compressions(t30_state_t *s, int supported_compressions) in t30_set_supported_output_compressions() argument
801 supported_compressions &= T4_COMPRESSION_T4_1D in t30_set_supported_output_compressions()
822 s->supported_output_compressions = supported_compressions; in t30_set_supported_output_compressions()
857 SPAN_DECLARE(int) t30_set_supported_compressions(t30_state_t *s, int supported_compressions) in t30_set_supported_compressions() argument
860 supported_compressions &= T4_COMPRESSION_T4_1D in t30_set_supported_compressions()
887 s->supported_compressions = supported_compressions; in t30_set_supported_compressions()
H A Dt4_tx.c1665 int supported_compressions, in t4_tx_set_tx_image_format() argument
1794 (supported_compressions & T4_COMPRESSION_COLOUR)) in t4_tx_set_tx_image_format()
1805 else if ((supported_compressions & T4_COMPRESSION_T42_T81)) in t4_tx_set_tx_image_format()
1807 else if ((supported_compressions & T4_COMPRESSION_T43)) in t4_tx_set_tx_image_format()
1809 else if ((supported_compressions & T4_COMPRESSION_T45)) in t4_tx_set_tx_image_format()
1811 else if ((supported_compressions & T4_COMPRESSION_SYCC_T81)) in t4_tx_set_tx_image_format()
1849 if ((supported_compressions & T4_COMPRESSION_T85_L0)) in t4_tx_set_tx_image_format()
1851 else if ((supported_compressions & T4_COMPRESSION_T85)) in t4_tx_set_tx_image_format()
1853 else if ((supported_compressions & T4_COMPRESSION_T6)) in t4_tx_set_tx_image_format()
1855 else if ((supported_compressions & T4_COMPRESSION_T4_2D)) in t4_tx_set_tx_image_format()
[all …]
H A Dt30.c1303 if ((s->supported_compressions & T4_COMPRESSION_T4_2D)) in t30_build_dis_or_dtc()
1306 if ((s->supported_compressions & T4_COMPRESSION_NONE)) in t30_build_dis_or_dtc()
1316 if ((s->supported_compressions & T4_COMPRESSION_T6)) in t30_build_dis_or_dtc()
1319 if ((s->supported_compressions & T4_COMPRESSION_T85)) in t30_build_dis_or_dtc()
1347 if ((s->supported_compressions & T4_COMPRESSION_T43)) in t30_build_dis_or_dtc()
1355 if ((s->supported_compressions & T4_COMPRESSION_T45)) in t30_build_dis_or_dtc()
1871 s->mutual_compressions = s->supported_compressions; in analyze_rx_dis_dtc()
2250 if ((s->supported_compressions & T4_COMPRESSION_T43)) in analyze_rx_dcs()
2256 if ((s->supported_compressions & T4_COMPRESSION_T45)) in analyze_rx_dcs()
2442 if ((s->supported_compressions & T4_COMPRESSION_T88)) in analyze_rx_dcs()
[all …]
/dports/comms/spandsp/spandsp-284fe91/src/
H A Dt30_api.c798 SPAN_DECLARE(int) t30_set_supported_output_compressions(t30_state_t *s, int supported_compressions) in t30_set_supported_output_compressions() argument
801 supported_compressions &= T4_COMPRESSION_T4_1D in t30_set_supported_output_compressions()
822 s->supported_output_compressions = supported_compressions; in t30_set_supported_output_compressions()
857 SPAN_DECLARE(int) t30_set_supported_compressions(t30_state_t *s, int supported_compressions) in t30_set_supported_compressions() argument
860 supported_compressions &= T4_COMPRESSION_T4_1D in t30_set_supported_compressions()
887 s->supported_compressions = supported_compressions; in t30_set_supported_compressions()
H A Dt4_tx.c1665 int supported_compressions, in t4_tx_set_tx_image_format() argument
1794 (supported_compressions & T4_COMPRESSION_COLOUR)) in t4_tx_set_tx_image_format()
1805 else if ((supported_compressions & T4_COMPRESSION_T42_T81)) in t4_tx_set_tx_image_format()
1807 else if ((supported_compressions & T4_COMPRESSION_T43)) in t4_tx_set_tx_image_format()
1809 else if ((supported_compressions & T4_COMPRESSION_T45)) in t4_tx_set_tx_image_format()
1811 else if ((supported_compressions & T4_COMPRESSION_SYCC_T81)) in t4_tx_set_tx_image_format()
1849 if ((supported_compressions & T4_COMPRESSION_T85_L0)) in t4_tx_set_tx_image_format()
1851 else if ((supported_compressions & T4_COMPRESSION_T85)) in t4_tx_set_tx_image_format()
1853 else if ((supported_compressions & T4_COMPRESSION_T6)) in t4_tx_set_tx_image_format()
1855 else if ((supported_compressions & T4_COMPRESSION_T4_2D)) in t4_tx_set_tx_image_format()
[all …]
H A Dt30.c1303 if ((s->supported_compressions & T4_COMPRESSION_T4_2D)) in t30_build_dis_or_dtc()
1306 if ((s->supported_compressions & T4_COMPRESSION_NONE)) in t30_build_dis_or_dtc()
1316 if ((s->supported_compressions & T4_COMPRESSION_T6)) in t30_build_dis_or_dtc()
1319 if ((s->supported_compressions & T4_COMPRESSION_T85)) in t30_build_dis_or_dtc()
1347 if ((s->supported_compressions & T4_COMPRESSION_T43)) in t30_build_dis_or_dtc()
1355 if ((s->supported_compressions & T4_COMPRESSION_T45)) in t30_build_dis_or_dtc()
1871 s->mutual_compressions = s->supported_compressions; in analyze_rx_dis_dtc()
2250 if ((s->supported_compressions & T4_COMPRESSION_T43)) in analyze_rx_dcs()
2256 if ((s->supported_compressions & T4_COMPRESSION_T45)) in analyze_rx_dcs()
2442 if ((s->supported_compressions & T4_COMPRESSION_T88)) in analyze_rx_dcs()
[all …]
/dports/devel/py-wheel/wheel-0.36.2/tests/
H A Dtest_bdist_wheel.py137 @pytest.mark.parametrize('option, compress_type', list(bdist_wheel.supported_compressions.items()),
138 ids=list(bdist_wheel.supported_compressions))
/dports/audio/kwave/kwave-21.12.3/plugins/fileinfo/
H A DFileInfoDialog.cpp602 QList<Kwave::Compression::Type> supported_compressions; in updateAvailableCompressions() local
609 if (encoder) supported_compressions = encoder->compressionTypes(); in updateAvailableCompressions()
612 supported_compressions.append(Kwave::Compression::NONE); in updateAvailableCompressions()
620 if (!supported_compressions.contains(c)) in updateAvailableCompressions()
621 supported_compressions.append(c); in updateAvailableCompressions()
626 if (supported_compressions.isEmpty()) in updateAvailableCompressions()
627 supported_compressions.append(Kwave::Compression::NONE); in updateAvailableCompressions()
631 foreach (Kwave::Compression::Type c, supported_compressions) { in updateAvailableCompressions()
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/
H A Dt30_api.h473 SPAN_DECLARE(int) t30_set_supported_output_compressions(t30_state_t *s, int supported_compressions);
494 SPAN_DECLARE(int) t30_set_supported_compressions(t30_state_t *s, int supported_compressions);
H A Dt4_tx.h322 int supported_compressions,
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/
H A Dt30_api.h473 SPAN_DECLARE(int) t30_set_supported_output_compressions(t30_state_t *s, int supported_compressions);
494 SPAN_DECLARE(int) t30_set_supported_compressions(t30_state_t *s, int supported_compressions);
H A Dt4_tx.h322 int supported_compressions,
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/wheel/
H A Dbdist_wheel.py121 supported_compressions = OrderedDict([ variable in bdist_wheel
153 .format(', '.join(supported_compressions))),
198 self.compression = self.supported_compressions[self.compression]
/dports/finance/electrum/Electrum-4.1.5/packages/wheel/
H A Dbdist_wheel.py129 supported_compressions = OrderedDict([ variable in bdist_wheel
161 .format(', '.join(supported_compressions))),
206 self.compression = self.supported_compressions[self.compression]
/dports/www/firefox/firefox-99.0/third_party/python/wheel/wheel/
H A Dbdist_wheel.py129 supported_compressions = OrderedDict([ variable in bdist_wheel
161 .format(', '.join(supported_compressions))),
206 self.compression = self.supported_compressions[self.compression]
/dports/devel/py-wheel/wheel-0.36.2/src/wheel/
H A Dbdist_wheel.py129 supported_compressions = OrderedDict([ variable in bdist_wheel
161 .format(', '.join(supported_compressions))),
206 self.compression = self.supported_compressions[self.compression]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/spandsp/src/spandsp/private/
H A Dt30.h58 int supported_compressions; member
/dports/comms/spandsp/spandsp-284fe91/src/spandsp/private/
H A Dt30.h58 int supported_compressions; member
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/
H A Dt30_api.c627 int t30_set_supported_compressions(t30_state_t *s, int supported_compressions) in t30_set_supported_compressions() argument
629 s->supported_compressions = supported_compressions; in t30_set_supported_compressions()
/dports/net/iaxmodem/iaxmodem-1.2.0/lib/spandsp/src/spandsp/
H A Dt30_api.h475 int t30_set_supported_compressions(t30_state_t *s, int supported_compressions);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp383 std::vector<std::string> supported_compressions; in GetRemoteQSupported() local
404 supported_compressions.push_back(this_compression); in GetRemoteQSupported()
408 supported_compressions.push_back(current_compression); in GetRemoteQSupported()
413 if (supported_compressions.size() > 0) { in GetRemoteQSupported()
414 MaybeEnableCompression(supported_compressions); in GetRemoteQSupported()
1020 std::vector<std::string> supported_compressions) { in MaybeEnableCompression() argument
1026 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1038 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1050 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1062 for (auto compression : supported_compressions) { in MaybeEnableCompression()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp390 std::vector<std::string> supported_compressions; in GetRemoteQSupported() local
411 supported_compressions.push_back(this_compression); in GetRemoteQSupported()
415 supported_compressions.push_back(current_compression); in GetRemoteQSupported()
420 if (supported_compressions.size() > 0) { in GetRemoteQSupported()
421 MaybeEnableCompression(supported_compressions); in GetRemoteQSupported()
1028 std::vector<std::string> supported_compressions) { in MaybeEnableCompression() argument
1034 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1046 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1058 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1070 for (auto compression : supported_compressions) { in MaybeEnableCompression()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp390 std::vector<std::string> supported_compressions; in GetRemoteQSupported() local
411 supported_compressions.push_back(this_compression); in GetRemoteQSupported()
415 supported_compressions.push_back(current_compression); in GetRemoteQSupported()
420 if (supported_compressions.size() > 0) { in GetRemoteQSupported()
421 MaybeEnableCompression(supported_compressions); in GetRemoteQSupported()
1028 std::vector<std::string> supported_compressions) { in MaybeEnableCompression() argument
1034 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1046 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1058 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1070 for (auto compression : supported_compressions) { in MaybeEnableCompression()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp390 std::vector<std::string> supported_compressions; in GetRemoteQSupported() local
411 supported_compressions.push_back(this_compression); in GetRemoteQSupported()
415 supported_compressions.push_back(current_compression); in GetRemoteQSupported()
420 if (supported_compressions.size() > 0) { in GetRemoteQSupported()
421 MaybeEnableCompression(supported_compressions); in GetRemoteQSupported()
1028 std::vector<std::string> supported_compressions) { in MaybeEnableCompression() argument
1034 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1046 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1058 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1070 for (auto compression : supported_compressions) { in MaybeEnableCompression()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp390 std::vector<std::string> supported_compressions; in GetRemoteQSupported() local
411 supported_compressions.push_back(this_compression); in GetRemoteQSupported()
415 supported_compressions.push_back(current_compression); in GetRemoteQSupported()
420 if (supported_compressions.size() > 0) { in GetRemoteQSupported()
421 MaybeEnableCompression(supported_compressions); in GetRemoteQSupported()
1028 std::vector<std::string> supported_compressions) { in MaybeEnableCompression() argument
1034 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1046 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1058 for (auto compression : supported_compressions) { in MaybeEnableCompression()
1070 for (auto compression : supported_compressions) { in MaybeEnableCompression()
[all …]

123