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

/frameworks/av/media/libstagefright/
H A DStagefrightMetadataRetriever.cpp498 int32_t rotationAngle = -1; local
531 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
532 rotationAngle = 0;
585 sprintf(tmp, "%d", rotationAngle);
H A DFrameDecoder.cpp48 int32_t rotationAngle; local
49 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
50 rotationAngle = 0; // By default, no rotation
78 tileWidth, tileHeight, rotationAngle, dstBpp, !metaOnly, iccSize);

Completed in 63 milliseconds