Home
last modified time | relevance | path

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

/frameworks/av/include/media/stagefright/
DMetaData.h42 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp60 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) { in SoftwareRenderer()
/frameworks/av/libvideoeditor/lvpp/
DNativeWindowRenderer.cpp598 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) { in updateVideoSize()
DPreviewPlayer.cpp1720 kKeyRotation, &rotationDegrees)) { in notifyVideoSize_l()
/frameworks/av/media/libstagefright/
DStagefrightMetadataRetriever.cpp227 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in extractVideoFrameWithCodecFlags()
DAwesomePlayer.cpp1059 kKeyRotation, &rotationDegrees)) { in notifyVideoSize_l()
1091 kKeyRotation, &rotationDegrees)) { in initRenderer_l()
DOMXCodec.cpp1650 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) { in applyRotation()
4495 if (mSource->getFormat()->findInt32(kKeyRotation, &rotationDegrees)) { in initOutputFormat()
4496 mOutputFormat->setInt32(kKeyRotation, rotationDegrees); in initOutputFormat()
DMPEG4Extractor.cpp1541 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees); in parseTrackHeader()
DMPEG4Writer.cpp1470 if (!mIsAudio && params && params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp1547 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4MetaData()
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/
DVideoEditor3gpReader.cpp1526 if(!meta->findInt32(kKeyRotation, &rotationDegree)) { in VideoEditor3gpReader_getNextStreamHandler()