OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kSamplingN
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
FastThreadState.h
65
//
kSamplingN
is max size of sampling frame (statistics), and must be a power of 2 <= 0x8000.
68
static const uint32_t
kSamplingN
= 0x8000;
69
// Corresponding runtime maximum size of sample arrays, must be a power of 2 <=
kSamplingN
.
77
uint32_t mMonotonicNs[
kSamplingN
]; // delta monotonic (wall clock) time
78
uint32_t mLoadNs[
kSamplingN
]; // delta CPU load in time
80
uint32_t mCpukHz[
kSamplingN
]; // absolute CPU clock frequency in kHz, bits 0-3 are CPU#
FastMixer.cpp
477
if (samplingN <= mSamplingN || samplingN >
kSamplingN
|| roundup(samplingN) != samplingN) {
Threads.cpp
[
all
...]
Completed in 589 milliseconds