Searched defs:rotation_degrees (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/ui/gfx/android/
H A Dshared_device_display_info.cc25 jint rotation_degrees) {
30 dip_scale, smallest_dip_width, rotation_degrees);
104 jint rotation_degrees) {
111 smallest_dip_width, rotation_degrees);
151 jint rotation_degrees) {
160 rotation_degrees_ = static_cast<int>(rotation_degrees);
15 UpdateSharedDeviceDisplayInfo(JNIEnv* env, jobject obj, jint display_height, jint display_width, jint physical_display_height, jint physical_display_width, jint bits_per_pixel, jint bits_per_component, jdouble dip_scale, jint smallest_dip_width, jint rotation_degrees) argument
94 InvokeUpdate(JNIEnv* env, jobject obj, jint display_height, jint display_width, jint physical_display_height, jint physical_display_width, jint bits_per_pixel, jint bits_per_component, jdouble dip_scale, jint smallest_dip_width, jint rotation_degrees) argument
141 UpdateDisplayInfo(JNIEnv* env, jobject jobj, jint display_height, jint display_width, jint physical_display_height, jint physical_display_width, jint bits_per_pixel, jint bits_per_component, jdouble dip_scale, jint smallest_dip_width, jint rotation_degrees) argument
/external/chromium_org/third_party/webrtc/modules/video_capture/android/
H A Dvideo_capture_android.cc254 int rotation_degrees; local
255 if (RotationInDegrees(rotation, &rotation_degrees) != 0) {
258 env->CallVoidMethod(_jCapturer, j_spr, rotation_degrees);

Completed in 104 milliseconds