Home
last modified time | relevance | path

Searched refs:GetPendingImages (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_image_process_session_v12.md23 | [GetPendingImages](#getpendingimages) ([out] List< String > imageIds) | 获取未处理的挂起图像的ID。 |
53 ### GetPendingImages()
56 IImageProcessSession::GetPendingImages ([out] List< String > imageIds)
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/schedule/photo_processor/
H A Ddeferred_photo_processor.cpp235 bool DeferredPhotoProcessor::GetPendingImages(std::vector<std::string>& pendingImages) in GetPendingImages() function in OHOS::CameraStandard::DeferredProcessing::DeferredPhotoProcessor
242 bool isSuccess = postProcessor_->GetPendingImages(pendingImages); in GetPendingImages()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/post_processor/
H A Dphoto_post_processor.h56 bool GetPendingImages(std::vector<std::string>& pendingImages);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/include/schedule/photo_processor/
H A Ddeferred_photo_processor.h54 bool GetPendingImages(std::vector<std::string>& pendingImages);
/ohos5.0/drivers/peripheral/camera/test/benchmarktest/v1_2/src/
H A Dcamera_benchmark_test.cpp272 cameraTest->imageProcessSession_->GetPendingImages(cameraTest->pendingImageIds_); in BENCHMARK_F()
295 cameraTest->imageProcessSession_->GetPendingImages(cameraTest->pendingImageIds_); in BENCHMARK_F()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/
H A Dimage_process_session_service.cpp.txt30 int32_t ImageProcessSessionService::GetPendingImages(std::vector<std::string>& imageIds)
H A Dimage_process_session_service.h.txt32 int32_t GetPendingImages(std::vector<std::string>& imageIds) override;
H A Diimage_process_session.h.txt73 virtual int32_t GetPendingImages(std::vector<std::string>& imageIds) = 0;
H A Dimage_process_session_proxy.h.txt40 int32_t GetPendingImages(std::vector<std::string>& imageIds) override;
H A Dimage_process_session_proxy.cpp.txt38 int32_t OHOS::HDI::Camera::V1_2::ImageProcessSessionProxy::GetPendingImages(std::vector<std::string…
H A Dimage_process_session_stub.cpp.txt171 int32_t imageProcessSessionRet = impl->GetPendingImages(imageIds);
/ohos5.0/drivers/peripheral/camera/test/fuzztest/defferred_delivery_image/
H A Ddefferred_delivery_image_fuzzer.cpp58 imageProcessSession_->GetPendingImages(pendingImageIds_); in GetPendingImagesApi()
/ohos5.0/drivers/interface/camera/v1_2/
H A DIImageProcessSession.idl49 GetPendingImages([out] List<String> imageIds);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/
H A DIImageProcessSession.idl49 GetPendingImages([out] List<String> imageIds);
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/session/photo_session/
H A Ddeferred_photo_processing_session.cpp62 bool isSuccess = processor_->GetPendingImages(pendingImages); in EndSynchronize()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dphoto_post_processor.cpp554 bool PhotoPostProcessor::GetPendingImages(std::vector<std::string>& pendingImages) in GetPendingImages() function in OHOS::CameraStandard::DeferredProcessing::PhotoPostProcessor
559 int32_t ret = session_->GetPendingImages(pendingImages); in GetPendingImages()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_2/src/
H A Dcamera_hdi_uttest_v1_2.cpp113 int ret = cameraTest->imageProcessSession_->GetPendingImages(pendingImages); in RemovePendingImages()
159 ret = cameraTest->imageProcessSession_->GetPendingImages(pendingImages);
175 ret = cameraTest->imageProcessSession_->GetPendingImages(pendingImages); in ProcessPendingImages()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/dump_ast_target/
H A Ddump.txt151 [mini, lite, full] GetPendingImages(