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

/frameworks/native/services/surfaceflinger/
H A DTransform.cpp357 uint32_t orient = mType >> 8; local
359 if (orient&ROT_INVALID) {
362 if (orient&ROT_90) {
367 if (orient&FLIP_V)
369 if (orient&FLIP_H)
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp1485 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { argument
1496 uint16_t orientation = static_cast<uint16_t>(orient);

Completed in 1239 milliseconds