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
DMediaCodec.h332 int32_t mRotationDegrees; member
DACodec.h283 int32_t mRotationDegrees; member
/frameworks/av/media/libstagefright/colorconversion/
DSoftwareRenderer.cpp57 mRotationDegrees(rotation) { in SoftwareRenderer()
188 rotationDegrees = mRotationDegrees; in resetFormatIfChanged()
/frameworks/av/media/libmediaplayerservice/
DStagefrightRecorder.h118 int32_t mRotationDegrees; // Clockwise member
DStagefrightRecorder.cpp170 mAnalyticsItem->setInt32(kRecorderRotation, mRotationDegrees); in updateMetrics()
541 mRotationDegrees = degrees % 360; in setParamVideoRotation()
1891 if (mRotationDegrees != 0) { in setupMPEG4orWEBMMetaData()
1892 (*meta)->setInt32(kKeyRotation, mRotationDegrees); in setupMPEG4orWEBMMetaData()
2073 mRotationDegrees = 0; in reset()
/frameworks/av/media/libstagefright/
DMediaCodec.cpp484 mRotationDegrees(0), in MediaCodec()
705 if (!format->findInt32(kCodecRotation, &mRotationDegrees)) { in configure()
706 mRotationDegrees = 0; in configure()
712 mAnalyticsItem->setInt32(kCodecRotation, mRotationDegrees); in configure()
1776 mSoftRenderer = new SoftwareRenderer(mSurface, mRotationDegrees); in onMessageReceived()
DACodec.cpp541 mRotationDegrees(0), in ACodec()
1119 mRotationDegrees, in setupNativeWindowSizeFormatAndUsage()
2006 mRotationDegrees = rotationDegrees; in configureCodec()
2008 mRotationDegrees = 0; in configureCodec()