HomeSort by relevance Sort by last modified time
    Searched refs:rotation_degrees (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ui/gfx/android/
shared_device_display_info.cc 25 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);
shared_device_display_info.h 45 jint rotation_degrees);
61 jint rotation_degrees);
  /external/chromium_org/third_party/webrtc/modules/video_capture/android/
video_capture_android.cc 254 int rotation_degrees; local
255 if (RotationInDegrees(rotation, &rotation_degrees) != 0) {
258 env->CallVoidMethod(_jCapturer, j_spr, rotation_degrees);

Completed in 624 milliseconds