Home | History | Annotate | Download | only in nuplayer

Lines Matching defs:rotationDegrees

1538     int32_t rotationDegrees;
1539 if (!inputFormat->findInt32("rotation-degrees", &rotationDegrees)) {
1540 rotationDegrees = 0;
1543 if (rotationDegrees == 90 || rotationDegrees == 270) {