Lines Matching refs:roll
201 double roll;
504 { MATROSKA_ID_VIDEOPROJECTIONPOSEROLL, EBML_FLOAT, 0, 0, offsetof(MatroskaTrackVideoProjection, roll), { .f = 0.0 } },
2242 double pitch = proj->pitch, yaw = proj->yaw, roll = proj->roll;
2246 if (pitch == 0.0 && yaw == 0.0 && roll == 0.0)
2252 isnan(roll)) {
2254 "projection in stream %u (yaw %f, pitch %f, roll %f)\n",
2255 st->index, yaw, pitch, roll);
2266 * to be oriented clockwise, so we need to negate roll.
2270 av_display_rotation_set(matrix, roll * (2 * hflip - 1));
2353 spherical->roll = (int32_t) (track->video.projection.roll * (1 << 16));