Home
last modified time | relevance | path

Searched refs:isEC (Results 1 – 25 of 43) sorted by relevance

12

/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/
H A DJitterBuffer.cpp73 void JitterBuffer::HandleInput(unsigned char *data, size_t len, uint32_t timestamp, bool isEC){ in HandleInput() argument
79 pkt.isEC=isEC; in HandleInput()
80 PutInternal(&pkt, !isEC); in HandleInput()
108 …har *buffer, size_t len, int offsetInSteps, bool advance, int& playbackScaledDuration, bool& isEC){ in HandleOutput() argument
150 isEC=pkt.isEC; in HandleOutput()
184 pkt->isEC=slots[i].isEC; in GetInternal()
236 slots[i].isEC=pkt->isEC; in PutInternal()
312 slots[i].isEC=pkt->isEC; in PutInternal()
H A DOpusDecoder.cpp208 bool isEC=false; in DecodeNextFrame() local
209 size_t len=jitterBuffer->HandleOutput(buffer, 8192, 0, true, playbackDuration, isEC); in DecodeNextFrame()
213 len=jitterBuffer->HandleOutput(buffer, 8192, 0, false, playbackDuration, isEC); in DecodeNextFrame()
219 …size=opus_decode(isEC ? ecDec : dec, buffer, len, (opus_int16 *) decodeBuffer, packetsPerFrame*960… in DecodeNextFrame()
221 if(prevWasEC!=isEC && size){ in DecodeNextFrame()
236 prevWasEC=isEC; in DecodeNextFrame()
H A DJitterBuffer.h35 void HandleInput(unsigned char* data, size_t len, uint32_t timestamp, bool isEC);
36 …har* buffer, size_t len, int offsetInSteps, bool advance, int& playbackScaledDuration, bool& isEC);
48 bool isEC; member
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/common/
H A Dslice_traits.h67 inline bool isEC(Goal::Slice::Type type) { in isEC() function
72 inline bool isEC(const ::ChunkPartType &cpt) { in isEC() function
73 return isEC(cpt.getSliceType()); in isEC()
76 inline bool isEC(const ::Goal::Slice &slice) { in isEC() function
77 return isEC(slice.getType()); in isEC()
205 if (isEC(cpt)) { in isParityPart()
219 if (isEC(type)) { in getNumberOfDataParts()
237 if (isEC(type)) { in getNumberOfParityParts()
279 if (isEC(cpt)) { in getParityPartIndex()
/dports/security/xca/xca-2.4.0/lib/
H A Dpki_key.h119 if (isEC()) in keyjob()
130 .arg(isEC() ? in toString()
138 bool isEC() const in isEC() function
156 if (isEC() && builtinCurves.containNid(ec_nid)) in isValid()
158 if (!isEC() && size > 0) in isValid()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/driver-tool/
H A Dinit-jwt-tool.cpp196 bool isEC = false; in importPemFile() local
206 isEC = true; in importPemFile()
233 else if ( isEC ) in importPemFile()
244 else if ( isEC ) in importPemFile()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/crypto/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/google/certificate-transparency-go/certificate-transparency-go-1.0.21/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/lang/gcc9-aux/gcc-9.1.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go95 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/crypto/x509/
H A Dpkcs8_test.go105 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go105 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/crypto/x509/
H A Dpkcs8_test.go105 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/crypto/x509/
H A Dpkcs8_test.go105 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go105 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go105 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/crypto/x509/
H A Dpkcs8_test.go105 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/crypto/x509/
H A Dpkcs8_test.go105 if ecKey, isEC := privKey.(*ecdsa.PrivateKey); isEC && ecKey.Curve != test.curve {
/dports/sysutils/lizardfs/lizardfs-3.12.0/src/chunkserver/
H A Dchunk.cc62 if (slice_traits::isEC(type_)) { in generateFilenameForVersion()
174 assert(slice_traits::isXor(type_) || slice_traits::isEC(type_)); in getHeaderSize()

12