Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/
DTransform.cpp421 const uint32_t orient = type >> 8; in dump() local
423 StringAppendF(&out, "%s 0x%08x (", name, orient); in dump()
425 if (orient & ROT_INVALID) { in dump()
428 if (orient & ROT_90) { in dump()
433 if (orient & FLIP_V) out.append("FLIP_V "); in dump()
434 if (orient & FLIP_H) out.append("FLIP_H "); in dump()
/frameworks/base/core/jni/
Dandroid_hardware_camera2_DngCreator.cpp2293 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { in DngCreator_nativeSetOrientation() argument
2304 uint16_t orientation = static_cast<uint16_t>(orient); in DngCreator_nativeSetOrientation()