/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/distributed_camera/ |
H A D | _d_c_capture_info.md | 26 | boolean [isCapture_](#iscapture_) | 是否触发接收捕获。 | 85 ### isCapture_ subsection 88 boolean DCCaptureInfo::isCapture_
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/test/unittest/common/cameraoperator/ |
H A D | dcamera_client_test.cpp | 141 photoInfo_false_->isCapture_ = false; in SetUp() 148 videoInfo_false_->isCapture_ = false; in SetUp() 155 photoInfo_true_->isCapture_ = true; in SetUp() 162 videoInfo_true_->isCapture_ = true; in SetUp() 219 info->isCapture_ = true; in SetCaptureInfo() 365 videoInfo_true_->isCapture_); 426 videoInfo_true_->format_, videoInfo_true_->isCapture_); 429 photoInfo_false_->format_, photoInfo_false_->isCapture_); 443 videoInfo_true_->format_, videoInfo_true_->isCapture_); 446 photoInfo_false_->format_, photoInfo_false_->isCapture_); [all …]
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/ |
H A D | dcamera_source_dev.cpp | 593 capture->isCapture_ = (*iter)->isCapture_; in StartCapture() 599 …capture->width_, capture->height_, capture->format_, capture->isCapture_ ? 1 : 0, capture->encodeT… in StartCapture() 630 .isCapture_ = capture->isCapture_, in HitraceAndHisyseventImpl() 635 if (capture->type_ == CONTINUOUS_FRAME && capture->isCapture_ == true) { in HitraceAndHisyseventImpl() 637 } else if (capture->type_ == SNAPSHOT_FRAME && capture->isCapture_ == true) { in HitraceAndHisyseventImpl()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/ |
H A D | dcamera_capture_info_cmd.cpp | 49 cJSON_AddBoolToObject(captureInfo, "IsCapture", capture->isCapture_); in Marshal() 143 captureInfo->isCapture_ = cJSON_IsTrue(isCapture); in UmarshalValue()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/ |
H A D | dcamera_capture_info_cmd.h | 32 bool isCapture_; variable
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_camera_v1_0/cpp_target/distributed_camera/v1_0/ |
H A D | dcamera_types.cpp.txt | 190 if (!data.WriteBool(dataBlock.isCapture_)) { 191 HDF_LOGE("%{public}s: write dataBlock.isCapture_ failed!", __func__); 250 if (!data.ReadBool(dataBlock.isCapture_)) { 251 HDF_LOGE("%{public}s: read dataBlock.isCapture_ failed!", __func__);
|
H A D | dcamera_types.h.txt | 120 bool isCapture_;
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastartcapture_fuzzer/ |
H A D | dcamerastartcapture_fuzzer.cpp | 56 captureInfo.isCapture_ = *(reinterpret_cast<const bool*>(data)); in DcameraStartCaptureFuzzTest()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_data_process.cpp | 149 captureInfo->width_, captureInfo->height_, captureInfo->format_, captureInfo->isCapture_, in StartCapture() 151 if (streamType_ == CONTINUOUS_FRAME && captureInfo->isCapture_ == true) { in StartCapture()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/include/utils/ |
H A D | dcamera_hisysevent_adapter.h | 49 bool isCapture_; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/ |
H A D | web_delegate_cross.h | 215 …le), mode_(mode), defaultFileName_(defaultFileName), acceptType_(acceptType), isCapture_(isCapture) in FileSelectorParam() 237 return isCapture_; in IsCapture() 245 bool isCapture_; variable
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_source_controller_test.cpp | 130 capture->isCapture_ = TEST_ISCAPTURE; 160 capture->isCapture_ = TEST_ISCAPTURE; 531 capture->isCapture_ = TEST_ISCAPTURE;
|
H A D | dcamera_source_data_process_test.cpp | 141 captureInfo->isCapture_ = true;
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dstream_operator.cpp | 375 capture.isCapture_ = captureInfo->isCapture_; in ExtractCaptureInfo() 1024 info->dataspace_, info->isCapture_, info->encodeType_, info->type_); in NegotiateSuitableCaptureInfo() 1038 appendCaptureInfo->isCapture_ = false; in AppendCaptureInfo() 1044 cacheCapture->isCapture_ = false; in AppendCaptureInfo() 1052 inputCaptureInfo->isCapture_ = isStreaming ? false : true; in AppendCaptureInfo() 1074 inputCaptureInfo->isCapture_ = true; in GetInputCaptureInfo()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/ |
H A D | dcamera_hisysevent_adapter_test.cpp | 139 capture.isCapture_ = true;
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/ |
H A D | dcamera_provider_callback_impl.cpp | 214 capture->isCapture_ = iter->isCapture_; in StartCapture()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/ |
H A D | dcamera_client.cpp | 195 if ((info->streamType_ == CONTINUOUS_FRAME) || (!info->isCapture_)) { in StartCapture() 468 info->format_, info->streamType_, info->isCapture_); in CreatePhotoOutput() 493 info->format_, info->streamType_, info->isCapture_); in CreatePreviewOutput()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/common/src/utils/ |
H A D | dcamera_hisysevent_adapter.cpp | 134 "ISCAPTURE", capture.isCapture_ ? "true" : "false", in ReportStartCaptureEvent()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_camera_v1_0/dump_ast_target/ |
H A D | dump.txt | 135 boolean isCapture_;
|
/ohos5.0/drivers/interface/distributed_camera/v1_0/ |
H A D | DCameraTypes.idl | 238 boolean isCapture_;
|
/ohos5.0/drivers/interface/distributed_camera/v1_1/ |
H A D | DCameraTypes.idl | 242 boolean isCapture_;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_camera_v1_0/foo/distributed_camera/v1_0/ |
H A D | DCameraTypes.idl | 238 boolean isCapture_;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_paint_filter_canvas_test.cpp | 1365 paintFilterCanvas->isCapture_ = false; 1393 paintFilterCanvas->isCapture_ = false; 1421 paintFilterCanvas->isCapture_ = false;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_paint_filter_canvas.cpp | 1014 return isCapture_; in IsCapture() 1018 isCapture_ = isCapture; in SetCapture()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/ |
H A D | dcamera_provider.cpp | 337 info->width_, info->height_, info->format_, info->type_, info->isCapture_); in StartCapture()
|