Searched refs:rotationDegrees (Results 1 – 8 of 8) sorted by relevance
/frameworks/av/cmds/stagefright/ |
D | muxer.cpp | 63 int rotationDegrees, in muxing() argument 161 muxer->setOrientationHint(rotationDegrees); in muxing() 236 int rotationDegrees = 0; in main() local 283 rotationDegrees = atoi(optarg); in main() 325 enableTrim, trimStartTimeMs, trimEndTimeMs, rotationDegrees, container); in main()
|
/frameworks/av/media/libstagefright/colorconversion/ |
D | SoftwareRenderer.cpp | 186 int32_t rotationDegrees; in resetFormatIfChanged() local 187 if (!format->findInt32("rotation-degrees", &rotationDegrees)) { in resetFormatIfChanged() 188 rotationDegrees = mRotationDegrees; in resetFormatIfChanged() 191 switch (rotationDegrees) { in resetFormatIfChanged()
|
/frameworks/av/media/libstagefright/ |
D | Utils.cpp | 708 int32_t rotationDegrees; in convertMetaDataToMessage() local 709 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 710 msg->setInt32("rotation-degrees", rotationDegrees); in convertMetaDataToMessage() 777 int32_t rotationDegrees; in convertMetaDataToMessage() local 778 if (meta->findInt32(kKeyRotation, &rotationDegrees)) { in convertMetaDataToMessage() 779 msg->setInt32("rotation-degrees", rotationDegrees); in convertMetaDataToMessage() 1353 int32_t rotationDegrees; in convertMessageToMetaData() local 1354 if (msg->findInt32("rotation-degrees", &rotationDegrees)) { in convertMessageToMetaData() 1355 meta->setInt32(kKeyRotation, rotationDegrees); in convertMessageToMetaData()
|
D | MPEG4Extractor.cpp | 2796 uint32_t rotationDegrees; in parseTrackHeader() local 2801 rotationDegrees = 0; in parseTrackHeader() 2803 rotationDegrees = 90; in parseTrackHeader() 2805 rotationDegrees = 270; in parseTrackHeader() 2807 rotationDegrees = 180; in parseTrackHeader() 2810 rotationDegrees = 0; in parseTrackHeader() 2813 if (rotationDegrees != 0) { in parseTrackHeader() 2814 mLastTrack->meta->setInt32(kKeyRotation, rotationDegrees); in parseTrackHeader()
|
D | MPEG4Writer.cpp | 2068 int32_t rotationDegrees; in start() local 2069 if (mIsVideo && params && params->findInt32(kKeyRotation, &rotationDegrees)) { in start() 2070 mRotation = rotationDegrees; in start()
|
D | ACodec.cpp | 2004 int32_t rotationDegrees; in configureCodec() local 2005 if (msg->findInt32("rotation-degrees", &rotationDegrees)) { in configureCodec() 2006 mRotationDegrees = rotationDegrees; in configureCodec()
|
/frameworks/av/media/libmediaplayerservice/nuplayer/ |
D | NuPlayer.cpp | 1941 int32_t rotationDegrees; in updateVideoSize() local 1942 if (!inputFormat->findInt32("rotation-degrees", &rotationDegrees)) { in updateVideoSize() 1943 rotationDegrees = 0; in updateVideoSize() 1946 if (rotationDegrees == 90 || rotationDegrees == 270) { in updateVideoSize()
|
/frameworks/support/samples/SupportLeanbackShowcase/libs/ |
D | picasso-2.5.2.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/squareup/
com/ ... |