Home
last modified time | relevance | path

Searched defs:imageId (Results 1 – 7 of 7) sorted by relevance

/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/
Ddefferred_delivery_image_fuzzer.h33 int32_t OnProcessDone(const std::string& imageId, in OnProcessDone()
42 … int32_t OnError(const std::string& imageId, OHOS::HDI::Camera::V1_2::ErrorCode errorCode) override in OnError()
Ddefferred_delivery_image_fuzzer.cpp65 std::string imageId; in ProcessImageApi() local
76 std::string imageId; in RemoveImageApi() local
/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
Dcamera_benchmark_test.cpp273 for (auto imageId : cameraTest->pendingImageIds_) { in BENCHMARK_F() local
296 for (auto imageId : cameraTest->pendingImageIds_) { in BENCHMARK_F() local
Dbenchmark_common.cpp585 int32_t Test::TestImageProcessCallback::OnProcessDone(const std::string& imageId, in OnProcessDone()
603 int32_t Test::TestImageProcessCallback::OnError(const std::string& imageId, \ in OnError()
/drivers/peripheral/camera/interfaces/include/
Dvideo_key_info.h74 const std::string imageId = "imageId"; variable
/drivers/peripheral/camera/test/hdi/v1_2/src/
Dhdi_common_v1_2.cpp680 int32_t Test::TestImageProcessCallback::OnProcessDone(const std::string& imageId, in OnProcessDone()
699 int32_t Test::TestImageProcessCallback::OnError(const std::string& imageId, in OnError()
Dcamera_hdi_uttest_v1_2.cpp116 for (auto imageId = pendingImages.begin(); imageId != pendingImages.end(); ++imageId) { in RemovePendingImages() local