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

/frameworks/av/cmds/stagefright/
H A Dmuxer.cpp63 int rotationDegrees,
161 muxer->setOrientationHint(rotationDegrees);
236 int rotationDegrees = 0; local
283 rotationDegrees = atoi(optarg);
325 enableTrim, trimStartTimeMs, trimEndTimeMs, rotationDegrees, container);
55 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.cpp186 int32_t rotationDegrees; local
187 if (!format->findInt32("rotation-degrees", &rotationDegrees)) {
188 rotationDegrees = mRotationDegrees;
191 switch (rotationDegrees) {
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1941 int32_t rotationDegrees; local
1942 if (!inputFormat->findInt32("rotation-degrees", &rotationDegrees)) {
1943 rotationDegrees = 0;
1946 if (rotationDegrees == 90 || rotationDegrees == 270) {
/frameworks/av/media/libstagefright/
H A DUtils.cpp708 int32_t rotationDegrees; local
709 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
710 msg->setInt32("rotation-degrees", rotationDegrees);
777 int32_t rotationDegrees; local
778 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
779 msg->setInt32("rotation-degrees", rotationDegrees);
1353 int32_t rotationDegrees; local
1354 if (msg->findInt32("rotation-degrees", &rotationDegrees)) {
1355 meta->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Extractor.cpp2796 uint32_t rotationDegrees; local
2801 rotationDegrees = 0;
2803 rotationDegrees = 90;
2805 rotationDegrees = 270;
2807 rotationDegrees = 180;
2810 rotationDegrees = 0;
2813 if (rotationDegrees != 0) {
2814 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Writer.cpp2068 int32_t rotationDegrees; local
2069 if (mIsVideo && params && params->findInt32(kKeyRotation, &rotationDegrees)) {
2070 mRotation = rotationDegrees;
H A DACodec.cpp2004 int32_t rotationDegrees; local
2005 if (msg->findInt32("rotation-degrees", &rotationDegrees)) {
2006 mRotationDegrees = rotationDegrees;
/frameworks/support/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...
/frameworks/support/samples/SupportLeanbackShowcase/libs/
H A Dpicasso-2.5.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/squareup/ com/squareup/picasso/ com/squareup/picasso/Action ...

Completed in 131 milliseconds