Home
last modified time | relevance | path

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

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A Dinterface_i_stream_operator_v10.md28 | [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 Dinterface_i_stream_operator_v12.md76 …[StreamInfo](_stream_info___v1__1_v11.md)定义。 传递的流信息可能会被更改。因此,您可以运行[GetStreamAttributes](interface_…
H A Dinterface_i_stream_operator_v11.md78 …,流信息定义在[StreamInfo](_stream_info___v1__1_v11.md)。输入的流信息可能会被修改,需通过 [GetStreamAttributes](interface_…
/ohos5.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()
/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dstream_operator_c_if.h48 int (*GetStreamAttributes)(StreamAttributeCIF** attributes, int* count); member
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/fuzztest/dstreamgetstreamattributes_fuzzer/
H A Ddstreamgetstreamattributes_fuzzer.cpp50 dCameraStreamOperator->GetStreamAttributes(attributes); in DstreamGetStreamAttributesFuzzTest()
/ohos5.0/drivers/peripheral/camera/vdi_base/interfaces/v1_0/
H A Distream_operator_vdi.h49 virtual int32_t GetStreamAttributes(std::vector<VdiStreamAttribute> &attributes) = 0;
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/include/
H A Dstream_operator.h35 …CamRetCode GetStreamAttributes(std::vector<std::shared_ptr<StreamAttribute>> &attributes) override;
/ohos5.0/drivers/peripheral/camera/hdi_service/v1_0/include/
H A Dstream_operator_service.h39 int32_t GetStreamAttributes(std::vector<StreamAttribute> &attributes) override;
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A 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()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_0/cpp_target/camera/v1_0/
H A Dstream_operator_service.h.txt40 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
H A Dstream_operator_service.cpp.txt47 int32_t StreamOperatorService::GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttri…
H A Distream_operator.h.txt86 …virtual int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attribu…
H A Dstream_operator_proxy.h.txt48 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
/ohos5.0/drivers/interface/camera/v1_2/
H A DIStreamOperator.idl38 …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 DIStreamOperator.idl38 …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 Dstream_operator_vdi_impl.h37 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 Dstream_operator_service.cpp.txt64 int32_t StreamOperatorService::GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttri…
H A Dstream_operator_service.h.txt48 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
H A Dstream_operator_proxy.h.txt57 …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 Dstream_operator_service.h.txt52 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
H A Dstream_operator_service.cpp.txt74 int32_t StreamOperatorService::GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttri…
H A Dstream_operator_proxy.h.txt61 …int32_t GetStreamAttributes(std::vector<OHOS::HDI::Camera::V1_0::StreamAttribute>& attributes) ove…
/ohos5.0/drivers/interface/camera/v1_0/
H A DIStreamOperator.idl77 …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 DIStreamOperator.idl77 …The passed stream information may be changed. Therefore, you can run {@link GetStreamAttributes} to
133 GetStreamAttributes([out] struct StreamAttribute[] attributes);

12