Searched refs:tsHit (Results 1 - 3 of 3) sorted by relevance

/hardware/interfaces/media/omx/1.0/vts/functional/audio/
H A DVtsHalMediaOmxV1_0TargetAudioDecTest.cpp186 bool tsHit = false; local
192 tsHit = true;
197 if (tsHit == false) {
199 EXPECT_EQ(tsHit, true)
/hardware/interfaces/media/omx/1.0/vts/functional/video/
H A DVtsHalMediaOmxV1_0TargetVideoDecTest.cpp188 bool tsHit = false; local
194 tsHit = true;
199 if (tsHit == false) {
201 EXPECT_EQ(tsHit, true)
H A DVtsHalMediaOmxV1_0TargetVideoEncTest.cpp196 bool tsHit = false; local
202 tsHit = true;
207 if (tsHit == false) {
209 EXPECT_EQ(tsHit, true)

Completed in 88 milliseconds