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

/frameworks/av/include/media/stagefright/
H A DMetaData.h45 kKeyRotation = 'rotA', // int32_t (angle in degrees) enumerator in enum:android::__anon81
/frameworks/av/media/libstagefright/
H A DMediaMuxer.cpp101 mFileMeta->setInt32(kKeyRotation, degrees);
H A DStagefrightMetadataRetriever.cpp380 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
676 if (!trackMeta->findInt32(kKeyRotation, &rotationAngle)) {
H A DUtils.cpp671 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
740 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
1308 meta->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Writer.cpp1833 if (!mIsAudio && params && params->findInt32(kKeyRotation, &rotationDegrees)) {
H A DMPEG4Extractor.cpp2562 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees);
/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp1726 (*meta)->setInt32(kKeyRotation, mRotationDegrees);

Completed in 127 milliseconds