Searched refs:rotationDegrees (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp59 int32_t rotationDegrees; local
60 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) {
61 rotationDegrees = 0;
116 switch (rotationDegrees) {
/frameworks/av/libvideoeditor/lvpp/
H A DNativeWindowRenderer.cpp597 int32_t rotationDegrees; local
598 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) {
599 rotationDegrees = 0;
602 if (rotationDegrees == 90 || rotationDegrees == 270) {
H A DPreviewPlayer.cpp1718 int32_t rotationDegrees; local
1720 kKeyRotation, &rotationDegrees)) {
1721 rotationDegrees = 0;
1724 if (rotationDegrees == 90 || rotationDegrees == 270) {
/frameworks/av/media/libstagefright/
H A DAwesomePlayer.cpp122 int32_t rotationDegrees)
124 applyRotation(rotationDegrees);
150 void applyRotation(int32_t rotationDegrees) { argument
152 switch (rotationDegrees) {
1057 int32_t rotationDegrees; local
1059 kKeyRotation, &rotationDegrees)) {
1060 rotationDegrees = 0;
1063 if (rotationDegrees == 90 || rotationDegrees == 270) {
1089 int32_t rotationDegrees; local
120 AwesomeNativeWindowRenderer( const sp<ANativeWindow> &nativeWindow, int32_t rotationDegrees) argument
[all...]
H A DMPEG4Extractor.cpp1523 uint32_t rotationDegrees; local
1528 rotationDegrees = 0;
1530 rotationDegrees = 90;
1532 rotationDegrees = 270;
1534 rotationDegrees = 180;
1537 rotationDegrees = 0;
1540 if (rotationDegrees != 0) {
1541 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees);
H A DOMXCodec.cpp1649 int32_t rotationDegrees; local
1650 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) {
1651 rotationDegrees = 0;
1655 switch (rotationDegrees) {
4494 int32_t rotationDegrees; local
4495 if (mSource->getFormat()->findInt32(kKeyRotation, &rotationDegrees)) {
4496 mOutputFormat->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Writer.cpp1469 int32_t rotationDegrees; local
1470 if (!mIsAudio && params && params->findInt32(kKeyRotation, &rotationDegrees)) {
1471 mRotation = rotationDegrees;

Completed in 99 milliseconds