Home
last modified time | relevance | path

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

/frameworks/native/services/surfaceflinger/
DTransform.cpp381 uint32_t orient = mType >> 8; in dump() local
383 if (orient&ROT_INVALID) { in dump()
386 if (orient&ROT_90) { in dump()
391 if (orient&FLIP_V) in dump()
393 if (orient&FLIP_H) in dump()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp2075 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { in DngCreator_nativeSetOrientation() argument
2086 uint16_t orientation = static_cast<uint16_t>(orient); in DngCreator_nativeSetOrientation()