Home
last modified time | relevance | path

Searched refs:isCapture_ (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/distributed_camera/
H A D_d_c_capture_info.md26 | 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 Ddcamera_client_test.cpp141 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 Ddcamera_source_dev.cpp593 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 Ddcamera_capture_info_cmd.cpp49 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 Ddcamera_capture_info_cmd.h32 bool isCapture_; variable
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_camera_v1_0/cpp_target/distributed_camera/v1_0/
H A Ddcamera_types.cpp.txt190 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 Ddcamera_types.h.txt120 bool isCapture_;
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcamerastartcapture_fuzzer/
H A Ddcamerastartcapture_fuzzer.cpp56 captureInfo.isCapture_ = *(reinterpret_cast<const bool*>(data)); in DcameraStartCaptureFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/
H A Ddcamera_source_data_process.cpp149 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 Ddcamera_hisysevent_adapter.h49 bool isCapture_; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h215 …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 Ddcamera_source_controller_test.cpp130 capture->isCapture_ = TEST_ISCAPTURE;
160 capture->isCapture_ = TEST_ISCAPTURE;
531 capture->isCapture_ = TEST_ISCAPTURE;
H A Ddcamera_source_data_process_test.cpp141 captureInfo->isCapture_ = true;
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
H A Ddstream_operator.cpp375 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 Ddcamera_hisysevent_adapter_test.cpp139 capture.isCapture_ = true;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H A Ddcamera_provider_callback_impl.cpp214 capture->isCapture_ = iter->isCapture_; in StartCapture()
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/cameraoperator/client/src/
H A Ddcamera_client.cpp195 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 Ddcamera_hisysevent_adapter.cpp134 "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 Ddump.txt135 boolean isCapture_;
/ohos5.0/drivers/interface/distributed_camera/v1_0/
H A DDCameraTypes.idl238 boolean isCapture_;
/ohos5.0/drivers/interface/distributed_camera/v1_1/
H A DDCameraTypes.idl242 boolean isCapture_;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/distributed_camera_v1_0/foo/distributed_camera/v1_0/
H A DDCameraTypes.idl238 boolean isCapture_;
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp1365 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 Drs_paint_filter_canvas.cpp1014 return isCapture_; in IsCapture()
1018 isCapture_ = isCapture; in SetCapture()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/src/dcamera_provider/
H A Ddcamera_provider.cpp337 info->width_, info->height_, info->format_, info->type_, info->isCapture_); in StartCapture()

12