Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavutil/
Dspherical.h82 typedef struct AVSphericalMapping { struct
86 enum AVSphericalProjection projection;
126 int32_t yaw; ///< Rotation around the up vector [-180, 180].
127 int32_t pitch; ///< Rotation around the right vector [-90, 90].
128 int32_t roll; ///< Rotation around the forward vector [-180, 180].
183 } AVSphericalMapping; argument