Searched refs:kKeyRotation (Results 1 – 11 of 11) sorted by relevance
/frameworks/av/include/media/stagefright/ |
D | MetaData.h | 42 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 60 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) { in SoftwareRenderer()
|
/frameworks/av/libvideoeditor/lvpp/ |
D | NativeWindowRenderer.cpp | 598 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) { in updateVideoSize()
|
D | PreviewPlayer.cpp | 1720 kKeyRotation, &rotationDegrees)) { in notifyVideoSize_l()
|
/frameworks/av/media/libstagefright/ |
D | StagefrightMetadataRetriever.cpp | 227 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) { in extractVideoFrameWithCodecFlags()
|
D | AwesomePlayer.cpp | 1059 kKeyRotation, &rotationDegrees)) { in notifyVideoSize_l() 1091 kKeyRotation, &rotationDegrees)) { in initRenderer_l()
|
D | OMXCodec.cpp | 1650 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) { in applyRotation() 4495 if (mSource->getFormat()->findInt32(kKeyRotation, &rotationDegrees)) { in initOutputFormat() 4496 mOutputFormat->setInt32(kKeyRotation, rotationDegrees); in initOutputFormat()
|
D | MPEG4Extractor.cpp | 1541 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees); in parseTrackHeader()
|
D | MPEG4Writer.cpp | 1470 if (!mIsAudio && params && params->findInt32(kKeyRotation, &rotationDegrees)) { in start()
|
/frameworks/av/media/libmediaplayerservice/ |
D | StagefrightRecorder.cpp | 1547 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4MetaData()
|
/frameworks/av/libvideoeditor/vss/stagefrightshells/src/ |
D | VideoEditor3gpReader.cpp | 1526 if(!meta->findInt32(kKeyRotation, &rotationDegree)) { in VideoEditor3gpReader_getNextStreamHandler()
|