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

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp360 int32_t rotationAngle; local
361 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
362 rotationAngle = 0; // By default, no rotation
372 frame->mRotationAngle = rotationAngle;
631 int32_t rotationAngle = -1; local
659 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
660 rotationAngle = 0;
695 sprintf(tmp, "%d", rotationAngle);

Completed in 37 milliseconds