Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/camera/parser/include/
H A Dcamera_config_parser.h100 uint32_t widthMaxNum; member
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/
H A Dcamera_common.h119 uint32_t widthMaxNum; member
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/
H A Dcamera_config_parser.c208 ret = drsOps->GetUint32(node, "widthMaxNum", &streamConfig->widthMaxNum, 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.cpp398 isFailed |= !HdfSbufReadUint32(respData, &device.stream.widthMaxNum); in ReadStreamSbufData()
/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_stream.c476 …ed |= !HdfSbufWriteUint32(rspData, rootConfig->deviceConfig[camId].stream.stream[num].widthMaxNum); in CameraStreamEnumDevice()