Searched refs:kKeyRotation (Results 1 – 9 of 9) sorted by relevance
/frameworks/av/media/libstagefright/ |
D | MediaMuxer.cpp | 116 mFileMeta->setInt32(kKeyRotation, degrees); in setOrientationHint()
|
D | Utils.cpp | 128 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 170 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 514 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
|
D | StagefrightMetadataRetriever.cpp | 269 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in extractVideoFrameWithCodecFlags() 555 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in parseMetaData()
|
D | AwesomePlayer.cpp | 1184 kKeyRotation, &rotationDegrees)) { in notifyVideoSize_l() 1216 kKeyRotation, &rotationDegrees)) { in initRenderer_l()
|
D | OMXCodec.cpp | 1784 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) { in applyRotation() 4651 if (mSource->getFormat()->findInt32(kKeyRotation, &rotationDegrees)) { in initOutputFormat() 4652 mOutputFormat->setInt32(kKeyRotation, rotationDegrees); in initOutputFormat()
|
D | MPEG4Writer.cpp | 1718 if (!mIsAudio && params && params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
|
D | MPEG4Extractor.cpp | 2194 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees); in parseTrackHeader()
|
/frameworks/av/include/media/stagefright/ |
D | MetaData.h | 44 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1670 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()
|