Home | History | Annotate | Download | only in libstagefright

Lines Matching refs:rotationDegrees

1887     uint32_t rotationDegrees;
1892 rotationDegrees = 0;
1894 rotationDegrees = 90;
1896 rotationDegrees = 270;
1898 rotationDegrees = 180;
1901 rotationDegrees = 0;
1904 if (rotationDegrees != 0) {
1905 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees);