Home
last modified time | relevance | path

Searched defs:testSamples (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/cts/tests/camera/src/android/hardware/camera2/cts/
H A DConcurrentCameraTest.java116 ArrayList<TestSample> testSamples = new ArrayList<TestSample>(); in testMandatoryConcurrentStreamCombination() local
233 private void testMandatoryConcurrentStreamCombination(ArrayList<TestSample> testSamples) in testMandatoryConcurrentStreamCombination()
/aosp_15_r20/external/sonivox/arm-wt-22k/jetcreator_lib_src/darwin-x86/
H A Deastestv37.c708 const EAS_SAMPLE testSamples[] = variable
/aosp_15_r20/external/deqp/modules/gles3/performance/
H A Des3pDepthTests.cpp755 vector<Vec2> testSamples(samples.size()); in logAnalysis() local
1073 vector<Vec2> testSamples(samples.size()); in logAnalysis() local
H A Des3pBufferDataUploadTests.cpp6504 static float sumOfRanks(const std::vector<uint64_t> &testSamples, const std::vector<uint64_t> &allS… in sumOfRanks()