Loading media/codec2/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoDecTest.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,13 @@ class Codec2VideoDecHidlTest : public ::testing::VtsHalHidlTargetTestBase { mTimestampUs = 0u; mTimestampDevTest = false; if (mCompName == unknown_comp) mDisableTest = true; C2SecureModeTuning secureModeTuning{}; mComponent->query({ &secureModeTuning }, {}, C2_MAY_BLOCK, nullptr); if (secureModeTuning.value == C2Config::SM_READ_PROTECTED) { mDisableTest = true; } if (mDisableTest) std::cout << "[ WARN ] Test Disabled \n"; } Loading Loading
media/codec2/hidl/1.0/vts/functional/video/VtsHalMediaC2V1_0TargetVideoDecTest.cpp +7 −0 Original line number Diff line number Diff line Loading @@ -124,6 +124,13 @@ class Codec2VideoDecHidlTest : public ::testing::VtsHalHidlTargetTestBase { mTimestampUs = 0u; mTimestampDevTest = false; if (mCompName == unknown_comp) mDisableTest = true; C2SecureModeTuning secureModeTuning{}; mComponent->query({ &secureModeTuning }, {}, C2_MAY_BLOCK, nullptr); if (secureModeTuning.value == C2Config::SM_READ_PROTECTED) { mDisableTest = true; } if (mDisableTest) std::cout << "[ WARN ] Test Disabled \n"; } Loading