Home
last modified time | relevance | path

Searched defs:yaw (Results 1 – 11 of 11) sorted by relevance

/third_party/ffmpeg/libavutil/
Dspherical.h126 int32_t yaw; ///< Rotation around the up vector [-180, 180]. member
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Deuler_angles.inl172 T const & yaw,
207 T const & yaw,
/third_party/skia/third_party/externals/angle2/util/
DMatrix.cpp130 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) in rollPitchYaw()
/third_party/flutter/skia/third_party/externals/angle2/util/
DMatrix.cpp130 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) in rollPitchYaw()
/third_party/ffmpeg/libavfilter/
Dvf_showinfo.c64 double yaw, pitch, roll; in dump_spherical() local
Dv360.h142 float yaw, pitch, roll; member
Dvf_v360.c3884 static inline void calculate_rotation(float yaw, float pitch, float roll, in calculate_rotation()
/third_party/ffmpeg/libavformat/
Ddump.c370 double yaw, pitch, roll; in dump_spherical() local
Dmatroskadec.c194 double yaw; member
Dmov.c5623 int32_t yaw, pitch, roll; in mov_read_sv3d() local
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/
Dquaternion.inl581 GLM_FUNC_QUALIFIER T yaw(tquat<T, P> const & q) function