Home | History | Annotate | Download | only in nuplayer

Lines Matching refs:rotationDegrees

1942     int32_t rotationDegrees;
1943 if (!inputFormat->findInt32("rotation-degrees", &rotationDegrees)) {
1944 rotationDegrees = 0;
1947 if (rotationDegrees == 90 || rotationDegrees == 270) {