Searched refs:rotationDegrees (Results 1 - 9 of 9) sorted by relevance

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp61 int rotationDegrees) {
147 muxer->setOrientationHint(rotationDegrees);
217 int rotationDegrees = 0; local
257 rotationDegrees = atoi(optarg);
302 enableTrim, trimStartTimeMs, trimEndTimeMs, rotationDegrees);
52 muxing( const android::sp<android::ALooper> &looper, const char *path, bool useAudio, bool useVideo, const char *outputFileName, bool enableTrim, int trimStartTimeMs, int trimEndTimeMs, int rotationDegrees) argument
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp166 int32_t rotationDegrees; local
167 if (!format->findInt32("rotation-degrees", &rotationDegrees)) {
168 rotationDegrees = 0;
171 switch (rotationDegrees) {
/frameworks/av/media/libstagefright/
H A DUtils.cpp127 int32_t rotationDegrees; local
128 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
129 msg->setInt32("rotation-degrees", rotationDegrees);
169 int32_t rotationDegrees; local
170 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
171 msg->setInt32("rotation-degrees", rotationDegrees);
512 int32_t rotationDegrees; local
513 if (msg->findInt32("rotation-degrees", &rotationDegrees)) {
514 meta->setInt32(kKeyRotation, rotationDegrees);
H A DAwesomePlayer.cpp140 int32_t rotationDegrees)
142 applyRotation(rotationDegrees);
168 void applyRotation(int32_t rotationDegrees) { argument
170 switch (rotationDegrees) {
1192 int32_t rotationDegrees; local
1194 kKeyRotation, &rotationDegrees)) {
1195 rotationDegrees = 0;
1198 if (rotationDegrees == 90 || rotationDegrees == 270) {
1224 int32_t rotationDegrees; local
138 AwesomeNativeWindowRenderer( const sp<ANativeWindow> &nativeWindow, int32_t rotationDegrees) argument
[all...]
H A DMPEG4Extractor.cpp2179 uint32_t rotationDegrees; local
2184 rotationDegrees = 0;
2186 rotationDegrees = 90;
2188 rotationDegrees = 270;
2190 rotationDegrees = 180;
2193 rotationDegrees = 0;
2196 if (rotationDegrees != 0) {
2197 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees);
H A DOMXCodec.cpp1785 int32_t rotationDegrees; local
1786 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) {
1787 rotationDegrees = 0;
1791 switch (rotationDegrees) {
4438 int32_t rotationDegrees; local
4439 if (mSource->getFormat()->findInt32(kKeyRotation, &rotationDegrees)) {
4440 mOutputFormat->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Writer.cpp1722 int32_t rotationDegrees; local
1723 if (!mIsAudio && params && params->findInt32(kKeyRotation, &rotationDegrees)) {
1724 mRotation = rotationDegrees;
H A DACodec.cpp1427 int32_t rotationDegrees; local
1428 if (msg->findInt32("rotation-degrees", &rotationDegrees)) {
1429 mRotationDegrees = rotationDegrees;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1341 int32_t rotationDegrees; local
1342 if (!inputFormat->findInt32("rotation-degrees", &rotationDegrees)) {
1343 rotationDegrees = 0;
1346 if (rotationDegrees == 90 || rotationDegrees == 270) {

Completed in 1594 milliseconds