/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/ |
H A D | camera_lens.c | 27 ctrlSize = deviceConfig->lens.lens[devId].ctrlValueNum; in CameraCmdLensQueryConfig() 29 if (ctrlId == deviceConfig->lens.lens[devId].ctrlCap[i].ctrlId) { in CameraCmdLensQueryConfig() 31 isFailed |= !HdfSbufWriteInt32(rspData, deviceConfig->lens.lens[devId].ctrlCap[i].max); in CameraCmdLensQueryConfig() 32 isFailed |= !HdfSbufWriteInt32(rspData, deviceConfig->lens.lens[devId].ctrlCap[i].min); in CameraCmdLensQueryConfig() 34 isFailed |= !HdfSbufWriteInt32(rspData, deviceConfig->lens.lens[devId].ctrlCap[i].def); in CameraCmdLensQueryConfig() 62 if ((deviceConfig->lens.lens[devId].aperture) == DEVICE_NOT_SUPPORT) { in CheckLensGetConfigId() 117 if ((deviceConfig->lens.lens[devId].aperture) == DEVICE_NOT_SUPPORT) { in CheckLensSetConfigId() 124 if ((deviceConfig->lens.lens[devId].aperture) == DEVICE_NOT_SUPPORT) { in CheckLensSetConfigId() 168 isFailed |= !HdfSbufWriteString(rspData, deviceConfig->lens.lens[devId].name); in CameraCmdLensEnumDevice() 169 isFailed |= !HdfSbufWriteUint8(rspData, deviceConfig->lens.lens[devId].id); in CameraCmdLensEnumDevice() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | templates_parser.cpp | 213 std::vector<double> lens; in ParseArgsWithAutoFill() local 257 lens.insert(lens.end(), prefixLens.begin(), prefixLens.end()); in ParseArgsWithAutoFill() 259 lens.insert(lens.end(), repeatLens.begin(), repeatLens.end()); in ParseArgsWithAutoFill() 261 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end()); in ParseArgsWithAutoFill() 291 std::vector<double> lens; in ParseAutoFill() local 326 newLens.insert(newLens.end(), lens.begin(), lens.end()); in ParseAutoFill() 341 std::vector<double> lens; in ParseArgsWithoutAutoFill() local 396 std::vector<double> lens; in ParseArgsWithAutoFit() local 443 lens.insert(lens.end(), prefixLens.begin(), prefixLens.end()); in ParseArgsWithAutoFit() 447 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end()); in ParseArgsWithAutoFit() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/ |
H A D | templates_parser.cpp | 193 return lens; in ParseArgsWithAutoFill() 235 lens.insert(lens.end(), prefixLens.begin(), prefixLens.end()); in ParseArgsWithAutoFill() 237 lens.insert(lens.end(), repeatLens.begin(), repeatLens.end()); in ParseArgsWithAutoFill() 239 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end()); in ParseArgsWithAutoFill() 240 return lens; in ParseArgsWithAutoFill() 261 return lens; in ParseArgs() 283 return lens; in ParseArgs() 310 return lens; in ParseArgs() 341 return lens; in ParseAutoFill() 366 return lens; in ParseAutoFill() [all …]
|
/ohos5.0/docs/zh-cn/application-dev/arkts-utils/ |
H A D | xml-parsing.md | 45 '<lens>Work</lens>' + 67 if (name == 'title' || name == 'lens') { 88 lens 90 lens 113 ' <lens>Work</lens>' +
|
/ohos5.0/drivers/hdf_core/framework/model/camera/utils/src/ |
H A D | camera_utils.c | 142 if (rootConfig->deviceConfig[camId].lens.mode == DEVICE_NOT_SUPPORT) { in CheckSwitchType() 222 if (regDev->lens[i] == NULL) { in GetLensDevice() 225 if (strcmp(regDev->lens[i]->kernelDrvName, kernelDrvName) == 0) { in GetLensDevice() 226 return regDev->lens[i]; in GetLensDevice() 331 for (j = 0; j < rootConfig->deviceConfig[camId].lens.lensNum; j++) { in GetLensNum() 332 if (strcmp(rootConfig->deviceConfig[camId].lens.lens[j].name, driverName) == 0) { in GetLensNum() 533 *devOps = deviceDriver->lens[num]->devOps; in GetDeviceOps()
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | xml-parsing.md | 45 '<lens>Work</lens>' + 82 lens 84 lens 107 ' <lens>Work</lens>' +
|
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/ |
H A D | log_display.cpp | 280 uint64_t lens = 0; in HilogShowLogStatsInfo() local 283 lens += rsp.totalLens[i]; in HilogShowLogStatsInfo() 288 cout << "Total lines: " << lines << ", length: " << Size2Str(lens) << endl; in HilogShowLogStatsInfo() 296 …< "(" << setprecision(FLOAT_PRECSION) << (static_cast<float>(rsp.totalLens[i] * PERCENT) / lens) << in HilogShowLogStatsInfo()
|
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/include/ |
H A D | camera_config_parser.h | 124 struct LensDeviceConfig lens[CAMERA_DEVICE_MAX_NUM]; member 149 struct CameraLensConfig lens; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/ |
H A D | render_grid_layout.cpp | 556 return lens; in ParseArgsInner() 604 return lens; in ParseArgsInner() 636 return lens; in ParseAutoFill() 657 return lens; in ParseAutoFill() 663 newLens.insert(newLens.end(), lens.begin(), lens.end()); in ParseAutoFill() 666 for (auto lenIter = lens.begin(); lenIter != lens.end(); lenIter++) { in ParseAutoFill() 3358 return lens; in ParseArgsWithAutoFill() 3393 lens.insert(lens.end(), prefixLens.begin(), prefixLens.end()); in ParseArgsWithAutoFill() 3395 lens.insert(lens.end(), repeatLens.begin(), repeatLens.end()); in ParseArgsWithAutoFill() 3397 lens.insert(lens.end(), suffixLens.begin(), suffixLens.end()); in ParseArgsWithAutoFill() [all …]
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/src/ |
H A D | camera_control.cpp | 358 isFailed |= !HdfSbufReadUint8(respData, &device.lens.mode); in ReadLensSbufData() 359 …isFailed |= strncpy_s(device.lens.driverName, DRIVER_NAME_NUM, HdfSbufReadString(respData), DRIVER… in ReadLensSbufData() 360 isFailed |= !HdfSbufReadUint8(respData, &device.lens.id); in ReadLensSbufData() 361 isFailed |= !HdfSbufReadUint8(respData, &device.lens.aperture); in ReadLensSbufData() 364 if (device.lens.mode == 0) { in ReadLensSbufData()
|
/ohos5.0/docs/en/application-dev/media/camera/ |
H A D | camera-overview.md | 13 …be used when there are multiple lenses (such as wide-angle lens, long-focus lens, and ToF lens) in…
|
H A D | camera-depth-data.md | 3 Depth data reflects the spatial arrangement of image pixels in relation to the camera lens. It faci…
|
/ohos5.0/drivers/interface/camera/v1_2/ |
H A D | ICameraHost.idl | 96 * @brief Warm-up a camera device when lens switching. 98 …* This function can be called when user touch camera application lens switch icon to accelerate th…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/camera_v1_2/foo/camera/v1_2/ |
H A D | ICameraHost.idl | 96 * @brief Warm-up a camera device when lens switching. 98 …* This function can be called when user touch camera application lens switch icon to accelerate th…
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-appendix-hi3516.md | 20 …icroHDMI (1-channel HDMI 1.4)<br>- Camera<br> - Sensor IMX335<br> - M12 lens, 4 mm focal length,…
|
/ohos5.0/drivers/hdf_core/framework/model/camera/dispatch/src/ |
H A D | camera_dispatch.c | 45 if (rootConfig->deviceConfig[camId].lens.mode == DEVICE_SUPPORT) { in CheckDeviceOps() 46 for (i = 0; i < rootConfig->deviceConfig[camId].lens.lensNum; i++) { in CheckDeviceOps() 47 if (deviceDriver->lens[i]->devOps == NULL) { in CheckDeviceOps()
|
/ohos5.0/base/update/updater/services/diffpatch/diff/ |
H A D | blocks_diff.cpp | 330 int64_t lens = 0; in ComputeLength() local 344 lens = i + 1; in ComputeLength() 347 lengthFront += lens - overlap; in ComputeLength() 348 lengthBack -= lens; in ComputeLength()
|
/ohos5.0/drivers/peripheral/camera/vdi_base/common/adapter/platform/hdf_driver/src/driver_adapter/include/ |
H A D | camera_common.h | 130 struct LensInfo lens; member
|
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/ |
H A D | image__common_8h.md | 101 ….md#ohos_image_property_max_aperture_value) = "MaxApertureValue" | Smallest F number of the lens. | 165 …_image___native_module.md#ohos_image_property_lens_make) = "LensMake" | Manufacturer of the lens. | 166 …DEL](_image___native_module.md#ohos_image_property_lens_model) = "LensModel" | Model of the lens. | 167 …dule.md#ohos_image_property_lens_serial_number) = "LensSerialNumber" | Serial number of the lens. | 168 …le.md#ohos_image_property_lens_specification) = "LensSpecification" | Specifications of the lens. |
|
/ohos5.0/drivers/hdf_core/framework/model/camera/device_manager/include/ |
H A D | camera_device_manager.h | 178 struct LensDevice *lens[DEVICE_NUM]; member
|
/ohos5.0/docs/en/application-dev/media/image/ |
H A D | image-tool.md | 7 …F data of photos in the Gallery application, for example, when the manual lens parameters of the c…
|
/ohos5.0/docs/en/application-dev/reference/apis-arkgraphics2d/ |
H A D | js-apis-uiEffect-sys.md | 139 Applies the lens distortion effect onto the component. 148 | distortionK | number | Yes | Distortion coefficient, indicating the degree of lens dist… 158 | [Filter](#filter) | **Filter** instance with lens distortion effect.|
|
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/hdiadapter/sink/bluetooth/ |
H A D | bluetooth_renderer_sink.cpp | 193 int64_t BytesToNanoTime(size_t lens); 1035 int64_t BluetoothRendererSinkInner::BytesToNanoTime(size_t lens) in BytesToNanoTime() argument 1037 int64_t res = static_cast<int64_t>(AUDIO_NS_PER_SECOND * lens / in BytesToNanoTime()
|
/ohos5.0/drivers/hdf_core/framework/model/camera/parser/src/ |
H A D | camera_config_parser.c | 332 if (ParseCameraLensDeviceConfig(childNode, drsOps, &lensConfig->lens[cnt]) != HDF_SUCCESS) { in ParseCameraLensConfig() 459 …CHECK_PARSER_CONFIG_RET(ParseCameraLensConfig(lensConfigNode, drsOps, &deviceConfig->lens), "LensC… in ParseCameraDeviceConfig()
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/ |
H A D | js-components-common-animation.md | 49 …up> | \<number> | Sets the distance from the lens to the element's su…
|