Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dcamera_hdi_test_v1_2.cpp115 EXPECT_EQ(cameraTest->imageProcessCallback_->coutProcessDone_, ONE);
140 EXPECT_EQ(cameraTest->imageProcessCallback_->coutProcessDone_, TWO); in ProcessPendingImages()
145 EXPECT_EQ(cameraTest->imageProcessCallback_->coutProcessDone_, THREE); in ProcessPendingImages()
153 EXPECT_EQ(cameraTest->imageProcessCallback_->coutProcessDone_, THREE); in ProcessPendingImages()
154 EXPECT_EQ(cameraTest->imageProcessCallback_->countError_, 0); in ProcessPendingImages()
Dhdi_common_v1_2.cpp104 imageProcessCallback_ = new OHOS::Camera::Test::TestImageProcessCallback(); in DefferredImageTestInit()
105 EXPECT_NE(imageProcessCallback_, nullptr); in DefferredImageTestInit()
106 …ret = imageProcessService_->CreateImageProcessSession(userId, imageProcessCallback_, imageProcessS… in DefferredImageTestInit()
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
Dhdi_common_v1_2.h143 sptr<TestImageProcessCallback> imageProcessCallback_ = nullptr; variable