Home
last modified time | relevance | path

Searched refs:kKeyRotation (Results 1 – 8 of 8) 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.cpp125 mFileMeta->setInt32(kKeyRotation, degrees); in setOrientationHint()
DUtils.cpp962 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
1051 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
1706 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
DFrameDecoder.cpp49 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in allocVideoFrame()
DMPEG4Writer.cpp696 if (!params || !params->findInt32(kKeyRotation, &rotation)) { in estimateFileLevelMetaSize()
2467 params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
/frameworks/av/media/libmediaplayerservice/
DStagefrightMetadataRetriever.cpp582 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in parseMetaData()
597 if (!trackMeta->findInt32(kKeyRotation, &imageRotation)) { in parseMetaData()
DStagefrightRecorder.cpp1964 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()
/frameworks/av/media/libstagefright/foundation/tests/
DMetaDataBaseUnitTest.cpp143 status = metaData->findInt32(kKeyRotation, &angle); in TEST_F()