/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | camera_video_test.h | 27 void CreateStream(int streamId, StreamIntent intent); 30 const int streamId, const StreamIntent intent);
|
H A D | double_preview_test.h | 34 void CreateStream(int streamId, StreamIntent intent); 38 const int streamId, const StreamIntent intent);
|
H A D | double_preview_test.cpp | 38 const int streamId, const StreamIntent intent) in SetStreamInfo() 44 if (intent == PREVIEW) { in SetStreamInfo() 51 streamInfo.intent_ = intent; in SetStreamInfo() 59 void DoublePreviewTest::CreateStream(int streamId, StreamIntent intent) in CreateStream() argument 63 if (intent == PREVIEW) { in CreateStream() 67 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent); in CreateStream() 74 SetStreamInfo(streamInfo, streamCustomerPreviewDouble_, streamId, intent); in CreateStream() 36 SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument
|
H A D | meta_data_test.h | 29 void CreateStream(int streamId, StreamIntent intent); 32 const int streamId, const StreamIntent intent);
|
H A D | meta_data_test.cpp | 60 const int streamId, const StreamIntent intent) in SetStreamInfo() 66 if (intent == STILL_CAPTURE) { in SetStreamInfo() 68 } else if (intent == VIDEO) { in SetStreamInfo() 76 streamInfo.intent_ = intent; in SetStreamInfo() 84 void MetaDataTest::CreateStream(int streamId, StreamIntent intent) in CreateStream() argument 88 if (intent == PREVIEW) { in CreateStream() 92 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent); in CreateStream() 95 } else if (intent == STILL_CAPTURE) { in CreateStream() 98 SetStreamInfo(streamInfo, streamCustomerSnapshot_, streamId, intent); in CreateStream() 100 } else if (intent in CreateStream() 59 SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument [all...] |
H A D | camera_video_test.cpp | 35 const int streamId, const StreamIntent intent) in SetStreamInfo() 43 if (intent == PREVIEW) { in SetStreamInfo() 46 } else if (intent == STILL_CAPTURE) { in SetStreamInfo() 50 } else if (intent == VIDEO) { in SetStreamInfo() 58 streamInfo.intent_ = intent; in SetStreamInfo() 66 void CameraVideoTest::CreateStream(int streamId, StreamIntent intent) in CreateStream() argument 69 if (intent == PREVIEW) { in CreateStream() 73 SetStreamInfo(streamInfo, streamCustomerPreview_, streamId, intent); in CreateStream() 76 } else if (intent == STILL_CAPTURE) { in CreateStream() 79 SetStreamInfo(streamInfo, streamCustomerSnapshot_, streamId, intent); in CreateStream() 34 SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument [all...] |
H A D | test_camera_base.cpp | 526 for (auto& intent : intents) { in StartStream() 527 if (intent == PREVIEW) { in StartStream() 536 streamInfoPre.intent_ = intent; in StartStream() 544 } else if (intent == VIDEO) { in StartStream() 553 streamInfoVideo.intent_ = intent; in StartStream() 562 } else if (intent == STILL_CAPTURE) { in StartStream() 571 streamInfoCapture.intent_ = intent; in StartStream() 580 } else if (intent == ANALYZE) { in StartStream() 589 streamInfoAnalyze.intent_ = intent; in StartStream()
|
H A D | usb_camera_test_mult.cpp | 122 for (auto& intent : intents) { in StartStream() 123 if (intent == PREVIEW) { in StartStream() 125 } else if (intent == VIDEO) { in StartStream() 127 } else if (intent == STILL_CAPTURE) { in StartStream()
|
/drivers/peripheral/camera/test/mpi/src/ |
H A D | common.cpp | 276 for (const auto& intent : intents) { in StartStream() 277 if (intent == 0) { in StartStream() 282 streamInfo->intent_ = intent; in StartStream() 297 consumerMap_[intent] = consumer_pre; in StartStream() 299 } else if (intent == 1) { in StartStream() 304 streamInfo_video->intent_ = intent; in StartStream() 327 consumerMap_[intent] = consumer_video; in StartStream() 334 streamInfo_capture->intent_ = intent; in StartStream() 354 consumerMap_[intent] = consumer_capture; in StartStream() 431 for (const auto& intent in StopConsumer() [all...] |
/drivers/peripheral/camera/test/demo_3A/ |
H A D | ohos_camera_demo_3a.h | 95 const int streamId, const StreamIntent intent); 99 StreamIntent intent); 100 RetCode CreateStreams(const int streamIdSecond, StreamIntent intent);
|
H A D | ohos_camera_demo_3a.cpp | 28 const int streamId, const StreamIntent intent) in SetStreamInfo() 34 if (intent == PREVIEW) { in SetStreamInfo() 39 } else if (intent == STILL_CAPTURE) { in SetStreamInfo() 56 streamInfo.intent_ = intent; in SetStreamInfo() 178 StreamIntent intent) in CreateStream() 191 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStream() 384 RetCode OhosCameraDemo::CreateStreams(const int streamIdSecond, StreamIntent intent) in CreateStreams() argument 409 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams() 411 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams() 26 SetStreamInfo(StreamInfo& streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument 177 CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer, StreamIntent intent) CreateStream() argument
|
/drivers/peripheral/camera/test/demo/ |
H A D | ohos_camera_demo.h | 96 const int streamId, const StreamIntent intent); 100 StreamIntent intent); 101 RetCode CreateStreams(const int streamIdSecond, StreamIntent intent);
|
H A D | ohos_camera_demo.cpp | 33 const int streamId, const StreamIntent intent) in SetStreamInfo() 39 if (intent == PREVIEW) { in SetStreamInfo() 44 } else if (intent == STILL_CAPTURE) { in SetStreamInfo() 61 streamInfo.intent_ = intent; in SetStreamInfo() 183 StreamIntent intent) in CreateStream() 196 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStream() 389 RetCode OhosCameraDemo::CreateStreams(const int streamIdSecond, StreamIntent intent) in CreateStreams() argument 414 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams() 416 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams() 31 SetStreamInfo(StreamInfo& streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument 182 CreateStream(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer, StreamIntent intent) CreateStream() argument
|
/drivers/peripheral/distributed_camera/hdi_service/test/sample/ |
H A D | dcamera_hdf_demo.h | 122 const int streamId, const StreamIntent intent); 125 RetCode CreateStreams(const int streamIdSecond, StreamIntent intent); 147 StreamIntent intent);
|
H A D | dcamera_hdf_demo.cpp | 36 const int streamId, const StreamIntent intent) in SetStreamInfo() 42 if (intent == OHOS::HDI::Camera::V1_0::PREVIEW) { in SetStreamInfo() 48 } else if (intent == OHOS::HDI::Camera::V1_0::STILL_CAPTURE) { in SetStreamInfo() 72 streamInfo.intent_ = intent; in SetStreamInfo() 174 StreamIntent intent) in CreateStreamInfo() 185 SetStreamInfo(streamInfo, streamCustomer, streamId, intent); in CreateStreamInfo() 360 RetCode DcameraHdfDemo::CreateStreams(const int streamIdSecond, StreamIntent intent) in CreateStreams() argument 385 SetStreamInfo(secondStreamInfo, streamCustomerCapture_, STREAM_ID_CAPTURE, intent); in CreateStreams() 387 SetStreamInfo(secondStreamInfo, streamCustomerVideo_, STREAM_ID_VIDEO, intent); in CreateStreams() 34 SetStreamInfo(StreamInfo& streamInfo, const std::shared_ptr<StreamCustomer> &streamCustomer, const int streamId, const StreamIntent intent) SetStreamInfo() argument 173 CreateStreamInfo(const int streamId, std::shared_ptr<StreamCustomer> &streamCustomer, StreamIntent intent) CreateStreamInfo() argument
|
/drivers/peripheral/camera/test/ut/usb_camera/ |
H A D | test_camera_base.cpp | 548 for (auto& intent : intents) { in StartStream() 549 if (intent == PREVIEW) { in StartStream() 558 streamInfoPre.intent_ = intent; in StartStream() 566 } else if (intent == VIDEO) { in StartStream() 575 streamInfoVideo.intent_ = intent; in StartStream() 584 } else if (intent == STILL_CAPTURE) { in StartStream() 593 streamInfoCapture.intent_ = intent; in StartStream() 602 } else if (intent == ANALYZE) { in StartStream() 611 streamInfoAnalyze.intent_ = intent; in StartStream()
|
/drivers/peripheral/camera/hal_c/include/ |
H A D | camera_types_c_if.h | 226 int intent; // StreamIntentCIF member
|
/drivers/peripheral/camera/test/common/v1_1/src/ |
H A D | hdi_common_v1_1.cpp | 224 for (auto& intent : intents) {
in StartStream() 225 if (intent == StreamIntent::PREVIEW) {
in StartStream() 228 } else if (intent == StreamIntent::VIDEO) {
in StartStream() 231 } else if (intent == StreamIntent::ANALYZE) {
in StartStream()
|
/drivers/peripheral/camera/test/common/v1_3/src/ |
H A D | hdi_common_v1_3.cpp | 245 for (auto& intent : intents) {
in StartStream() 246 if (intent == StreamIntent::PREVIEW) {
in StartStream() 249 } else if (intent == StreamIntent::VIDEO) {
in StartStream() 252 } else if (intent == StreamIntent::ANALYZE) {
in StartStream()
|
/drivers/peripheral/camera/test/common/v1_0/src/ |
H A D | hdi_common.cpp | 263 for (auto& intent : intents) {
in StartStream() 264 if (intent == StreamIntent::PREVIEW) {
in StartStream() 267 } else if (intent == StreamIntent::VIDEO) {
in StartStream() 270 } else if (intent == StreamIntent::ANALYZE) {
in StartStream()
|
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | stream_operator.cpp | 46 si.intent = pInfo->intent_; in IsStreamsSupported() 90 sis[i].intent = streamInfos[i]->intent_; in CreateStreams()
|