Home
last modified time | relevance | path

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

/hardware/google/av/codec2/hidl/1.0/mts/audio/
DMtsHidlC2V1_0TargetAudioDecTest.cpp552 uint64_t expTs; in TEST_F() local
562 expTs = *itIn; in TEST_F()
564 EXPECT_EQ(expTs, itOut->timestampUs); in TEST_F()
565 if (expTs != itOut->timestampUs) break; in TEST_F()
568 expTs = samplesReceived * 1000000ll / nSampleRate; in TEST_F()
573 EXPECT_GT(expTs, *itIn); in TEST_F()