/drivers/peripheral/camera/hal_c/include/ |
D | stream_operator_c_if.h | 48 int (*GetStreamAttributes)(StreamAttributeCIF** attributes, int* count); member
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamgetstreamattributes_fuzzer/ |
D | dstreamgetstreamattributes_fuzzer.cpp | 50 dCameraStreamOperator->GetStreamAttributes(attributes); in DstreamGetStreamAttributesFuzzTest()
|
/drivers/peripheral/camera/hdi_service/v1_0/src/ |
D | stream_operator_service.cpp | 76 int32_t StreamOperatorService::GetStreamAttributes(std::vector<StreamAttribute> &attributes) in GetStreamAttributes() function in OHOS::Camera::StreamOperatorService 85 int32_t ret = streamOperatorVdi_->GetStreamAttributes(vdiAttributes); in GetStreamAttributes()
|
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/ |
D | istream_operator_vdi.h | 49 virtual int32_t GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) = 0;
|
/drivers/peripheral/camera/hal_c/hdi_cif/include/ |
D | stream_operator.h | 35 …CamRetCode GetStreamAttributes(std::vector<std::shared_ptr<StreamAttribute>> &attributes) override;
|
/drivers/peripheral/camera/hdi_service/v1_0/include/ |
D | stream_operator_service.h | 39 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
|
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
D | stream_operator.cpp | 151 CamRetCode StreamOperator::GetStreamAttributes(std::vector<std::shared_ptr<StreamAttribute>>& attri… in GetStreamAttributes() function in OHOS::Camera::StreamOperator 159 int ret = operator_->GetStreamAttributes(&sa, &count); in GetStreamAttributes()
|
/drivers/peripheral/camera/vdi_base/v4l2/include/stream_operator/ |
D | stream_operator_vdi_impl.h | 37 int32_t GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) override;
|
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
D | dstream_operator.h | 53 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
|
/drivers/interface/camera/v1_1/ |
D | IStreamOperator.idl | 73 …The passed stream information may be changed. Therefore, you can run {@link GetStreamAttributes} to
|
/drivers/interface/camera/v1_0/ |
D | IStreamOperator.idl | 77 …The passed stream information may be changed. Therefore, you can run {@link GetStreamAttributes} to 130 GetStreamAttributes([out] struct StreamAttribute[] attributes);
|
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/ |
D | dstream_operator_test.cpp | 232 rc = dstreamOperator_->GetStreamAttributes(attributes);
|
/drivers/peripheral/camera/ |
D | README_zh.md | 99 …| 获取流的属性 | CamRetCode GetStreamAttributes(<br/> std::vector\<std::shared_pt…
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
D | stream_operator_vdi_impl.cpp | 381 int32_t StreamOperatorVdiImpl::GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) in GetStreamAttributes() function in OHOS::Camera::StreamOperatorVdiImpl
|
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/ |
D | camera_benchmark_test.cpp | 255 cameraTest->rc = cameraTest->streamOperator->GetStreamAttributes(attributes); in BENCHMARK_F()
|
/drivers/peripheral/camera/test/hdi/v1_0/src/ |
D | hdi_stream_uttest.cpp | 448 cameraTest->rc = cameraTest->streamOperator->GetStreamAttributes(attributes);
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
D | dstream_operator.cpp | 226 int32_t DStreamOperator::GetStreamAttributes(std::vector<StreamAttribute> &attributes) in GetStreamAttributes() function in OHOS::DistributedHardware::DStreamOperator
|
/drivers/peripheral/camera/test/mpi/src/ |
D | performance_hdi_test.cpp | 685 Test_->rc = Test_->streamOperator->GetStreamAttributes(attributes);
|
D | hdi_stream_test.cpp | 1241 Test_->rc = Test_->streamOperator->GetStreamAttributes(attributes);
|