Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dvideo_decoder_e2e_test.cpp227 class C2VideoDecoderE2ETest : public testing::Test { class
269 decoder_->AddOutputBufferReadyCb(std::bind(&C2VideoDecoderE2ETest::CountFrame, this, in SetUp()
272 decoder_->AddOutputFormatChangedCb(std::bind(&C2VideoDecoderE2ETest::VerifyOutputFormat, in SetUp()
307 class C2VideoDecoderSurfaceE2ETest : public C2VideoDecoderE2ETest {
313 class C2VideoDecoderSurfaceNoRenderE2ETest : public C2VideoDecoderE2ETest {
319 class C2VideoDecoderByteBufferE2ETest : public C2VideoDecoderE2ETest {
348 void C2VideoDecoderE2ETest::TestFPSBody() { in TestFPSBody()