Home
last modified time | relevance | path

Searched refs:heightMaxNum (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/model/camera/parser/include/
H A Dcamera_config_parser.h99 uint32_t heightMaxNum; member
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dcamera_common.h118 uint32_t heightMaxNum; member
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c206 ret = drsOps->GetUint32(node, "heightMaxNum", &streamConfig->heightMaxNum, 0); in ParseCameraStreamDeviceConfigs()
252 streamConfig->heightMaxNum, streamConfig->widthMaxNum, streamConfig->frameRateMaxNum, in ParseCameraStreamDeviceConfig()
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/
H A Dcamera_control.cpp397 isFailed |= !HdfSbufReadUint32(respData, &device.stream.heightMaxNum); in ReadStreamSbufData()
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_stream.c475 …d |= !HdfSbufWriteUint32(rspData, rootConfig->deviceConfig[camId].stream.stream[num].heightMaxNum); in CameraStreamEnumDevice()