/external/dynamic_depth/internal/dynamic_depth/ |
D | pose.cc | 59 std::unique_ptr<Pose> pose(new Pose()); in FromData() local 61 pose->position_ = position; in FromData() 65 pose->orientation_ = NormalizeQuaternion(orientation); in FromData() 69 pose->timestamp_ = timestamp; in FromData() 72 return pose; in FromData() 83 std::unique_ptr<Pose> pose(new Pose()); in FromDeserializer() local 84 if (!pose->ParsePoseFields(*deserializer)) { in FromDeserializer() 87 return pose; in FromDeserializer()
|
D | plane.cc | 41 std::unique_ptr<Plane> Plane::FromData(std::unique_ptr<Pose> pose, in FromData() argument 45 if (pose == nullptr) { in FromData() 56 plane->pose_ = std::move(pose); in FromData() 141 std::unique_ptr<Pose> pose = in ParsePlaneFields() local 143 if (pose == nullptr) { in ParsePlaneFields() 166 pose_ = std::move(pose); in ParsePlaneFields()
|
D | device.cc | 58 auto pose = Pose::FromDeserializer(deserializer, DynamicDepthConst::Device()); in ParseFields() local 70 params->pose = std::move(pose); in ParseFields() 142 const Pose* Device::GetPose() const { return params_->pose.get(); } in GetPose() 217 if (params_->pose) { in Serialize() 221 if (!params_->pose->Serialize(pose_serializer.get())) { in Serialize() 271 if (params_->pose) { in GetNamespaces() 272 params_->pose->GetNamespaces(ns_name_href_map); in GetNamespaces()
|
D | camera.cc | 64 std::unique_ptr<Pose> pose = in ParseFields() local 85 params->pose = std::move(pose); in ParseFields() 115 if (params_->pose) { in GetNamespaces() 116 params_->pose->GetNamespaces(ns_name_href_map); in GetNamespaces() 172 const Pose* Camera::GetPose() const { return params_->pose.get(); } in GetPose() 232 if (params_->pose != nullptr) { in Serialize() 235 if (!params_->pose->Serialize(pose_serializer.get())) { in Serialize()
|
/external/libxcam/xcore/ |
D | image_projector.cpp | 289 SmartPtr<DevicePose> pose = *iter; in calc_camera_extrinsics() local 291 orientation.push_back (Vec4d (pose->orientation[0], in calc_camera_extrinsics() 292 pose->orientation[1], in calc_camera_extrinsics() 293 pose->orientation[2], in calc_camera_extrinsics() 294 pose->orientation[3])); in calc_camera_extrinsics() 296 orient_ts.push_back (pose->timestamp); in calc_camera_extrinsics() 298 translation.push_back (Vec3d (pose->translation[0], in calc_camera_extrinsics() 299 pose->translation[1], in calc_camera_extrinsics() 300 pose->translation[2])); in calc_camera_extrinsics()
|
/external/lua/src/ |
D | lutf8lib.c | 104 lua_Integer pose = u_posrelat(luaL_optinteger(L, 3, posi), len); in codepoint() local 108 luaL_argcheck(L, pose <= (lua_Integer)len, 3, "out of range"); in codepoint() 109 if (posi > pose) return 0; /* empty interval; return no values */ in codepoint() 110 if (pose - posi >= INT_MAX) /* (lua_Integer -> int) overflow? */ in codepoint() 112 n = (int)(pose - posi) + 1; in codepoint() 115 se = s + pose; in codepoint()
|
D | lstrlib.c | 152 lua_Integer pose = posrelat(luaL_optinteger(L, 3, posi), l); in str_byte() local 155 if (pose > (lua_Integer)l) pose = l; in str_byte() 156 if (posi > pose) return 0; /* empty interval; return no values */ in str_byte() 157 if (pose - posi >= INT_MAX) /* arithmetic overflow? */ in str_byte() 159 n = (int)(pose - posi) + 1; in str_byte()
|
/external/dynamic_depth/includes/dynamic_depth/ |
D | device.h | 37 std::unique_ptr<Pose> pose; member 46 pose(nullptr), in DeviceParams() 58 pose.get() == other.pose.get() &&
|
D | camera.h | 34 std::unique_ptr<Pose> pose; member 44 pose(nullptr), in CameraParams() 56 pose.get() == other.pose.get() &&
|
D | plane.h | 40 static std::unique_ptr<Plane> FromData(std::unique_ptr<Pose> pose,
|
/external/tensorflow/tensorflow/lite/g3doc/models/pose_estimation/ |
D | overview.md | 3 <img src="../images/pose.png" class="attempt-right" /> 7 _PoseNet_ is a vision model that can be used to estimate the pose of a person in 111 <img alt="Animation showing pose estimation" src="https://www.tensorflow.org/images/models/pose_est… 117 pose positions in the same scale as the original image regardless of whether the 136 ## Read more about pose estimation 139 …<li><a href="https://medium.com/tensorflow/real-time-human-pose-estimation-in-the-browser-with-ten…
|
/external/skia/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1152 const ArPose *pose, 1248 void ArPose_destroy(ArPose *pose); 1256 const ArPose *pose, 1266 const ArPose *pose, 1811 ArPose *pose, 1903 const ArPose *pose, 1910 const ArPose *pose,
|
/external/skqp/platform_tools/libraries/include/ |
D | arcore_c_api.h | 1152 const ArPose *pose, 1248 void ArPose_destroy(ArPose *pose); 1256 const ArPose *pose, 1266 const ArPose *pose, 1811 ArPose *pose, 1903 const ArPose *pose, 1910 const ArPose *pose,
|
/external/libxcam/tests/ |
D | test-video-stabilization.cpp | 41 static int read_device_pose (const char *file, DevicePoseList &pose, uint32_t pose_size);
|
/external/compiler-rt/lib/builtins/ |
D | fp_extend_impl.inc | 24 // are available on the target platform; this may pose a problem when trying
|
D | fp_trunc_impl.inc | 27 // are available on the target platform; this may pose a problem when trying
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | hosted_models.md | 121 For more information about pose estimation, see 124 The pose estimation model we currently host is
|
/external/u-boot/drivers/net/phy/ |
D | Kconfig | 172 network switch do not pose a problem as the switch configures its affected
|
/external/u-boot/board/cadence/xtfpga/ |
D | README | 108 This can pose a problem if all the sources are compiled with -O0
|
/external/llvm/docs/ |
D | Lexicon.rst | 79 derived pointers pose an additional hazard that they may be invalidated at
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | Lexicon.rst | 86 derived pointers pose an additional hazard that they may be invalidated at
|
/external/tensorflow/tensorflow/lite/g3doc/performance/ |
D | gpu.md | 197 * [PoseNet for pose estimation](https://github.com/tensorflow/tfjs-models/tree/master/posenet) [[do…
|
/external/ltp/testcases/kernel/syscalls/epoll2/man/ |
D | epoll.txt | 26 pose that this scenario happens :
|
/external/libxcam/ |
D | ChangeLog | 10 - orientation (gyro) data should be measured by quaternion as the pose
|
/external/libjpeg-turbo/ |
D | ChangeLog.md | 128 did not pose a security threat, but removing the warning made it easier to 235 pose a security threat, but removing the warnings makes it easier to detect 445 affected only 32-bit code and did not pose a security threat, but removing the 459 same structure, it was not known to pose a security threat, but removing the 547 32-bit code, and none of them was known to pose a security threat, but removing 666 Clang undefined behavior sanitizers. None of these was known to pose a
|