Home
last modified time | relevance | path

Searched refs:pitch (Results 1 – 20 of 20) sorted by relevance

/ohos5.0/base/msdp/device_status/libs/src/algorithm/
H A Dalgo_horizontal.cpp53 algoPara_.pitch = -atan2(algoPara_.y, algoPara_.z) * (ANGLE_180_DEGREE / PI); in ExecuteOperation()
55 FI_HILOGD("pitch:%{public}f, roll:%{public}f", algoPara_.pitch, algoPara_.roll); in ExecuteOperation()
57 …if ((((abs(algoPara_.pitch) > ANGLE_HOR_LOW_THRHD) && (abs(algoPara_.pitch) < ANGLE_HOR_UP_THRHD))… in ExecuteOperation()
59 (((abs(algoPara_.pitch) > 0) && (abs(algoPara_.pitch) < ANGLE_HOR_FLIPPED_THRHD)) && in ExecuteOperation()
H A Dalgo_vertical.cpp59 algoPara_.pitch = -atan2(algoPara_.y, algoPara_.z) * (ANGLE_180_DEGREE / PI); in ExecuteOperation()
61 FI_HILOGD("pitch:%{public}f, roll:%{public}f", algoPara_.pitch, algoPara_.roll); in ExecuteOperation()
63 …if (((abs(algoPara_.pitch) > ANGLE_VER_LOW_THRHD) && (abs(algoPara_.pitch) < ANGLE_VER_UP_THRHD)) … in ExecuteOperation()
/ohos5.0/drivers/peripheral/display/hal/default/
H A Ddisplay_layer.c115 int32_t pitch; member
290 priv->pitch = layerInfo->width * BITS_PER_PIXEL / BITS_TO_BYTE; in CreateLayer()
291 priv->fbSize = ((priv->pitch * priv->height) + 0xfff) & (~0xfff); in CreateLayer()
297 priv->pitch = 0; in CreateLayer()
375 buffer->height, buffer->pixFormat, buffer->pitch); in Flush()
413 buffer->pitch = priv->pitch; in GetLayerBuffer()
423 buffer->width, buffer->height, buffer->pixFormat, buffer->pitch); in GetLayerBuffer()
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeBase/api/base/math/
H A Dquaternion_util.h36 const float pitch = euler.y; in BASE_BEGIN_NAMESPACE() local
40 const float cp = Math::cos(pitch * 0.5f); in BASE_BEGIN_NAMESPACE()
41 const float sp = Math::sin(pitch * 0.5f); in BASE_BEGIN_NAMESPACE()
166 const float pitch = (fabs(sinp) >= 1.f) ? copysign(Math::PI / 2.0f, sinp) : asin(sinp); in BASE_BEGIN_NAMESPACE() local
173 Vec3 eulerRadRotations(roll, pitch, yaw); in BASE_BEGIN_NAMESPACE()
/ohos5.0/base/powermgr/battery_manager/charger/src/dev/
H A Ddrm_driver.cpp68 bo->pitch = create.pitch; in ModesetCreateFb()
73 pitches[0] = bo->pitch; in ModesetCreateFb()
/ohos5.0/base/update/updater/services/ui/driver/
H A Ddrm_driver.cpp66 bo->pitch = create.pitch; in ModesetCreateFb()
71 pitches[0] = bo->pitch; in ModesetCreateFb()
H A Ddrm_driver.h36 uint32_t pitch {};
/ohos5.0/drivers/peripheral/display/buffer/vdi_base/src/
H A Dhi_gbm.cpp94 bo->stride = dumb->pitch; in InitGbmBo()
141 format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in HdiGbmBoCreate()
/ohos5.0/base/msdp/device_status/libs/include/algorithm/
H A Dalgo_base.h57 double pitch { 0.0 };
/ohos5.0/base/powermgr/battery_manager/charger/include/dev/
H A Ddrm_driver.h37 uint32_t pitch {};
/ohos5.0/drivers/peripheral/display/hal/default_standard/src/display_gralloc/
H A Ddrm_allocator.cpp56 handle.format, dumb.width, dumb.height, dumb.bpp, dumb.pitch, dumb.size); in Allocate()
/ohos5.0/foundation/graphic/graphic_utils_lite/frameworks/hals/
H A Dhi_fbdev.cpp160 g_devSurfaceData.stride = g_display.buffer.pitch; in HiFbdevInit()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/include/
H A Dbackup_const.h453 float pitch {0.0};
524 std::optional<double> pitch; member
/ohos5.0/drivers/peripheral/display/interfaces/include/
H A Ddisplay_type.h325 int32_t pitch; /**< Number of bytes from one row of pixels in memory to the next */ member
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dupgrade_restore.cpp1094 faceInfo.pitch = GetDoubleVal(GALLERY_PITCH, resultSet); in ParseFaceResultSet()
1159 values.PutDouble(PITCH, faceInfo.pitch); in GetInsertValue()
H A Dclone_restore.cpp2414 PutIfPresent(values, IMAGE_FACE_COL_PITCH, imageFaceTbl.pitch); in CreateValuesBucketFromImageFaceTbl()
2446 …imageFaceTbl.pitch = BackupDatabaseUtils::GetOptionalValue<double>(resultSet, IMAGE_FACE_COL_PITCH… in ParseImageFaceResultSet()
/ohos5.0/drivers/peripheral/display/hdi_service/device/src/server/
H A Ddisplay_device_host_driver.cpp1957 …OG("receive displayInfo fenceId=%{public}d, pitch=%{public}d", bufferTmp.fenceId, bufferTmp.pitch); in SnapShot()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-settings.md170 | DEFAULT_TTS_PITCH | string | Yes | Yes | Default pitch of the TTS engine.<br>100 = 1x. If the…
/ohos5.0/base/update/packaging_tools/test/
H A Dsource_vendor_data Error!