Home
last modified time | relevance | path

Searched refs:maxFrames (Results 1 - 6 of 6) sorted by relevance

/third_party/skia/tools/perf-canvaskit-puppeteer/
H A Dbenchmark.js35 function startTimingFrames(drawFn, surface, warmupFrames, maxFrames, timeoutMillis) {
37 const totalFrame = new Float32Array(maxFrames);
38 const withFlush = new Float32Array(maxFrames);
39 const withoutFlush = new Float32Array(maxFrames);
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
H A DMultiChannelRecording.h33 MultiChannelRecording(int32_t channelCount, int32_t maxFrames) in MultiChannelRecording() argument
35 , mMaxFrames(maxFrames) { in MultiChannelRecording()
36 mData = new float[channelCount * maxFrames]; in MultiChannelRecording()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
H A DAudioRecordThread.java43 public AudioRecordThread(int frameRate, int channelCount, int maxFrames) { in AudioRecordThread() argument
46 mCaptureBuffer = new CircularCaptureBuffer(maxFrames); in AudioRecordThread()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H A DLatencyAnalyzer.h105 void allocate(int maxFrames) { in allocate() argument
106 mData = std::make_unique<float[]>(maxFrames); in allocate()
107 mMaxFrames = maxFrames; in allocate()
/third_party/vk-gl-cts/modules/glshared/
H A DglsCalibration.cpp331 const int maxFrames = 60; in recomputeParameters() local
332 int numMeasureFrames = deClamp32(deRoundFloatToInt32(m_params.targetMeasureDurationUs / m_calibrateIterations.back().frameTime), minFrames, maxFrames); in recomputeParameters()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp[all...]

Completed in 27 milliseconds