Home
last modified time | relevance | path

Searched refs:kTenMilliSecVal (Results 1 – 4 of 4) sorted by relevance

/frameworks/av/media/libeffects/preprocessing/tests/
DEffectTestHelper.h60 mFrameCount(mSampleRate * kTenMilliSecVal), in EffectTestHelper()
87 static constexpr float kTenMilliSecVal = 0.01; variable
DEffectPreprocessingTest.cpp164 mFrameCount(mSampleRate * EffectTestHelper::kTenMilliSecVal), in SingleEffectTest()
227 mFrameCount(mSampleRate * EffectTestHelper::kTenMilliSecVal), in SingleEffectComparisonTest()
DPreProcessingTest.cpp159 constexpr float kTenMilliSecVal = 0.01; variable
428 const int frameLength = (int)(preProcCfgParams.samplingFreq * kTenMilliSecVal); in main()
/frameworks/av/media/libeffects/preprocessing/benchmarks/
Dpreprocessing_benchmark.cpp144 constexpr float kTenMilliSecVal = 0.01; variable
256 const int frameLength = (int)(kSampleRate * kTenMilliSecVal); in BM_PREPROCESSING()