/drivers/peripheral/camera/hal_c/include/ |
H A D | stream_operator_c_if.h | 48 int (*GetStreamAttributes)(StreamAttributeCIF** attributes, int* count); member
|
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamgetstreamattributes_fuzzer/ |
H A D | dstreamgetstreamattributes_fuzzer.cpp | 50 dCameraStreamOperator->GetStreamAttributes(attributes); in DstreamGetStreamAttributesFuzzTest()
|
/drivers/peripheral/camera/hal_c/hdi_cif/include/ |
H A D | stream_operator.h | 35 CamRetCode GetStreamAttributes(std::vector<std::shared_ptr<StreamAttribute>> &attributes) override;
|
/drivers/peripheral/camera/hdi_service/v1_0/include/ |
H A D | stream_operator_service.h | 39 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
|
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/ |
H A D | istream_operator_vdi.h | 49 virtual int32_t GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) = 0;
|
/drivers/peripheral/camera/hdi_service/v1_0/src/ |
H A D | stream_operator_service.cpp | 77 int32_t StreamOperatorService::GetStreamAttributes(std::vector<StreamAttribute> &attributes) in GetStreamAttributes() function in OHOS::Camera::StreamOperatorService 86 int32_t ret = streamOperatorVdi_->GetStreamAttributes(vdiAttributes); in GetStreamAttributes()
|
/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A D | stream_operator.cpp | 151 CamRetCode StreamOperator::GetStreamAttributes(std::vector<std::shared_ptr<StreamAttribute>>& attributes) 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/ |
H A D | stream_operator_vdi_impl.h | 37 int32_t GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) override;
|
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/ |
H A D | dstream_operator.h | 67 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
|
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/ |
H A D | dstream_operator_test.cpp | 207 * @tc.desc: Verify GetStreamAttributes 233 rc = dstreamOperator_->GetStreamAttributes(attributes); in HWTEST_F()
|
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/ |
H A D | stream_operator_vdi_impl.cpp | 369 int32_t StreamOperatorVdiImpl::GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) in GetStreamAttributes() function in StreamOperatorVdiImpl
|
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/ |
H A D | camera_benchmark_test.cpp | 238 * @tc.name: GetStreamAttributes 239 * @tc.desc: GetStreamAttributes, benchmark. 252 cameraTest->rc = cameraTest->streamOperator->GetStreamAttributes(attributes); in BENCHMARK_F()
|
/drivers/peripheral/camera/test/hdi/v1_0/src/ |
H A D | hdi_stream_uttest.cpp | 436 * @tc.name: GetStreamAttributes
437 * @tc.desc: GetStreamAttributes, success
448 cameraTest->rc = cameraTest->streamOperator->GetStreamAttributes(attributes);
in HWTEST_F()
|
/drivers/peripheral/camera/test/mpi/src/ |
H A D | performance_hdi_test.cpp | 664 * @tc.name: GetStreamAttributes 685 Test_->rc = Test_->streamOperator->GetStreamAttributes(attributes); in HWTEST_F()
|
H A D | hdi_stream_test.cpp | 1227 * @tc.name: GetStreamAttributes 1228 * @tc.desc: GetStreamAttributes, success. 1234 std::cout << "==========[test log]Check hdi: GetStreamAttributes, success." << std::endl; in HWTEST_F() 1241 Test_->rc = Test_->streamOperator->GetStreamAttributes(attributes); in HWTEST_F() 1244 std::cout << "==========[test log]Check hdi: GetStreamAttributes success." << std::endl; in HWTEST_F() 1246 std::cout << "==========[test log]Check hdi: GetStreamAttributes fail, rc = " << Test_->rc << std::endl; in HWTEST_F()
|
/drivers/peripheral/camera/test/ut/v4l2/ |
H A D | hdi_interfaces_test.cpp | 1280 * @tc.name: GetStreamAttributes 1281 * @tc.desc: GetStreamAttributes, success. 1288 std::cout << "==========[test log] GetStreamAttributes, success." << std::endl; in TEST_F() 1332 cameraBase->rc = cameraBase->streamOperator->GetStreamAttributes(attributes); in TEST_F() 1334 std::cout << "==========[test log] GetStreamAttributes, rc = " << cameraBase->rc << std::endl; in TEST_F() 1336 std::cout << "==========[test log] GetStreamAttributes success." << std::endl; in TEST_F() 1338 std::cout << "==========[test log] GetStreamAttributes fail, rc = " << cameraBase->rc << std::endl; in TEST_F()
|
/drivers/peripheral/distributed_camera/hdi_service/src/dstream_operator/ |
H A D | dstream_operator.cpp | 268 int32_t DStreamOperator::GetStreamAttributes(std::vector<StreamAttribute> &attributes) in GetStreamAttributes() function in OHOS::DistributedHardware::DStreamOperator
|