Home
last modified time | relevance | path

Searched defs:overhead (Results 1 – 25 of 111) sorted by relevance

12345

/external/webrtc/modules/rtp_rtcp/source/rtcp_packet/
Dtmmb_item.cc19 TmmbItem::TmmbItem(uint32_t ssrc, uint64_t bitrate_bps, uint16_t overhead) in TmmbItem()
38 uint16_t overhead = compact & 0x1ff; // 9 bits. in Parse() local
66 void TmmbItem::set_packet_overhead(uint16_t overhead) { in set_packet_overhead()
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/ebb/
Dinstruction_count_test.c26 uint64_t overhead, bool report) in do_count_loop()
72 uint64_t current, overhead; in determine_overhead() local
112 uint64_t overhead; in instruction_count() local
/external/linux-kselftest/tools/testing/selftests/powerpc/pmu/
Dcount_instructions.c30 u64 overhead, bool report) in do_count_loop()
76 u64 current, overhead; in determine_overhead() local
97 u64 overhead; in test_body() local
Dcount_stcx_fail.c30 u64 overhead, bool report) in do_count_loop()
81 u64 current, overhead; in determine_overhead() local
105 u64 overhead; in test_body() local
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_route_change.h36 uint32_t overhead; member
52 uint32_t overhead() const { return overhead_; } in overhead() function
Drtc_event_route_change.cc17 RtcEventRouteChange::RtcEventRouteChange(bool connected, uint32_t overhead) in RtcEventRouteChange()
/external/cronet/base/trace_event/
Dtrace_buffer.cc110 TraceEventMemoryOverhead* overhead) override { in EstimateTraceMemoryOverhead()
223 TraceEventMemoryOverhead* overhead) override { in EstimateTraceMemoryOverhead()
268 TraceEventMemoryOverhead* overhead) { in EstimateTraceMemoryOverhead()
Dlog_message.cc34 TraceEventMemoryOverhead* overhead) { in EstimateTraceMemoryOverhead()
/external/libchrome/base/trace_event/
Dtrace_buffer.cc107 TraceEventMemoryOverhead* overhead) override { in EstimateTraceMemoryOverhead()
219 TraceEventMemoryOverhead* overhead) override { in EstimateTraceMemoryOverhead()
266 TraceEventMemoryOverhead* overhead) { in EstimateTraceMemoryOverhead()
/external/iproute2/tc/
Dq_cbq.c56 unsigned short overhead = 0; in cbq_parse_opt() local
193 unsigned short overhead = 0; in cbq_parse_class_opt() local
Dq_tbf.c47 unsigned short overhead = 0; in tbf_parse_opt() local
Dm_police.c67 unsigned short overhead = 0; in act_parse_police() local
Dq_htb.c121 unsigned short overhead = 0; in htb_parse_class_opt() local
/external/pdfium/core/fxcrt/
Dstring_data_template.cpp28 int overhead = offsetof(StringDataTemplate, m_String) + sizeof(CharType); in Create() local
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
DPerfOutputWriter.java76 double overhead = 100 * (subject - reference) / reference; in writeResult() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
Dinternal.h80 uint8_t overhead; member
/external/perfetto/src/trace_processor/util/
Dproto_profiler.h109 size_t overhead; member
/external/skia/src/base/
DSkArenaAlloc.cpp76 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace() local
/external/boringssl/src/crypto/fipsmodule/cipher/
Dinternal.h80 uint8_t overhead; member
/external/cronet/third_party/boringssl/src/crypto/fipsmodule/cipher/
Dinternal.h80 uint8_t overhead; member
/external/strace/
Dcount.c49 static struct timespec overhead; variable
/external/e2fsprogs/lib/ext2fs/
Dinitialize.c96 unsigned int overhead = 0; in ext2fs_initialize() local
/external/webrtc/audio/
Daudio_send_stream.cc663 size_t overhead = GetPerPacketOverheadBytes(); in SetupSendCodec() local
732 size_t overhead = GetPerPacketOverheadBytes(); in ReconfigureANA() local
/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
Dcrypto_framer.cc143 const size_t overhead = kQuicTagSize + kCryptoEndOffsetSize; in ConstructHandshakeMessage() local
/external/apache-http/android/src/com/android/internal/http/multipart/
DPart.java330 ByteArrayOutputStream overhead = new ByteArrayOutputStream(); in length() local

12345