Home
last modified time | relevance | path

Searched refs:dataspace (Results 1 – 25 of 30) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/camera/
H A D_extended_stream_info_v11.md24 | int [dataspace](#dataspace) | 图像颜色空间。 |
41 ### dataspace subsection
44 int ExtendedStreamInfo::dataspace
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hcs/camera/hal/mpp/hispark_taurus/hdi_impl/
H A Dstream_supported_config.hcs11 dataspace = 1;
24 dataspace = 1;
37 dataspace = 1;
50 dataspace = 1;
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hcs/camera/hal/v4l2/rpi4b/hdi_impl/
H A Dstream_supported_config.hcs11 dataspace = 1;
24 dataspace = 1;
37 dataspace = 1;
50 dataspace = 1;
/ohos5.0/foundation/distributedhardware/distributed_camera/services/cameraservice/sourceservice/include/distributedcameramgr/dcamerainterface/
H A Dicamera_source_data_process.h29 DCameraStreamConfig(int32_t width, int32_t height, int32_t format, int32_t dataspace, in DCameraStreamConfig() argument
31 … : width_(width), height_(height), format_(format), dataspace_(dataspace), encodeType_(encodeType), in DCameraStreamConfig()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/cpp_target/camera/v1_1/
H A Dtypes.cpp.txt93 if (!data.WriteInt32(dataBlock.dataspace)) {
94 HDF_LOGE("%{public}s: write dataBlock.dataspace failed!", __func__);
131 if (!data.ReadInt32(dataBlock.dataspace)) {
132 HDF_LOGE("%{public}s: read dataBlock.dataspace failed!", __func__);
H A Dtypes.h.txt68 int32_t dataspace;
/ohos5.0/drivers/peripheral/camera/vdi_base/common/include/
H A Dstream.h35 int32_t dataspace; member
/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/codec/
H A D_codec_video_colorspace_v20.md26 | unsigned int [dataSpace](#dataspace) | 颜色空间 |
/ohos5.0/drivers/peripheral/camera/hal_c/include/
H A Dcamera_types_c_if.h225 int dataspace; member
/ohos5.0/drivers/peripheral/camera/hal_c/hdi_cif/src/
H A Dstream_operator.cpp45 si.dataspace = pInfo->dataspace_; in IsStreamsSupported()
89 sis[i].dataspace = streamInfos[i]->dataspace_; in CreateStreams()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_3/src/
H A Dcamera_hdi_uttest_securestream_v1_3.cpp92 .dataspace = UT_DATA_SIZE,
/ohos5.0/foundation/multimedia/camera_framework/services/camera_service/src/
H A Dhstream_repeat.cpp76 .width = 0, .height = 0, .format = 0, .dataspace = 0, .bufferQueue = nullptr in SetVideoStreamInfo()
89 .dataspace = 0, .bufferQueue = metaProducerSequenceable in SetStreamInfo()
108 .width = 0, .height = 0, .format = 0, .dataspace = 0, .bufferQueue = nullptr in SetStreamInfo()
120 .width = 0, .height = 0, .format = 0, .dataspace = 0, .bufferQueue = nullptr in SetStreamInfo()
H A Dhstream_common.cpp259 " dataspace:" + std::to_string(static_cast<int32_t>(extInfo.dataspace)) + in DumpStreamInfo()
H A Dhstream_capture.cpp141 .dataspace = 0, in SetStreamInfo()
152 .dataspace = 0, in SetStreamInfo()
/ohos5.0/drivers/peripheral/camera/test/hdi/v1_1/src/
H A Dcamera_hdi_uttest_v1_1.cpp102 extendedStreamInfo.dataspace = 0;
240 extendedStreamInfo.dataspace = 0;
/ohos5.0/drivers/peripheral/camera/vdi_base/v4l2/src/stream_operator/
H A Dstream_operator_vdi_impl.cpp203 config.dataspace = it.dataspace_; // fix spell error in CheckStreamsSupported()
221 scg.dataspace = info.dataspace_; // fix misspell in StreamInfoToStreamConfiguration()
383 attribute.overrideDataspace_ = configuration.dataspace; in GetStreamAttributes()
/ohos5.0/drivers/peripheral/camera/test/fuzztest/stream_operator/
H A Dstream_operator_fuzzer.cpp65 extendedStreamInfo.dataspace = 0; in IsStreamSupportedApi()
/ohos5.0/drivers/interface/camera/v1_1/
H A DTypes.idl68 int dataspace;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_1/foo/camera/v1_1/
H A DTypes.idl68 int dataspace;
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_1/
H A DTypes.idl68 int dataspace;
/ohos5.0/drivers/interface/camera/v1_3/
H A DTypes.idl361 int dataspace;
/ohos5.0/drivers/peripheral/camera/test/demo/
H A Dohos_camera_demo.cpp35 constexpr uint32_t dataspace = 8; in SetStreamInfo() local
60 streamInfo.dataspace_ = dataspace; in SetStreamInfo()
/ohos5.0/drivers/peripheral/camera/test/demo_3A/
H A Dohos_camera_demo_3a.cpp30 constexpr uint32_t dataspace = 8; in SetStreamInfo() local
55 streamInfo.dataspace_ = dataspace; in SetStreamInfo()
/ohos5.0/drivers/peripheral/distributed_camera/hdi_service/test/sample/
H A Ddcamera_hdf_demo.cpp38 constexpr uint32_t dataspace = 8; in SetStreamInfo() local
71 streamInfo.dataspace_ = dataspace; in SetStreamInfo()
/ohos5.0/foundation/multimedia/camera_framework/services/deferred_processing_service/src/post_processor/
H A Dvideo_post_processor.cpp257 streamInfo.v1_0.dataspace_ = stream.dataspace; in SetStreamInfo()

12