Home
last modified time | relevance | path

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

/frameworks/av/media/libeffects/lvm/tests/
DEffectReverbTest.cpp224 std::vector<int16_t> monoTestI16(mTotalFrameCount); in TEST_P() local
225 memcpy_to_i16_from_float(monoTestI16.data(), testOutput.data(), mTotalFrameCount); in TEST_P()
227 ASSERT_EQ(0, memcmp(monoRefI16.data(), monoTestI16.data(), mTotalFrameCount * FCC_2)) in TEST_P()