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

  /external/chromium_org/third_party/libyuv/unit_test/
rotate_argb_test.cc 106 kRotate90, benchmark_iterations_);
130 kRotate90, benchmark_iterations_);
163 kRotate90, benchmark_iterations_);
187 kRotate90, benchmark_iterations_);
rotate_test.cc 95 kRotate90, benchmark_iterations_);
119 kRotate90, benchmark_iterations_);
205 kRotate90, benchmark_iterations_);
229 kRotate90, benchmark_iterations_);
  /external/chromium_org/third_party/webrtc/common_video/libyuv/include/
webrtc_libyuv.h 57 kRotate90 = 90,
  /external/chromium_org/third_party/libyuv/include/libyuv/
rotate.h 24 kRotate90 = 90, // Rotate 90 degrees clockwise.
  /external/libyuv/files/include/libyuv/
rotate.h 24 kRotate90 = 90, // Rotate 90 degrees clockwise.
  /external/chromium_org/third_party/webrtc/modules/video_capture/
video_capture_impl.cc 290 if (_rotateFrame == kRotate90 || _rotateFrame == kRotate270) {
351 _rotateFrame = kRotate90;
  /external/libyuv/files/unit_test/
rotate_argb_test.cc 118 dst_width, dst_height, kRotate90,
166 dst_width, dst_height, kRotate90,
  /external/chromium_org/third_party/webrtc/common_video/libyuv/
webrtc_libyuv.cc 180 case kRotate90:
181 return libyuv::kRotate90;
240 if (rotation == kRotate90 || rotation == kRotate270) {
libyuv_unittest.cc 317 0, kRotate90, &rotated_res_i420_frame));
  /external/chromium_org/third_party/libyuv/source/
rotate_argb.cc 185 case kRotate90:
rotate.cc     [all...]
  /external/libyuv/files/source/
rotate_argb.cc 151 case kRotate90:
rotate.cc     [all...]
  /external/chromium_org/content/browser/renderer_host/media/
video_capture_controller.cc 354 rotation_mode = libyuv::kRotate90;

Completed in 424 milliseconds