Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:rotationDegrees

2846     uint32_t rotationDegrees;
2851 rotationDegrees = 0;
2853 rotationDegrees = 90;
2855 rotationDegrees = 270;
2857 rotationDegrees = 180;
2860 rotationDegrees = 0;
2863 if (rotationDegrees != 0) {
2864 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees);