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

/frameworks/av/media/libstagefright/include/
H A DSoftwareRenderer.h56 int32_t mRotationDegrees; member in class:android::SoftwareRenderer
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp55 mRotationDegrees(rotation) {
186 rotationDegrees = mRotationDegrees;
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.h113 int32_t mRotationDegrees; // Clockwise member in struct:android::StagefrightRecorder
H A DStagefrightRecorder.cpp420 mRotationDegrees = degrees % 360;
1770 if (mRotationDegrees != 0) {
1771 (*meta)->setInt32(kKeyRotation, mRotationDegrees);
1937 mRotationDegrees = 0;
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h315 int32_t mRotationDegrees; member in struct:android::MediaCodec
H A DACodec.h284 int32_t mRotationDegrees; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp275 mRotationDegrees(0),
448 if (!format->findInt32("rotation-degrees", &mRotationDegrees)) {
449 mRotationDegrees = 0;
1434 mSoftRenderer = new SoftwareRenderer(mSurface, mRotationDegrees);
H A DACodec.cpp510 mRotationDegrees(0),
992 mRotationDegrees,
2014 mRotationDegrees = rotationDegrees;
2016 mRotationDegrees = 0;

Completed in 1432 milliseconds