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

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp64 int rotationDegrees,
162 muxer->setOrientationHint(rotationDegrees);
237 int rotationDegrees = 0; local
284 rotationDegrees = atoi(optarg);
329 enableTrim, trimStartTimeMs, trimEndTimeMs, rotationDegrees, container);
56 muxing( const char *path, bool useAudio, bool useVideo, const char *outputFileName, bool enableTrim, int trimStartTimeMs, int trimEndTimeMs, int rotationDegrees, MediaMuxer::OutputFormat container = MediaMuxer::OUTPUT_FORMAT_MPEG_4) argument
/frameworks/av/media/libstagefright/colorconversion/
H A DSoftwareRenderer.cpp184 int32_t rotationDegrees; local
185 if (!format->findInt32("rotation-degrees", &rotationDegrees)) {
186 rotationDegrees = mRotationDegrees;
189 switch (rotationDegrees) {
/frameworks/av/media/libstagefright/
H A DUtils.cpp670 int32_t rotationDegrees; local
671 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
672 msg->setInt32("rotation-degrees", rotationDegrees);
739 int32_t rotationDegrees; local
740 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
741 msg->setInt32("rotation-degrees", rotationDegrees);
1306 int32_t rotationDegrees; local
1307 if (msg->findInt32("rotation-degrees", &rotationDegrees)) {
1308 meta->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Extractor.cpp2544 uint32_t rotationDegrees; local
2549 rotationDegrees = 0;
2551 rotationDegrees = 90;
2553 rotationDegrees = 270;
2555 rotationDegrees = 180;
2558 rotationDegrees = 0;
2561 if (rotationDegrees != 0) {
2562 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Writer.cpp1832 int32_t rotationDegrees; local
1833 if (!mIsAudio && params && params->findInt32(kKeyRotation, &rotationDegrees)) {
1834 mRotation = rotationDegrees;
H A DACodec.cpp2012 int32_t rotationDegrees; local
2013 if (msg->findInt32("rotation-degrees", &rotationDegrees)) {
2014 mRotationDegrees = rotationDegrees;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1732 int32_t rotationDegrees; local
1733 if (!inputFormat->findInt32("rotation-degrees", &rotationDegrees)) {
1734 rotationDegrees = 0;
1737 if (rotationDegrees == 90 || rotationDegrees == 270) {

Completed in 1800 milliseconds