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.h108 int32_t mRotationDegrees; // Clockwise member in struct:android::StagefrightRecorder
H A DStagefrightRecorder.cpp414 mRotationDegrees = degrees % 360;
1721 if (mRotationDegrees != 0) {
1722 (*meta)->setInt32(kKeyRotation, mRotationDegrees);
1837 mRotationDegrees = 0;
/frameworks/av/include/media/stagefright/
H A DMediaCodec.h306 int32_t mRotationDegrees; member in struct:android::MediaCodec
H A DACodec.h249 int32_t mRotationDegrees; member in struct:android::ACodec
/frameworks/av/media/libstagefright/
H A DMediaCodec.cpp253 mRotationDegrees(0),
416 if (!format->findInt32("rotation-degrees", &mRotationDegrees)) {
417 mRotationDegrees = 0;
1319 mSoftRenderer = new SoftwareRenderer(mSurface, mRotationDegrees);
H A DACodec.cpp505 mRotationDegrees(0),
917 mRotationDegrees,
1900 mRotationDegrees = rotationDegrees;
1902 mRotationDegrees = 0;

Completed in 188 milliseconds