Searched refs: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
276 rotationDegrees = atoi(optarg);
321 enableTrim, trimStartTimeMs, trimEndTimeMs, rotationDegrees);
55 muxing( 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.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.cpp144 int32_t rotationDegrees; local
145 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
146 msg->setInt32("rotation-degrees", rotationDegrees);
196 int32_t rotationDegrees; local
197 if (meta->findInt32(kKeyRotation, &rotationDegrees)) {
198 msg->setInt32("rotation-degrees", rotationDegrees);
619 int32_t rotationDegrees; local
620 if (msg->findInt32("rotation-degrees", &rotationDegrees)) {
621 meta->setInt32(kKeyRotation, rotationDegrees);
H A DAwesomePlayer.cpp140 int32_t rotationDegrees)
142 applyRotation(rotationDegrees);
168 void applyRotation(int32_t rotationDegrees) { argument
170 switch (rotationDegrees) {
1199 int32_t rotationDegrees; local
1201 kKeyRotation, &rotationDegrees)) {
1202 rotationDegrees = 0;
1205 if (rotationDegrees == 90 || rotationDegrees == 270) {
1231 int32_t rotationDegrees; local
138 AwesomeNativeWindowRenderer( const sp<ANativeWindow> &nativeWindow, int32_t rotationDegrees) argument
[all...]
H A DMPEG4Extractor.cpp2421 uint32_t rotationDegrees; local
2426 rotationDegrees = 0;
2428 rotationDegrees = 90;
2430 rotationDegrees = 270;
2432 rotationDegrees = 180;
2435 rotationDegrees = 0;
2438 if (rotationDegrees != 0) {
2439 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees);
H A DOMXCodec.cpp1808 int32_t rotationDegrees; local
1809 if (!meta->findInt32(kKeyRotation, &rotationDegrees)) {
1810 rotationDegrees = 0;
1831 rotationDegrees,
4247 int32_t rotationDegrees; local
4248 if (mSource->getFormat()->findInt32(kKeyRotation, &rotationDegrees)) {
4249 mOutputFormat->setInt32(kKeyRotation, rotationDegrees);
H A DMPEG4Writer.cpp1806 int32_t rotationDegrees; local
1807 if (!mIsAudio && params && params->findInt32(kKeyRotation, &rotationDegrees)) {
1808 mRotation = rotationDegrees;
H A DACodec.cpp1898 int32_t rotationDegrees; local
1899 if (msg->findInt32("rotation-degrees", &rotationDegrees)) {
1900 mRotationDegrees = rotationDegrees;
/frameworks/av/media/libmediaplayerservice/nuplayer/
H A DNuPlayer.cpp1641 int32_t rotationDegrees; local
1642 if (!inputFormat->findInt32("rotation-degrees", &rotationDegrees)) {
1643 rotationDegrees = 0;
1646 if (rotationDegrees == 90 || rotationDegrees == 270) {

Completed in 210 milliseconds