/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/ |
H A D | interface_i_stream_operator_v10.md | 28 | [GetStreamAttributes](#getstreamattributes) ([out] struct [StreamAttribute](_stream_attribute_v10… 222 | streamInfos | 流信息列表,流信息定义在[StreamInfo](_stream_info_v10.md)。输入的流信息可能会被修改,需通过 [GetStreamAttributes… 260 ### GetStreamAttributes() 263 IStreamOperator::GetStreamAttributes ([out] struct StreamAttribute[] attributes)
|
H A D | interface_i_stream_operator_v12.md | 76 …[StreamInfo](_stream_info___v1__1_v11.md)定义。 传递的流信息可能会被更改。因此,您可以运行[GetStreamAttributes](interface_…
|
H A D | interface_i_stream_operator_v11.md | 78 …,流信息定义在[StreamInfo](_stream_info___v1__1_v11.md)。输入的流信息可能会被修改,需通过 [GetStreamAttributes](interface_…
|
/ohos5.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()
|
/ohos5.0/drivers/peripheral/camera/hal_c/include/ |
H A D | stream_operator_c_if.h | 48 int (*GetStreamAttributes)(StreamAttributeCIF** attributes, int* count); member
|
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamgetstreamattributes_fuzzer/ |
H A D | dstreamgetstreamattributes_fuzzer.cpp | 50 dCameraStreamOperator->GetStreamAttributes(attributes); in DstreamGetStreamAttributesFuzzTest()
|
/ohos5.0/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;
|
/ohos5.0/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;
|
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/include/ |
H A D | stream_operator_service.h | 39 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
|
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/ |
H A 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()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_0/cpp_target/camera/v1_0/ |
H A D | stream_operator_service.h.txt | 40 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
|
H A D | stream_operator_service.cpp.txt | 47 int32_t StreamOperatorService::GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttri…
|
H A D | istream_operator.h.txt | 86 …virtual int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attribu…
|
H A D | stream_operator_proxy.h.txt | 48 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
|
/ohos5.0/drivers/interface/camera/v1_2/ |
H A D | IStreamOperator.idl | 38 …The passed stream information may be changed. Therefore, you can run {@link GetStreamAttributes} to
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/ |
H A D | IStreamOperator.idl | 38 …The passed stream information may be changed. Therefore, you can run {@link GetStreamAttributes} to
|
/ohos5.0/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;
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/cpp_target/camera/v1_1/ |
H A D | stream_operator_service.cpp.txt | 64 int32_t StreamOperatorService::GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttri…
|
H A D | stream_operator_service.h.txt | 48 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
|
H A D | stream_operator_proxy.h.txt | 57 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/cpp_target/camera/v1_2/ |
H A D | stream_operator_service.h.txt | 52 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
|
H A D | stream_operator_service.cpp.txt | 74 int32_t StreamOperatorService::GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttri…
|
H A D | stream_operator_proxy.h.txt | 61 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
|
/ohos5.0/drivers/interface/camera/v1_0/ |
H A D | IStreamOperator.idl | 77 …The passed stream information may be changed. Therefore, you can run {@link GetStreamAttributes} to 133 GetStreamAttributes([out] struct StreamAttribute[] attributes);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_0/foo/camera/v1_0/ |
H A D | IStreamOperator.idl | 77 …The passed stream information may be changed. Therefore, you can run {@link GetStreamAttributes} to 133 GetStreamAttributes([out] struct StreamAttribute[] attributes);
|