Searched refs:orient (Results 1 – 4 of 4) sorted by relevance
357 uint32_t orient = mType >> 8; in dump() local359 if (orient&ROT_INVALID) { in dump()362 if (orient&ROT_90) { in dump()367 if (orient&FLIP_V) in dump()369 if (orient&FLIP_H) in dump()
11 <li><a href="#sensors-pos-orient">Using the Orientation Sensor</a></li>179 discussed in <a href="#sensors-pos-orient">Using the Orientation Sensor</a>.</p>231 <h2 id="sensors-pos-orient">Using the Orientation Sensor</h2>
751 href="{@docRoot}guide/topics/sensors/sensors_position.html#sensors-pos-orient">Orientation
1945 static void DngCreator_nativeSetOrientation(JNIEnv* env, jobject thiz, jint orient) { in DngCreator_nativeSetOrientation() argument1956 uint16_t orientation = static_cast<uint16_t>(orient); in DngCreator_nativeSetOrientation()