Signed-off-by: hwx1255622 <hechunrui@huawei.com>

Change-Id: I44700de021e718464f49d5e955646ea252b44a6b
This commit is contained in:
hwx1255622 2024-07-09 19:40:27 +08:00
parent d2d703878d
commit 46c98d8220
2 changed files with 8 additions and 0 deletions

View File

@ -70,6 +70,10 @@ public:
{
if (hdiJpeg_ != nullptr) {
hdiJpeg_->Init(CODEC_IMAGE_JPEG);
} else {
printf("jpeg is not supported!");
GTEST_SKIP() << "Device not exist" << std::endl;
return;
}
}
void TearDown()

View File

@ -66,6 +66,10 @@ public:
{
if (hdiJpeg_ != nullptr) {
hdiJpeg_->Init(CODEC_IMAGE_JPEG);
} else {
printf("jpeg is not supported!");
GTEST_SKIP() << "Device not exist" << std::endl;
return;
}
}
void TearDown()