Home
last modified time | relevance | path

Searched refs:GetStreamAttributes (Results 1 – 19 of 19) sorted by relevance

/drivers/peripheral/camera/hal_c/include/
Dstream_operator_c_if.h48 int (*GetStreamAttributes)(StreamAttributeCIF** attributes, int* count); member
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamgetstreamattributes_fuzzer/
Ddstreamgetstreamattributes_fuzzer.cpp50 dCameraStreamOperator->GetStreamAttributes(attributes); in DstreamGetStreamAttributesFuzzTest()
/drivers/peripheral/camera/hdi_service/v1_0/src/
Dstream_operator_service.cpp76 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/
Distream_operator_vdi.h49 virtual int32_t GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) = 0;
/drivers/peripheral/camera/hal_c/hdi_cif/include/
Dstream_operator.h35 …CamRetCode GetStreamAttributes(std::vector<std::shared_ptr<StreamAttribute>> &attributes) override;
/drivers/peripheral/camera/hdi_service/v1_0/include/
Dstream_operator_service.h39 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
/drivers/peripheral/camera/hal_c/hdi_cif/src/
Dstream_operator.cpp151 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/
Dstream_operator_vdi_impl.h37 int32_t GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) override;
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
Ddstream_operator.h53 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
/drivers/interface/camera/v1_1/
DIStreamOperator.idl73 …The passed stream information may be changed. Therefore, you can run {@link GetStreamAttributes} to
/drivers/interface/camera/v1_0/
DIStreamOperator.idl77 …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/
Ddstream_operator_test.cpp232 rc = dstreamOperator_->GetStreamAttributes(attributes);
/drivers/peripheral/camera/
DREADME_zh.md99 …| 获取流的属性 | CamRetCode GetStreamAttributes(<br/> std::vector\<std::shared_pt…
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
Dstream_operator_vdi_impl.cpp381 int32_t StreamOperatorVdiImpl::GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) in GetStreamAttributes() function in OHOS::Camera::StreamOperatorVdiImpl
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
Dcamera_benchmark_test.cpp255 cameraTest->rc = cameraTest->streamOperator->GetStreamAttributes(attributes); in BENCHMARK_F()
/drivers/peripheral/camera/test/hdi/v1_0/src/
Dhdi_stream_uttest.cpp448 cameraTest->rc = cameraTest->streamOperator->GetStreamAttributes(attributes);
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/
Ddstream_operator.cpp226 int32_t DStreamOperator::GetStreamAttributes(std::vector<StreamAttribute> &attributes) in GetStreamAttributes() function in OHOS::DistributedHardware::DStreamOperator
/drivers/peripheral/camera/test/mpi/src/
Dperformance_hdi_test.cpp685 Test_->rc = Test_->streamOperator->GetStreamAttributes(attributes);
Dhdi_stream_test.cpp1241 Test_->rc = Test_->streamOperator->GetStreamAttributes(attributes);