Home
last modified time | relevance | path

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

/frameworks/av/media/libstagefright/include/
DSoftwareRenderer.h57 int32_t mRotationDegrees; variable
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp59 mRotationDegrees(rotation), in SoftwareRenderer()
233 rotationDegrees = mRotationDegrees; in resetFormatIfChanged()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.cpp185 mAnalyticsItem->setInt32(kRecorderRotation, mRotationDegrees); in updateMetrics()
560 mRotationDegrees = degrees % 360; in setParamVideoRotation()
1963 if (mRotationDegrees != 0) { in setupMPEG4orWEBMMetaData()
1964 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()
2182 mRotationDegrees = 0; in reset()
DStagefrightRecorder.h126 int32_t mRotationDegrees; // Clockwise member
/frameworks/av/media/libstagefright/include/media/stagefright/
DMediaCodec.h348 int32_t mRotationDegrees; member
DACodec.h272 int32_t mRotationDegrees; member
/frameworks/av/media/libstagefright/
DMediaCodec.cpp534 mRotationDegrees(0), in MediaCodec()
1064 if (!format->findInt32("rotation-degrees", &mRotationDegrees)) { in configure()
1065 mRotationDegrees = 0; in configure()
1071 mediametrics_setInt32(mMetricsHandle, kCodecRotation, mRotationDegrees); in configure()
2330 mSoftRenderer = new SoftwareRenderer(mSurface, mRotationDegrees); in onMessageReceived()
DACodec.cpp560 mRotationDegrees(0), in ACodec()
1115 mRotationDegrees, in setupNativeWindowSizeFormatAndUsage()
2022 mRotationDegrees = rotationDegrees; in configureCodec()
2024 mRotationDegrees = 0; in configureCodec()