Home
last modified time | relevance | path

Searched defs:streamInfo (Results 1 – 23 of 23) sorted by relevance

/drivers/peripheral/camera/test/ut/v4l2/
Dcamera_preview_test.cpp61 StreamInfo streamInfo = {}; variable
104 StreamInfo streamInfo = {}; variable
158 StreamInfo streamInfo = {}; variable
200 StreamInfo streamInfo = {}; variable
303 StreamInfo streamInfo = {}; variable
357 StreamInfo streamInfo = {}; variable
409 StreamInfo streamInfo = {}; variable
453 StreamInfo streamInfo = {}; variable
497 StreamInfo streamInfo = {}; variable
539 StreamInfo streamInfo = {}; variable
[all …]
Ddouble_preview_test.cpp36 void DoublePreviewTest::SetStreamInfo(StreamInfo &streamInfo, in SetStreamInfo()
61 StreamInfo streamInfo = {}; in CreateStream() local
Dcamera_video_test.cpp34 void CameraVideoTest::SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &… in SetStreamInfo()
68 StreamInfo streamInfo = {}; in CreateStream() local
Dmeta_data_test.cpp59 void MetaDataTest::SetStreamInfo(StreamInfo &streamInfo, const std::shared_ptr<StreamCustomer> &str… in SetStreamInfo()
86 StreamInfo streamInfo = {}; in CreateStream() local
Dusb_camera_test.cpp521 StreamInfo streamInfo = {}; in TEST_F() local
676 StreamInfo streamInfo = {}; in TEST_F() local
831 StreamInfo streamInfo = {}; in TEST_F() local
1059 StreamInfo streamInfo = {}; in TEST_F() local
Dtest_camera_base.h111 StreamInfo streamInfo = {}; variable
Dhdi_interfaces_test.cpp158 std::shared_ptr<StreamInfo> streamInfo = std::make_shared<StreamInfo>(); in TEST_F() local
863 std::shared_ptr<StreamInfo> streamInfo = std::make_shared<StreamInfo>(); in TEST_F() local
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
Ddstream_operator_test.cpp127 struct StreamInfo streamInfo; variable
155 struct StreamInfo streamInfo; variable
181 struct StreamInfo streamInfo; variable
215 struct StreamInfo streamInfo; variable
252 struct StreamInfo streamInfo; variable
286 struct StreamInfo streamInfo; variable
327 struct StreamInfo streamInfo; variable
/drivers/peripheral/camera/vdi_base/v4l2/include/offline_stream_operator/
Doffline_stream_context.h32 StreamConfiguration streamInfo; member
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dcameraconfigurestreams_fuzzer/
Ddcameraconfigurestreams_fuzzer.cpp49 DCStreamInfo streamInfo; in DcameraConfigureStreamsFuzzTest() local
/drivers/peripheral/camera/vdi_base/common/pipeline_core/pipeline_impl/include/
Dparams.h31 const struct HdfConfigStreamInfo* streamInfo; member
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
Ddstream_operator.cpp171 for (auto streamInfo : dcStreamInfoMap_) { in ExtractStreamInfo() local
248 auto streamInfo = dCameraStreams[i]; in CommitStreams_V1_1() local
255 int32_t DStreamOperator::HalStreamCommit(const DCStreamInfo &streamInfo) in HalStreamCommit()
320 for (auto streamInfo : infos) { in IsStreamInfosInvalid() local
1100 void DStreamOperator::ChooseSuitableFormat(std::vector<std::shared_ptr<DCStreamInfo>> &streamInfo, in ChooseSuitableFormat()
1133 void DStreamOperator::ChooseSuitableResolution(std::vector<std::shared_ptr<DCStreamInfo>> &streamIn… in ChooseSuitableResolution()
1181 void DStreamOperator::ChooseSuitableDataSpace(std::vector<std::shared_ptr<DCStreamInfo>> &streamInf… in ChooseSuitableDataSpace()
1187 void DStreamOperator::ChooseSuitableEncodeType(std::vector<std::shared_ptr<DCStreamInfo>> &streamIn… in ChooseSuitableEncodeType()
/drivers/peripheral/camera/test/ut/usb_camera/
Dusb_camera_test.cpp520 StreamInfo streamInfo = {}; in TEST_F() local
677 StreamInfo streamInfo = {}; in TEST_F() local
832 StreamInfo streamInfo = {}; in TEST_F() local
1694 StreamInfo streamInfo = {}; in TEST_F() local
1777 StreamInfo streamInfo = {}; in TEST_F() local
1849 StreamInfo streamInfo = {}; in TEST_F() local
/drivers/peripheral/camera/test/mpi/include/
Dcommon.h85 std::shared_ptr<OHOS::Camera::StreamInfo> streamInfo = nullptr; variable
/drivers/peripheral/camera/test/hdi/v1_1/include/
Dhdi_common_v1_1.h100 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfo = nullptr; variable
/drivers/peripheral/camera/test/hdi/v1_0/include/
Dut_common.h76 std::shared_ptr<StreamInfo> streamInfo = nullptr; variable
/drivers/peripheral/camera/test/hdi/v1_3/include/
Dhdi_common_v1_3.h118 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfo = nullptr; variable
/drivers/peripheral/camera/test/hdi/v1_2/include/
Dhdi_common_v1_2.h132 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfo = nullptr; variable
/drivers/peripheral/camera/test/fuzztest/common/include/
Dcommon.h139 std::shared_ptr<OHOS::HDI::Camera::V1_1::StreamInfo_V1_1> streamInfo = nullptr; variable
/drivers/peripheral/distributed_camera/hdi_service/test/sample/
Ddcamera_hdf_demo.cpp34 void DcameraHdfDemo::SetStreamInfo(StreamInfo& streamInfo, in SetStreamInfo()
183 StreamInfo streamInfo = {0}; in CreateStreamInfo() local
/drivers/peripheral/camera/test/demo_3A/
Dohos_camera_demo_3a.cpp26 void OhosCameraDemo::SetStreamInfo(StreamInfo& streamInfo, in SetStreamInfo()
189 StreamInfo streamInfo = {0}; in CreateStream() local
/drivers/peripheral/camera/test/demo/
Dohos_camera_demo.cpp31 void OhosCameraDemo::SetStreamInfo(StreamInfo& streamInfo, in SetStreamInfo()
194 StreamInfo streamInfo = {0}; in CreateStream() local
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dstream_operator_vdi_impl.cpp592 bool StreamOperatorVdiImpl::CheckStreamInfo(const VdiStreamInfo streamInfo) in CheckStreamInfo()