Home
last modified time | relevance | path

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

/hardware/google/av/media/sfplugin/tests/
DMediaCodec_sanity_test.cpp225 size_t frameIx = 0; in TEST_F() local
234 bool eos = ++frameIx == NELEM(avcStream_B); in TEST_F()
235 EXPECT_EQ(codec->queueInputBuffer(ix, 0, frame.size, frameIx * 33333, in TEST_F()
307 size_t frameIx = 0; in TEST_P() local
316 bool eos = ++frameIx == NELEM(avcStream_A); in TEST_P()
317 EXPECT_EQ(codec->queueInputBuffer(ix, 0, frame.size, frameIx * 33333, in TEST_P()