/ohos5.0/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | camera_preview_test.cpp | 60 std::vector<StreamInfo> streamInfos; variable 103 std::vector<StreamInfo> streamInfos; variable 157 std::vector<StreamInfo> streamInfos; variable 199 std::vector<StreamInfo> streamInfos; variable 302 std::vector<StreamInfo> streamInfos; variable 356 std::vector<StreamInfo> streamInfos; variable 408 std::vector<StreamInfo> streamInfos; variable 452 std::vector<StreamInfo> streamInfos; variable 496 std::vector<StreamInfo> streamInfos; variable 538 std::vector<StreamInfo> streamInfos; variable [all …]
|
H A D | hdi_interfaces_test.cpp | 59 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local 112 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local 157 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local 203 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local 247 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local 301 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local 345 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local 389 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local 433 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local 487 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local [all …]
|
H A D | camera_capture_test.cpp | 291 std::vector<StreamInfo> streamInfos; variable 345 std::vector<StreamInfo> streamInfos; variable
|
H A D | pipeline_test.cpp | 119 std::vector<std::shared_ptr<StreamInfo>> streamInfos; in TEST_F() local
|
H A D | usb_camera_test.cpp | 520 std::vector<StreamInfo> streamInfos; in TEST_F() local 675 std::vector<StreamInfo> streamInfos; in TEST_F() local 830 std::vector<StreamInfo> streamInfos; in TEST_F() local 1058 std::vector<StreamInfo> streamInfos; in TEST_F() local
|
H A D | test_camera_base.h | 110 std::vector<StreamInfo> streamInfos = {}; variable
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/ |
H A D | dstream_operator_test.cpp | 165 std::vector<StreamInfo> streamInfos; variable 194 std::vector<StreamInfo> streamInfos; variable 227 std::vector<StreamInfo> streamInfos; variable 261 std::vector<StreamInfo> streamInfos; variable 298 std::vector<StreamInfo> streamInfos; variable 339 std::vector<StreamInfo> streamInfos; variable
|
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/ |
H A D | hcamera_restore_param.cpp | 23 std::vector<StreamInfo_V1_1> streamInfos, in HCameraRestoreParam() 96 void HCameraRestoreParam::SetStreamInfo(std::vector<StreamInfo_V1_1> &streamInfos) in SetStreamInfo()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraconfigurestreams_fuzzer/ |
H A D | dcameraconfigurestreams_fuzzer.cpp | 48 std::vector<DCStreamInfo> streamInfos; in DcameraConfigureStreamsFuzzTest() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/test/unittest/common/distributedcameramgr/ |
H A D | dcamera_source_dev_test.cpp | 207 std::vector<std::shared_ptr<DCStreamInfo>> streamInfos; variable 231 std::vector<std::shared_ptr<DCStreamInfo>> streamInfos; variable 442 std::vector<std::shared_ptr<DCStreamInfo>> streamInfos; variable 475 std::vector<std::shared_ptr<DCStreamInfo>> streamInfos; variable
|
H A D | mock_dcamera_source_dev.h | 48 int32_t ConfigStreams(std::vector<std::shared_ptr<DCStreamInfo>>& streamInfos) in ConfigStreams()
|
H A D | dcamera_provider_callback_impl_test.cpp | 197 std::vector<DCStreamInfo> streamInfos; variable 348 std::vector<DCStreamInfo> streamInfos; variable
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/ |
H A D | dcamera_source_event.cpp | 46 int32_t DCameraSourceEvent::GetStreamInfos(std::vector<std::shared_ptr<DCStreamInfo>>& streamInfos) in GetStreamInfos()
|
/ohos5.0/foundation/multimedia/camera_framework/test/fuzztest/camerarestoreparam_fuzzer/ |
H A D | camera_restore_param_fuzzer.cpp | 95 std::vector<StreamInfo_V1_1> streamInfos; in Test() local
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraadddcameradevice_fuzzer/ |
H A D | dcameraadddcameradevice_fuzzer.cpp | 42 int32_t ConfigureStreams(const DHBase& dhBase, const std::vector<DCStreamInfo>& streamInfos) in ConfigureStreams()
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraenabledcameradevice_fuzzer/ |
H A D | dcameraenabledcameradevice_fuzzer.cpp | 42 int32_t ConfigureStreams(const DHBase& dhBase, const std::vector<DCStreamInfo>& streamInfos) in ConfigureStreams()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerastate/ |
H A D | dcamera_source_opened_state.cpp | 130 std::vector<std::shared_ptr<DCStreamInfo>> streamInfos; in DoConfigStreamsTask() local
|
H A D | dcamera_source_config_stream_state.cpp | 173 std::vector<std::shared_ptr<DCStreamInfo>> streamInfos; in DoConfigStreamsTask() local
|
/ohos5.0/drivers/peripheral/camera/test/ut/usb_camera/ |
H A D | usb_camera_test.cpp | 519 std::vector<StreamInfo> streamInfos; in TEST_F() local 676 std::vector<StreamInfo> streamInfos; in TEST_F() local 831 std::vector<StreamInfo> streamInfos; in TEST_F() local 1693 std::vector<StreamInfo> streamInfos; in TEST_F() local 1776 std::vector<StreamInfo> streamInfos; in TEST_F() local 1848 std::vector<StreamInfo> streamInfos; in TEST_F() local
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/ |
H A D | dcamera_source_event.h | 77 const std::vector<std::shared_ptr<DCStreamInfo>>& streamInfos) : eventType_(eventType) in DCameraSourceEvent()
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | stream_operator_service.cpp | 53 int32_t StreamOperatorService::CreateStreams(const std::vector<StreamInfo> &streamInfos) in CreateStreams()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcameradata/ |
H A D | dcamera_source_data_process.cpp | 67 int32_t DCameraSourceDataProcess::ConfigStreams(std::vector<std::shared_ptr<DCStreamInfo>>& streamI… in ConfigStreams()
|
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/src/distributedcameramgr/dcamerahdf/ |
H A D | dcamera_provider_callback_impl.cpp | 101 const std::vector<DCStreamInfo>& streamInfos) in ConfigureStreams()
|
/ohos5.0/foundation/multimedia/camera_framework/interfaces/inner_api/native/camera/include/ability/ |
H A D | camera_ability_parse_util.h | 51 std::vector<StreamInfo> streamInfos; member
|
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | stream_operator.cpp | 69 CamRetCode StreamOperator::CreateStreams(const std::vector<std::shared_ptr<StreamInfo>>& streamInfo… in CreateStreams()
|