Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DTransform.cpp506 const uint32_t orient = type >> 8; in dump() local
512 if (orient & ROT_INVALID) { in dump()
513 StringAppendF(&out, "0x%08x ", orient); in dump()
515 out += "(" + rotationToString(orient) + ") "; in dump()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp2338 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { in DngCreator_nativeSetOrientation() argument
2349 uint16_t orientation = static_cast<uint16_t>(orient); in DngCreator_nativeSetOrientation()