Home
last modified time | relevance | path

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

/frameworks/av/media/module/extractors/tests/
DExtractorUnitTest.cpp317 bool hasTimestamp = false; in randomSeekTest() local
340 hasTimestamp = AMediaFormat_getInt64(metaData, AMEDIAFORMAT_KEY_TIME_US, &timeStamp); in randomSeekTest()
341 ASSERT_TRUE(hasTimestamp) << "Extractor didn't set timestamp for the given sample"; in randomSeekTest()