Home
last modified time | relevance | path

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

/frameworks/av/media/extractors/tests/
DExtractorUnitTest.cpp234 CMediaTrack *cTrack = wrap(track); in TEST_P() local
235 ASSERT_NE(cTrack, nullptr) << "Failed to get track wrapper for index " << idx; in TEST_P()
238 status = cTrack->start(track, bufferGroup->wrap()); in TEST_P()
258 status = cTrack->stop(track); in TEST_P()
289 CMediaTrack *cTrack = wrap(track); in TEST_P() local
290 ASSERT_NE(cTrack, nullptr) << "Failed to get track wrapper for index " << idx; in TEST_P()
293 status = cTrack->start(track, bufferGroup->wrap()); in TEST_P()
331 status = cTrack->stop(track); in TEST_P()
361 CMediaTrack *cTrack = wrap(track); in TEST_P() local
362 ASSERT_NE(cTrack, nullptr) << "Failed to get track wrapper for index " << idx; in TEST_P()
[all …]