Home
last modified time | relevance | path

Searched refs:imageId (Results 1 - 6 of 6) sorted by relevance

/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/
H A Ddefferred_delivery_image_fuzzer.cpp65 std::string imageId; in ProcessImageApi() local
67 imageId = cameraTest_->pendingImageIds_[rawData[0] % imagesCount]; in ProcessImageApi()
69 cameraTest_->imageProcessSession_->ProcessImage(imageId); in ProcessImageApi()
76 std::string imageId; in RemoveImageApi() local
78 imageId = cameraTest_->pendingImageIds_[rawData[0] % imagesCount]; in RemoveImageApi()
80 cameraTest_->imageProcessSession_->RemoveImage(imageId); in RemoveImageApi()
/drivers/peripheral/camera/test/common/v1_2/src/
H A Dhdi_common_v1_2.cpp343 int32_t HdiCommonV1_2::TestImageProcessCallback::OnProcessDone(const std::string& imageId, in OnProcessDone() argument
346 CAMERA_LOGI("imageId: %{public}s", imageId.c_str()); in OnProcessDone()
348 curImageId_ = imageId; in OnProcessDone()
362 int32_t HdiCommonV1_2::TestImageProcessCallback::OnError(const std::string& imageId, in OnError() argument
365 CAMERA_LOGI("imageId: %{public}s, errorCode: %{public}d", imageId.c_str(), errorCode); in OnError()
366 curImageId_ = imageId; in OnError()
/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dcamera_benchmark_test.cpp273 for (auto imageId : cameraTest->pendingImageIds_) { in BENCHMARK_F()
274 cameraTest->rc = cameraTest->imageProcessSession_->ProcessImage(imageId); in BENCHMARK_F()
296 for (auto imageId : cameraTest->pendingImageIds_) { in BENCHMARK_F()
297 cameraTest->rc = cameraTest->imageProcessSession_->RemoveImage(imageId); in BENCHMARK_F()
/drivers/peripheral/camera/interfaces/include/
H A Dvideo_key_info.h74 const std::string imageId = "imageId"; member
/drivers/peripheral/camera/test/common/v1_2/include/
H A Dhdi_common_v1_2.h117 int32_t OnProcessDone(const std::string& imageId,
120 int32_t OnError(const std::string& imageId, OHOS::HDI::Camera::V1_2::ErrorCode errorCode) override;
/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dcamera_hdi_uttest_v1_2.cpp116 for (auto imageId = pendingImages.begin(); imageId != pendingImages.end(); ++imageId) { in RemovePendingImages()
117 ret = cameraTest->imageProcessSession_->RemoveImage(*imageId); in RemovePendingImages()

Completed in 5 milliseconds