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

/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp101 mFileMeta->setInt32(kKeyRotation, degrees);
H A DItemTable.cpp1415 case 90: meta->setInt32(kKeyRotation, 270); break;
1416 case 180: meta->setInt32(kKeyRotation, 180); break;
1417 case 270: meta->setInt32(kKeyRotation, 90); break;
H A DStagefrightMetadataRetriever.cpp149 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
834 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
H A DUtils.cpp714 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
783 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
1370 meta->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Extractor.cpp2864 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Writer.cpp2097 if (mIsVideo && params && params->findInt32(kKeyRotation, &rotationDegrees)) {
/frameworks/av/include/media/stagefright/
H A DMetaData.h47 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator in enum:android::__anon108
/frameworks/av/media/libstagefright/include/media/stagefright/
H A DMetaData.h47 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator in enum:android::__anon856
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1892 (*meta)->setInt32(kKeyRotation, mRotationDegrees);

Completed in 191 milliseconds