mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-27 17:12:20 +00:00
Signed-off-by: hwx1255622 <hechunrui@huawei.com>
Change-Id: I44700de021e718464f49d5e955646ea252b44a6b
This commit is contained in:
parent
d2d703878d
commit
46c98d8220
@ -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()
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user