Home
last modified time | relevance | path

Searched refs:yaw (Results 1 – 25 of 32) sorted by relevance

12

/third_party/ffmpeg/tests/ref/fate/
Dmatroska-spherical-mono-remux38 yaw=45
62 yaw=45
Dmatroska-spherical-mono14 yaw=45
Dmov-spherical-mono14 yaw=45
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/gtx/
Deuler_angles.inl172 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);
Deuler_angles.hpp100 T const & yaw,
108 T const & yaw,
/third_party/flutter/skia/third_party/externals/icu/source/data/locales/
Dkam.txt59yawĩoo",
63yawĩoo",
228 dn{"Ĩyakwakya/Ĩyawĩoo"}
Dee.txt445 "yaw",
463 "yaw",
483 "yaw",
501 "yaw",
/third_party/skia/third_party/externals/icu/source/data/locales/
Dkam.txt59yawĩoo",
63yawĩoo",
228 dn{"Ĩyakwakya/Ĩyawĩoo"}
Dee.txt445 "yaw",
463 "yaw",
483 "yaw",
501 "yaw",
/third_party/icu/icu4c/source/data/locales/
Dkam.txt59yawĩoo",
63yawĩoo",
228 dn{"Ĩyakwakya/Ĩyawĩoo"}
Dee.txt445 "yaw",
463 "yaw",
483 "yaw",
501 "yaw",
/third_party/ffmpeg/libavutil/
Dspherical.h126 int32_t yaw; ///< Rotation around the up vector [-180, 180]. member
/third_party/icu/icu4c/source/data/translit/
Dmy_my_Latn.txt82 # ($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/
Dmy_my_Latn.txt82 # ($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/
Dvf_showinfo.c64 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()
Dv360.h142 float yaw, pitch, roll; member
Dvf_v360.c147 …{ "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/
DMatrix.h45 static Matrix4 rollPitchYaw(float roll, float pitch, float yaw);
DMatrix.cpp130 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/
DMatrix.h45 static Matrix4 rollPitchYaw(float roll, float pitch, float yaw);
DMatrix.cpp130 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/
Ddump.c370 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()
Dmatroskadec.c194 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/
Dquaternion.inl139 // 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
Dquaternion.hpp277 GLM_FUNC_DECL T yaw(tquat<T, P> const & x);

12