/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | camera_video_test.h | 29 void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | double_preview_test.h | 36 void SetStreamInfo(StreamInfo &streamInfo,
|
H A D | meta_data_test.h | 31 void SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer,
|
H A D | double_preview_test.cpp | 36 void DoublePreviewTest::SetStreamInfo(StreamInfo &streamInfo, in SetStreamInfo() function in DoublePreviewTest 67 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent); in CreateStream() 74 SetStreamInfo(streamInfo, streamCustomerPreviewDouble_, streamId, intent); in CreateStream()
|
H A D | meta_data_test.cpp | 59 void MetaDataTest::SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo() function in MetaDataTest 92 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent); in CreateStream() 98 SetStreamInfo(streamInfo, streamCustomerSnapshot_, streamId, intent); in CreateStream() 103 SetStreamInfo(streamInfo, streamCustomerVideo_, streamId, intent); in CreateStream()
|
H A D | camera_video_test.cpp | 34 void CameraVideoTest::SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, in SetStreamInfo() function in CameraVideoTest 73 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent); in CreateStream() 79 SetStreamInfo(streamInfo, streamCustomerSnapshot_, streamId, intent); in CreateStream() 84 SetStreamInfo(streamInfo, streamCustomerVideo_, streamId, intent); in CreateStream()
|
/drivers/peripheral/camera/test/demo_3A/ |
H A D | ohos_camera_demo_3a.cpp | 26 void OhosCameraDemo::SetStreamInfo(StreamInfo& streamInfo, in SetStreamInfo() function in OHOS::Camera::OhosCameraDemo 191 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStream() 399 SetStreamInfo(previewStreamInfo, streamCustomerPreview_, STREAM_ID_PREVIEW, PREVIEW); in CreateStreams() 409 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams() 411 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams()
|
H A D | ohos_camera_demo_3a.h | 93 void SetStreamInfo(StreamInfo& streamInfo,
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.cpp | 31 void OhosCameraDemo::SetStreamInfo(StreamInfo& streamInfo, in SetStreamInfo() function in OHOS::Camera::OhosCameraDemo 196 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStream() 404 SetStreamInfo(previewStreamInfo, streamCustomerPreview_, STREAM_ID_PREVIEW, PREVIEW); in CreateStreams() 414 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams() 416 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams()
|
H A D | ohos_camera_demo.h | 94 void SetStreamInfo(StreamInfo& streamInfo,
|
/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | dcamera_hdf_demo.cpp | 34 void DcameraHdfDemo::SetStreamInfo(StreamInfo& streamInfo, in SetStreamInfo() function in OHOS::DistributedHardware::DcameraHdfDemo 185 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStreamInfo() 375 SetStreamInfo(previewStreamInfo, streamCustomerPreview_, STREAM_ID_PREVIEW, OHOS::HDI::Camera::V1_0::PREVIEW); in CreateStreams() 385 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams() 387 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams()
|
H A D | dcamera_hdf_demo.h | 120 void SetStreamInfo(StreamInfo& streamInfo,
|