Home
last modified time | relevance | path

Searched refs:GetStreamAttributes (Results 1 - 17 of 17) sorted by relevance

/drivers/peripheral/camera/hal_c/include/
H A Dstream_operator_c_if.h48 int (*GetStreamAttributes)(StreamAttributeCIF** attributes, int* count); member
/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamgetstreamattributes_fuzzer/
H A Ddstreamgetstreamattributes_fuzzer.cpp50 dCameraStreamOperator->GetStreamAttributes(attributes); in DstreamGetStreamAttributesFuzzTest()
/drivers/peripheral/camera/hal_c/hdi_cif/include/
H A Dstream_operator.h35 CamRetCode GetStreamAttributes(std::vector<std::shared_ptr<StreamAttribute>> &attributes) override;
/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dstream_operator_service.h39 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Distream_operator_vdi.h49 virtual int32_t GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) = 0;
/drivers/peripheral/camera/hdi_service/v1_0/src/
H A Dstream_operator_service.cpp77 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 Dstream_operator.cpp151 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 Dstream_operator_vdi_impl.h37 int32_t GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) override;
/drivers/peripheral/distributed_camera/hdi_service/include/dstream_operator/
H A Ddstream_operator.h67 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
/drivers/peripheral/distributed_camera/hdi_service/test/unittest/common/dstream_operator/
H A Ddstream_operator_test.cpp207 * @tc.desc: Verify GetStreamAttributes
233 rc = dstreamOperator_->GetStreamAttributes(attributes); in HWTEST_F()
/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_operator_vdi_impl.cpp369 int32_t StreamOperatorVdiImpl::GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) in GetStreamAttributes() function in StreamOperatorVdiImpl
/drivers/peripheral/camera/test/benchmarktest/v1_0/src/
H A Dcamera_benchmark_test.cpp238 * @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 Dhdi_stream_uttest.cpp436 * @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 Dperformance_hdi_test.cpp664 * @tc.name: GetStreamAttributes
685 Test_->rc = Test_->streamOperator->GetStreamAttributes(attributes); in HWTEST_F()
H A Dhdi_stream_test.cpp1227 * @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 Dhdi_interfaces_test.cpp1280 * @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 Ddstream_operator.cpp268 int32_t DStreamOperator::GetStreamAttributes(std::vector<StreamAttribute> &attributes) in GetStreamAttributes() function in OHOS::DistributedHardware::DStreamOperator

Completed in 16 milliseconds