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

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp268 int32_t rotationAngle; local
269 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
270 rotationAngle = 0; // By default, no rotation
280 frame->mRotationAngle = rotationAngle;
527 int32_t rotationAngle = -1; local
555 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
556 rotationAngle = 0;
591 sprintf(tmp, "%d", rotationAngle);

Completed in 46 milliseconds