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

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp400 int32_t rotationAngle; local
401 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
402 rotationAngle = 0; // By default, no rotation
412 frame->mRotationAngle = rotationAngle;
685 int32_t rotationAngle = -1; local
713 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
714 rotationAngle = 0;
752 sprintf(tmp, "%d", rotationAngle);

Completed in 8 milliseconds