Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/media/stagefright/
DMetaDataBase.h45 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator
/frameworks/av/media/libstagefright/
DMediaMuxer.cpp117 mFileMeta->setInt32(kKeyRotation, degrees); in setOrientationHint()
DStagefrightMetadataRetriever.cpp581 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in parseMetaData()
596 if (!trackMeta->findInt32(kKeyRotation, &imageRotation)) { in parseMetaData()
DUtils.cpp967 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
1056 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
1711 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
DFrameDecoder.cpp49 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in allocVideoFrame()
DMPEG4Writer.cpp695 if (!params || !params->findInt32(kKeyRotation, &rotation)) { in estimateFileLevelMetaSize()
2461 params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1964 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()