Searched refs:kKeyRotation (Results 1 – 7 of 7) 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 | 117 mFileMeta->setInt32(kKeyRotation, degrees); in setOrientationHint()
|
D | StagefrightMetadataRetriever.cpp | 581 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in parseMetaData() 596 if (!trackMeta->findInt32(kKeyRotation, &imageRotation)) { in parseMetaData()
|
D | Utils.cpp | 967 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 1056 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 1711 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
|
D | FrameDecoder.cpp | 49 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in allocVideoFrame()
|
D | MPEG4Writer.cpp | 695 if (!params || !params->findInt32(kKeyRotation, &rotation)) { in estimateFileLevelMetaSize() 2461 params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1964 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()
|