Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraMg/v1_2/src/
Dcamera_hdi_test_v1_2.cpp67 int ret = cameraTest->imageProcessSession_->GetPendingImages(pendingImages); in RemovePendingImages()
71 ret = cameraTest->imageProcessSession_->RemoveImage(*imageId); in RemovePendingImages()
106 …ret = cameraTest->imageProcessSession_->GetCoucurrency(OHOS::HDI::Camera::V1_2::HIGH_PREFORMANCE, …
109 ret = cameraTest->imageProcessSession_->GetPendingImages(pendingImages);
123 …ret = cameraTest->imageProcessSession_->GetCoucurrency(OHOS::HDI::Camera::V1_2::BALANCED, taskCoun… in ProcessPendingImages()
125 ret = cameraTest->imageProcessSession_->GetPendingImages(pendingImages); in ProcessPendingImages()
130 ret = cameraTest->imageProcessSession_->SetExecutionMode(OHOS::HDI::Camera::V1_2::BALANCED); in ProcessPendingImages()
132 ret = cameraTest->imageProcessSession_->SetExecutionMode(OHOS::HDI::Camera::V1_2::LOW_POWER); in ProcessPendingImages()
134 …ret = cameraTest->imageProcessSession_->SetExecutionMode(OHOS::HDI::Camera::V1_2::HIGH_PREFORMANCE… in ProcessPendingImages()
137 ret = cameraTest->imageProcessSession_->ProcessImage(pendingImages[0]); in ProcessPendingImages()
[all …]
Dhdi_common_v1_2.cpp106 …ageProcessService_->CreateImageProcessSession(userId, imageProcessCallback_, imageProcessSession_); in DefferredImageTestInit()
108 if (imageProcessSession_ == nullptr) { in DefferredImageTestInit()
/test/xts/hats/hdf/camera/cameraMg/v1_2/include/
Dhdi_common_v1_2.h140 sptr<OHOS::HDI::Camera::V1_2::IImageProcessSession> imageProcessSession_ = nullptr; variable