/third_party/ffmpeg/tests/ref/fate/ |
D | matroska-spherical-mono-remux | 38 yaw=45 62 yaw=45
|
D | matroska-spherical-mono | 14 yaw=45
|
D | mov-spherical-mono | 14 yaw=45
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/ |
D | euler_angles.inl | 172 T const & yaw, argument 177 T tmp_ch = glm::cos(yaw); 178 T tmp_sh = glm::sin(yaw); 207 T const & yaw, argument 212 T tmp_ch = glm::cos(yaw); 213 T tmp_sh = glm::sin(yaw);
|
D | euler_angles.hpp | 100 T const & yaw, 108 T const & yaw,
|
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/ |
D | kam.txt | 59 "Ĩyawĩoo", 63 "Ĩyawĩoo", 228 dn{"Ĩyakwakya/Ĩyawĩoo"}
|
D | ee.txt | 445 "yaw", 463 "yaw", 483 "yaw", 501 "yaw",
|
/third_party/skia/third_party/externals/icu/source/data/locales/ |
D | kam.txt | 59 "Ĩyawĩoo", 63 "Ĩyawĩoo", 228 dn{"Ĩyakwakya/Ĩyawĩoo"}
|
D | ee.txt | 445 "yaw", 463 "yaw", 483 "yaw", 501 "yaw",
|
/third_party/icu/icu4c/source/data/locales/ |
D | kam.txt | 59 "Ĩyawĩoo", 63 "Ĩyawĩoo", 228 dn{"Ĩyakwakya/Ĩyawĩoo"}
|
D | ee.txt | 445 "yaw", 463 "yaw", 483 "yaw", 501 "yaw",
|
/third_party/ffmpeg/libavutil/ |
D | spherical.h | 126 int32_t yaw; ///< Rotation around the up vector [-180, 180]. member
|
/third_party/icu/icu4c/source/data/translit/ |
D | my_my_Latn.txt | 82 # ($consonants) ြော\u103A > | $1 yaw; 83 ($consonants) \u103C\u1031\u102C\u103A > | $1 yaw; 84 # ($consonants) ျော\u103A > | $1 yaw; 85 ($consonants) \u103B\u1031\u102C\u103A > | $1 yaw;
|
/third_party/skia/third_party/externals/icu/source/data/translit/ |
D | my_my_Latn.txt | 82 # ($consonants) ြော\u103A > | $1 yaw; 83 ($consonants) \u103C\u1031\u102C\u103A > | $1 yaw; 84 # ($consonants) ျော\u103A > | $1 yaw; 85 ($consonants) \u103B\u1031\u102C\u103A > | $1 yaw;
|
/third_party/ffmpeg/libavfilter/ |
D | vf_showinfo.c | 64 double yaw, pitch, roll; in dump_spherical() local 83 yaw = ((double)spherical->yaw) / (1 << 16); in dump_spherical() 86 av_log(ctx, AV_LOG_INFO, "(%f/%f/%f) ", yaw, pitch, roll); in dump_spherical()
|
D | v360.h | 142 float yaw, pitch, roll; member
|
D | vf_v360.c | 147 …{ "yaw", "yaw rotation", OFFSET(yaw), AV_OPT_TYPE_FLOAT, {.dbl=0.f}, … 3884 static inline void calculate_rotation(float yaw, float pitch, float roll, in calculate_rotation() argument 3888 const float yaw_rad = yaw * M_PI / 180.f; in calculate_rotation() 4672 calculate_rotation(s->yaw, s->pitch, s->roll, in config_output() 4712 s->yaw = s->pitch = s->roll = 0.f; in process_command()
|
/third_party/skia/third_party/externals/angle2/util/ |
D | Matrix.h | 45 static Matrix4 rollPitchYaw(float roll, float pitch, float yaw);
|
D | Matrix.cpp | 130 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) in rollPitchYaw() argument 132 return rotate(yaw, Vector3(0, 0, 1)) * rotate(pitch, Vector3(0, 1, 0)) * in rollPitchYaw()
|
/third_party/flutter/skia/third_party/externals/angle2/util/ |
D | Matrix.h | 45 static Matrix4 rollPitchYaw(float roll, float pitch, float yaw);
|
D | Matrix.cpp | 130 Matrix4 Matrix4::rollPitchYaw(float roll, float pitch, float yaw) in rollPitchYaw() argument 132 return rotate(yaw, Vector3(0, 0, 1)) * rotate(pitch, Vector3(0, 1, 0)) * in rollPitchYaw()
|
/third_party/ffmpeg/libavformat/ |
D | dump.c | 370 double yaw, pitch, roll; in dump_spherical() local 379 yaw = ((double)spherical->yaw) / (1 << 16); in dump_spherical() 382 av_log(ctx, AV_LOG_INFO, "(%f/%f/%f) ", yaw, pitch, roll); in dump_spherical()
|
D | matroskadec.c | 194 double yaw; member 488 …ECTIONPOSEYAW, EBML_FLOAT, 0, 0, offsetof(MatroskaTrackVideoProjection, yaw), { .f = 0.0 } }, 2292 spherical->yaw = (int32_t) (track->video.projection.yaw * (1 << 16)); in mkv_parse_video_projection()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtc/ |
D | quaternion.inl | 139 // valType const & yaw, 143 // tvec3<valType> eulerAngle(pitch * valType(0.5), yaw * valType(0.5), roll * valType(0.5)); 565 return tvec3<T, P>(pitch(x), yaw(x), roll(x)); 581 GLM_FUNC_QUALIFIER T yaw(tquat<T, P> const & q) function
|
D | quaternion.hpp | 277 GLM_FUNC_DECL T yaw(tquat<T, P> const & x);
|