Home
last modified time | relevance | path

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

/external/v4l2_codec2/tests/c2_e2e_test/jni/
Dvideo_decoder_e2e_test.cpp27 class C2VideoDecoderTestEnvironment;
30 C2VideoDecoderTestEnvironment* g_env;
34 class C2VideoDecoderTestEnvironment : public testing::Environment { class
36 C2VideoDecoderTestEnvironment(bool loop, bool use_sw_decoder, bool use_fake_renderer, in C2VideoDecoderTestEnvironment() function in android::C2VideoDecoderTestEnvironment
433 android::g_env = reinterpret_cast<android::C2VideoDecoderTestEnvironment*>( in RunDecoderTests()
434 testing::AddGlobalTestEnvironment(new android::C2VideoDecoderTestEnvironment( in RunDecoderTests()