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

/frameworks/native/services/surfaceflinger/
H A DTransform.cpp360 uint32_t orient = mType >> 8; local
362 if (orient&ROT_INVALID) {
365 if (orient&ROT_90) {
370 if (orient&FLIP_V)
372 if (orient&FLIP_H)
/frameworks/base/core/jni/
H A Dandroid_hardware_camera2_DngCreator.cpp2022 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { argument
2033 uint16_t orientation = static_cast<uint16_t>(orient);

Completed in 60 milliseconds