mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-27 09:00:57 +00:00
commit
e7d607de51
@ -1028,7 +1028,6 @@ HWTEST_F(CameraHdiTestV1_2, SUB_Driver_Camera_SteadyShot_0300, TestSize.Level1)
|
||||
// start preview, video and capture
|
||||
cameraTest->StartCapture(cameraTest->streamIdPreview, cameraTest->captureIdPreview, false, true);
|
||||
cameraTest->StartCapture(cameraTest->streamIdVideo, cameraTest->captureIdVideo, false, true);
|
||||
cameraTest->StartCapture(cameraTest->streamIdCapture, cameraTest->captureIdCapture, false, false);
|
||||
// wait to stop
|
||||
uint32_t waitTime = 0;
|
||||
auto envStr = getenv("UT_SUPER_STAB_KEEP_SECOND");
|
||||
|
@ -385,6 +385,7 @@ void DeviceTest::TearDown()
|
||||
void DeviceLayerDisplay::TearDown()
|
||||
{
|
||||
HdiTestDevice::GetInstance().Clear();
|
||||
HdiTestDevice::GetInstance().GetFirstDisplay()->ResetClientLayer();
|
||||
}
|
||||
|
||||
void VblankCtr::NotifyVblank(unsigned int sequence, uint64_t ns, const void* data)
|
||||
|
Loading…
Reference in New Issue
Block a user