Home
last modified time | relevance | path

Searched refs:lens (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/drivers/hdf_core/framework/model/camera/device_impl/src/
H A Dcamera_lens.c27 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 Dtemplates_parser.cpp213 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 Dtemplates_parser.cpp193 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 Dxml-parsing.md45 '<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 Dcamera_utils.c142 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 Dxml-parsing.md45 '<lens>Work</lens>' +
82 lens
84 lens
107 ' <lens>Work</lens>' +
/ohos5.0/base/hiviewdfx/hilog/services/hilogtool/
H A Dlog_display.cpp280 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 Dcamera_config_parser.h124 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 Drender_grid_layout.cpp556 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 Dcamera_control.cpp358 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 Dcamera-overview.md13 …be used when there are multiple lenses (such as wide-angle lens, long-focus lens, and ToF lens) in…
H A Dcamera-depth-data.md3 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 DICameraHost.idl96 * @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 DICameraHost.idl96 * @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 Dquickstart-appendix-hi3516.md20 …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 Dcamera_dispatch.c45 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 Dblocks_diff.cpp330 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 Dcamera_common.h130 struct LensInfo lens; member
/ohos5.0/docs/en/application-dev/reference/apis-image-kit/
H A Dimage__common_8h.md101 ….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 Dcamera_device_manager.h178 struct LensDevice *lens[DEVICE_NUM]; member
/ohos5.0/docs/en/application-dev/media/image/
H A Dimage-tool.md7 …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 Djs-apis-uiEffect-sys.md139 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 Dbluetooth_renderer_sink.cpp193 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 Dcamera_config_parser.c332 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 Djs-components-common-animation.md49 …up> | \<number> | Sets the distance from the lens to the element's su…

12