OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Overhead
(Results
1 - 8
of
8
) sorted by null
/external/boringssl/src/ssl/test/runner/
chacha20_poly1305.go
141
func (c *chaCha20Poly1305)
Overhead
() int { return 16 }
cipher_suites.go
225
func (f *fixedNonceAEAD)
Overhead
() int { return f.aead.
Overhead
() }
279
func (x *xorNonceAEAD)
Overhead
() int { return x.aead.
Overhead
() }
/prebuilts/go/darwin-x86/src/crypto/cipher/
gcm.go
19
//
Overhead
returns the maximum difference between the lengths of a
21
Overhead
() int
113
func (*gcm)
Overhead
() int {
/prebuilts/go/linux-x86/src/crypto/cipher/
gcm.go
19
//
Overhead
returns the maximum difference between the lengths of a
21
Overhead
() int
113
func (*gcm)
Overhead
() int {
/external/webrtc/webrtc/modules/rtp_rtcp/source/
producer_fec.cc
20
// This controls the maximum amount of excess
overhead
(actual - target)
22
// is reached.
Overhead
here is defined as relative to number of media packets.
31
enum { kHighProtectionThreshold = 80 }; // Corresponds to ~30
overhead
, range
32
// is 0 to 255, where 255 corresponds to 100%
overhead
(relative to number of
157
// (1) the excess
overhead
(actual
overhead
- requested/target
overhead
) is
180
// Returns true if the excess
overhead
(actual - target) for the FEC is below
182
// cases and low number of media packets/frame. The target
overhead
is given by
186
return ((
Overhead
() - params_.fec_rate) < kMaxExcessOverhead)
[
all
...]
/prebuilts/go/darwin-x86/src/crypto/tls/
cipher_suites.go
145
func (f *fixedNonceAEAD)
Overhead
() int { return f.aead.
Overhead
() }
/prebuilts/go/linux-x86/src/crypto/tls/
cipher_suites.go
145
func (f *fixedNonceAEAD)
Overhead
() int { return f.aead.
Overhead
() }
/external/webrtc/webrtc/test/
rtcp_packet_parser.h
451
uint32_t
Overhead
() const { return tmmbr_item_.MeasuredOverhead; }
496
uint32_t
Overhead
(uint8_t num) const {
Completed in 846 milliseconds