Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/
DMediaMuxer.cpp116 mFileMeta->setInt32(kKeyRotation, degrees); in setOrientationHint()
DUtils.cpp128 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
170 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage()
514 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
DStagefrightMetadataRetriever.cpp269 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in extractVideoFrameWithCodecFlags()
555 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in parseMetaData()
DAwesomePlayer.cpp1184 kKeyRotation, &rotationDegrees)) { in notifyVideoSize_l()
1216 kKeyRotation, &rotationDegrees)) { in initRenderer_l()
DOMXCodec.cpp1784 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) { in applyRotation()
4651 if (mSource->getFormat()->findInt32(kKeyRotation, &rotationDegrees)) { in initOutputFormat()
4652 mOutputFormat->setInt32(kKeyRotation, rotationDegrees); in initOutputFormat()
DMPEG4Writer.cpp1718 if (!mIsAudio && params && params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
DMPEG4Extractor.cpp2194 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees); in parseTrackHeader()
/frameworks/av/include/media/stagefright/
DMetaData.h44 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1670 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()