Home
last modified time | relevance | path

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

/aosp12/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h57 int32_t mRotationDegrees; variable
/aosp12/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp59 mRotationDegrees(rotation), in SoftwareRenderer()
233 rotationDegrees = mRotationDegrees; in resetFormatIfChanged()
/aosp12/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp200 mMetricsItem->setInt32(kRecorderRotation, mRotationDegrees); in updateMetrics()
622 mRotationDegrees = degrees % 360; in setParamVideoRotation()
2011 format->setInt32("rotation-degrees", mRotationDegrees); in setupVideoEncoder()
2236 if (mRotationDegrees != 0) { in setupMPEG4orWEBMMetaData()
2237 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()
2462 mRotationDegrees = 0; in reset()
H A DStagefrightRecorder.h140 int32_t mRotationDegrees; // Clockwise member
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/
H A DACodec.h288 int32_t mRotationDegrees; member
H A DMediaCodec.h445 int32_t mRotationDegrees; member
/aosp12/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp750 mRotationDegrees(0), in MediaCodec()
1535 if (!format->findInt32("rotation-degrees", &mRotationDegrees)) { in configure()
1536 mRotationDegrees = 0; in configure()
1542 mediametrics_setInt32(mMetricsHandle, kCodecRotation, mRotationDegrees); in configure()
4516 mSoftRenderer = new SoftwareRenderer(mSurface, mRotationDegrees); in handleOutputFormatChangeIfNeeded()
H A DACodec.cpp577 mRotationDegrees(0), in ACodec()
1132 mRotationDegrees, in setupNativeWindowSizeFormatAndUsage()
2064 mRotationDegrees = rotationDegrees; in configureCodec()
2066 mRotationDegrees = 0; in configureCodec()