Searched refs:mRotationDegrees (Results 1 – 8 of 8) sorted by relevance
/aosp12/frameworks/av/media/libstagefright/include/ |
H A D | SoftwareRenderer.h | 57 int32_t mRotationDegrees; variable
|
/aosp12/frameworks/av/media/libstagefright/colorconversion/ |
H A D | SoftwareRenderer.cpp | 59 mRotationDegrees(rotation), in SoftwareRenderer() 233 rotationDegrees = mRotationDegrees; in resetFormatIfChanged()
|
/aosp12/frameworks/av/media/libmediaplayerservice/ |
H A D | StagefrightRecorder.cpp | 200 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 D | StagefrightRecorder.h | 140 int32_t mRotationDegrees; // Clockwise member
|
/aosp12/frameworks/av/media/libstagefright/include/media/stagefright/ |
H A D | ACodec.h | 288 int32_t mRotationDegrees; member
|
H A D | MediaCodec.h | 445 int32_t mRotationDegrees; member
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | MediaCodec.cpp | 750 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 D | ACodec.cpp | 577 mRotationDegrees(0), in ACodec() 1132 mRotationDegrees, in setupNativeWindowSizeFormatAndUsage() 2064 mRotationDegrees = rotationDegrees; in configureCodec() 2066 mRotationDegrees = 0; in configureCodec()
|