Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libmediatranscoding/transcoder/tests/
H A DHdrTranscodeTests.cpp36 static const std::string kLoadSamplePluginProperty{"debug.codec2.force-sample-plugin"}; variable
161 EXPECT_TRUE(android::base::SetProperty(kLoadSamplePluginProperty, "true")); in TEST_F()
172 EXPECT_TRUE(android::base::SetProperty(kLoadSamplePluginProperty, "false")); in TEST_F()