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

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp379 int32_t rotationAngle; local
380 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
381 rotationAngle = 0; // By default, no rotation
391 frame->mRotationAngle = rotationAngle;
648 int32_t rotationAngle = -1; local
676 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
677 rotationAngle = 0;
715 sprintf(tmp, "%d", rotationAngle);

Completed in 50 milliseconds