Home
last modified time | relevance | path

Searched refs:kKeyRotation (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaMuxer.cpp101 mFileMeta->setInt32(kKeyRotation, degrees); in setOrientationHint()
DStagefrightMetadataRetriever.cpp149 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in allocVideoFrame()
829 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in parseMetaData()
DItemTable.cpp1416 case 90: meta->setInt32(kKeyRotation, 270); break; in getImageMeta()
1417 case 180: meta->setInt32(kKeyRotation, 180); break; in getImageMeta()
1418 case 270: meta->setInt32(kKeyRotation, 90); break; in getImageMeta()
DUtils.cpp714 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
783 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
1370 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
DMPEG4Writer.cpp2097 if (mIsVideo && params && params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
DMPEG4Extractor.cpp2864 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees); in parseTrackHeader()
/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaData.h47 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1892 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()