Home
last modified time | relevance | path

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

1234

/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
/external/webrtc/logging/rtc_event_log/events/
Drtc_event_route_change.h32 uint32_t overhead() const { return overhead_; } in overhead() function
Drtc_event_route_change.cc17 RtcEventRouteChange::RtcEventRouteChange(bool connected, uint32_t overhead) in RtcEventRouteChange()
/external/libchrome/base/trace_event/
Dtrace_buffer.cc107 TraceEventMemoryOverhead* overhead) override { in EstimateTraceMemoryOverhead()
219 TraceEventMemoryOverhead* overhead) override { in EstimateTraceMemoryOverhead()
266 TraceEventMemoryOverhead* overhead) { in EstimateTraceMemoryOverhead()
Dtrace_event_impl.cc199 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/curl/lib/
Dcurl_krb5.h32 int (*overhead)(void *, int, int); member
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
DPerfOutputWriter.java73 double overhead = 100 * (subject - reference) / reference; in writeResult() local
/external/boringssl/src/crypto/fipsmodule/cipher/
Dinternal.h80 uint8_t overhead; member
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/cipher/
Dinternal.h80 uint8_t overhead; member
/external/pdfium/core/fxcrt/
Dstring_data_template.h24 int overhead = offsetof(StringDataTemplate, m_String) + sizeof(CharType); in Create() local
/external/e2fsprogs/lib/ext2fs/
Dinitialize.c96 unsigned int overhead = 0; in ext2fs_initialize() local
/external/skia/src/core/
DSkArenaAlloc.cpp72 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace() local
DSkArenaAlloc.h253 constexpr uint32_t overhead = sizeof(Footer) + sizeof(uint32_t); in allocUninitializedArray() local
/external/strace/
Dcount.c49 static struct timespec overhead; variable
/external/skqp/include/private/
DSkArenaAlloc.h184 constexpr uint32_t overhead = sizeof(Footer) + sizeof(uint32_t); in commonArrayAlloc() local
/external/skqp/src/core/
DSkArenaAlloc.cpp104 constexpr uint32_t overhead = headerSize + sizeof(Footer); in ensureSpace() local
/external/apache-http/android/src/com/android/internal/http/multipart/
DPart.java330 ByteArrayOutputStream overhead = new ByteArrayOutputStream(); in length() local
/external/libwebsockets/lib/misc/lwsac/
Dlwsac.c239 uint64_t overhead = 0; in lwsac_total_overhead() local
/external/skqp/bench/
Dnanobench.cpp260 double overhead = 0; in estimate_timer_overhead() local
323 static int setup_cpu_bench(const double overhead, Target* target, Benchmark* bench) { in setup_cpu_bench()
1164 const double overhead = estimate_timer_overhead(); in main() local

1234