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

  /external/libyuv/files/unit_test/
rotate_test.cc 91 benchmark_width_, kRotate90, benchmark_iterations_,
119 benchmark_height_ - 1, benchmark_width_ - 3, kRotate90,
209 benchmark_width_, kRotate90, benchmark_iterations_,
234 benchmark_height_ - 1, benchmark_width_ - 3, kRotate90,
261 benchmark_width_, kRotate90, benchmark_iterations_,
rotate_argb_test.cc 106 benchmark_width_, kRotate90, benchmark_iterations_,
142 benchmark_width_, kRotate90, benchmark_iterations_,
167 benchmark_height_ - 1, benchmark_width_ - 3, kRotate90,
convert_test.cc     [all...]
  /external/libvpx/libvpx/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/drm_hwcomposer/
drmhwcomposer.h 126 kRotate90 = 1 << 2,
drmdisplaycomposition.cpp 457 if (transform & DrmHwcTransform::kRotate90) {
477 DrmHwcTransform::kRotate90 |
platformnv.cpp 297 (DrmHwcTransform::kRotate90 | DrmHwcTransform::kRotate270))
glworker.cpp 346 } else if (layer.transform & DrmHwcTransform::kRotate90) {
drmdisplaycompositor.cpp 651 if (layer.transform & DrmHwcTransform::kRotate90)
    [all...]
hwcomposer.cpp 328 transform |= DrmHwcTransform::kRotate90;
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate.cc 323 case kRotate90:
382 case kRotate90:
455 case kRotate90:
rotate_argb.cc 181 case kRotate90:
  /external/libyuv/files/source/
rotate.cc 400 case kRotate90:
456 case kRotate90:
520 case kRotate90:
rotate_argb.cc 219 case kRotate90:
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 183 return libyuv::kRotate90;

Completed in 1505 milliseconds