Home
last modified time | relevance | path

Searched refs:isCapture_ (Results 1 - 17 of 17) sorted by relevance

/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_); in HWTEST_F()
426 videoInfo_true_->format_, videoInfo_true_->isCapture_); in HWTEST_F()
429 photoInfo_false_->format_, photoInfo_false_->isCapture_); in HWTEST_F()
443 videoInfo_true_->format_, videoInfo_true_->isCapture_); in HWTEST_F()
446 photoInfo_false_->format_, photoInfo_false_->isCapture_); in HWTEST_F()
[all...]
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/include/
H A Ddcamera_capture_info_cmd.h32 bool isCapture_; member in OHOS::DistributedHardware::DCameraCaptureInfo
/foundation/distributedhardware/distributed_camera/services/cameraservice/base/src/
H A Ddcamera_capture_info_cmd.cpp50 cJSON_AddBoolToObject(captureInfo, "IsCapture", capture->isCapture_); in Marshal()
144 captureInfo->isCapture_ = cJSON_IsTrue(isCapture); in UmarshalValue()
/foundation/distributedhardware/distributed_camera/common/include/utils/
H A Ddcamera_hisysevent_adapter.h49 bool isCapture_; member
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/
H A Ddcamera_source_dev.cpp596 capture->isCapture_ = (*iter)->isCapture_; in StartCapture()
602 capture->width_, capture->height_, capture->format_, capture->isCapture_ ? 1 : 0, capture->encodeType_, in StartCapture()
633 .isCapture_ = capture->isCapture_, in HitraceAndHisyseventImpl()
638 if (capture->type_ == CONTINUOUS_FRAME && capture->isCapture_ == true) { in HitraceAndHisyseventImpl()
640 } else if (capture->type_ == SNAPSHOT_FRAME && capture->isCapture_ == true) { in HitraceAndHisyseventImpl()
/foundation/distributedhardware/distributed_camera/common/test/unittest/common/utils/
H A Ddcamera_hisysevent_adapter_test.cpp139 capture.isCapture_ = true; in HWTEST_F()
/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()
H A Ddcamera_source_input.cpp141 GetAnonyString(dhId_).c_str(), (*iter)->type_, idSize, (*iter)->isCapture_ ? 1 : 0); in StartCapture()
/foundation/distributedhardware/distributed_camera/common/src/utils/
H A Ddcamera_hisysevent_adapter.cpp134 "ISCAPTURE", capture.isCapture_ ? "true" : "false", in ReportStartCaptureEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/cross_platform/
H A Dweb_delegate_cross.h215 : title_(title), mode_(mode), defaultFileName_(defaultFileName), acceptType_(acceptType), isCapture_(isCapture) in FileSelectorParam()
237 return isCapture_;
245 bool isCapture_; member in OHOS::Ace::FileSelectorParam
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/
H A Ddcamera_source_controller_test.cpp130 capture->isCapture_ = TEST_ISCAPTURE; in HWTEST_F()
160 capture->isCapture_ = TEST_ISCAPTURE; in HWTEST_F()
531 capture->isCapture_ = TEST_ISCAPTURE; in HWTEST_F()
H A Ddcamera_source_data_process_test.cpp141 captureInfo->isCapture_ = true; in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/
H A Ddcamera_provider_callback_impl.cpp214 capture->isCapture_ = iter->isCapture_; in StartCapture()
/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()
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/
H A Drs_paint_filter_canvas_test.cpp1501 paintFilterCanvas->isCapture_ = false; in HWTEST_F()
1529 paintFilterCanvas->isCapture_ = false; in HWTEST_F()
1558 paintFilterCanvas->isCapture_ = false; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_paint_filter_canvas.cpp1501 return isCapture_; in IsCapture()
1505 isCapture_ = isCapture; in SetCapture()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h365 bool isCapture_ = false; member

Completed in 19 milliseconds