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

/frameworks/native/services/surfaceflinger/
H A DTransform.cpp353 uint32_t orient = mType >> 8; local
355 if (orient&ROT_INVALID) {
358 if (orient&ROT_90) {
363 if (orient&FLIP_V)
365 if (orient&FLIP_H)
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2004 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { argument
2015 uint16_t orientation = static_cast<uint16_t>(orient);

Completed in 98 milliseconds