Searched refs:kKeyRotation (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/media/libstagefright/include/media/stagefright/ |
D | MetaDataBase.h | 45 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator
|
/frameworks/av/media/libstagefright/ |
D | MediaMuxer.cpp | 125 mFileMeta->setInt32(kKeyRotation, degrees); in setOrientationHint()
|
D | Utils.cpp | 962 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 1051 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 1706 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
|
D | FrameDecoder.cpp | 49 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in allocVideoFrame()
|
D | MPEG4Writer.cpp | 696 if (!params || !params->findInt32(kKeyRotation, &rotation)) { in estimateFileLevelMetaSize() 2467 params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightMetadataRetriever.cpp | 582 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in parseMetaData() 597 if (!trackMeta->findInt32(kKeyRotation, &imageRotation)) { in parseMetaData()
|
D | StagefrightRecorder.cpp | 1964 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()
|
/frameworks/av/media/libstagefright/foundation/tests/ |
D | MetaDataBaseUnitTest.cpp | 143 status = metaData->findInt32(kKeyRotation, &angle); in TEST_F()
|