Home
last modified time | relevance | path

Searched refs:kCodecRotation (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/media/libstagefright/
DMediaCodec.cpp71 static const char *kCodecRotation = "android.media.mediacodec.rotation-degrees"; /* 0/90/180/270 */ variable
705 if (!format->findInt32(kCodecRotation, &mRotationDegrees)) { in configure()
712 mAnalyticsItem->setInt32(kCodecRotation, mRotationDegrees); in configure()