Home
last modified time | relevance | path

Searched refs:mRotationDegrees (Results 1 – 8 of 8) sorted by relevance

/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h56 int32_t mRotationDegrees; variable
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp55 mRotationDegrees(rotation) { in SoftwareRenderer()
186 rotationDegrees = mRotationDegrees; in resetFormatIfChanged()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h113 int32_t mRotationDegrees; // Clockwise member
DStagefrightRecorder.cpp413 mRotationDegrees = degrees % 360; in setParamVideoRotation()
1725 if (mRotationDegrees != 0) { in setupMPEG4orWEBMMetaData()
1726 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()
1873 mRotationDegrees = 0; in reset()
/frameworks/av/include/media/stagefright/
DMediaCodec.h315 int32_t mRotationDegrees; member
DACodec.h284 int32_t mRotationDegrees; member
/frameworks/av/media/libstagefright/
DMediaCodec.cpp275 mRotationDegrees(0), in MediaCodec()
448 if (!format->findInt32("rotation-degrees", &mRotationDegrees)) { in configure()
449 mRotationDegrees = 0; in configure()
1434 mSoftRenderer = new SoftwareRenderer(mSurface, mRotationDegrees); in onMessageReceived()
DACodec.cpp510 mRotationDegrees(0), in ACodec()
992 mRotationDegrees, in setupNativeWindowSizeFormatAndUsage()
2014 mRotationDegrees = rotationDegrees; in configureCodec()
2016 mRotationDegrees = 0; in configureCodec()