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

  /external/libyuv/files/unit_test/
rotate_test.cc 103 benchmark_width_, kRotate270, benchmark_iterations_,
133 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270,
221 benchmark_width_, kRotate270, benchmark_iterations_,
248 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270,
273 benchmark_width_, kRotate270, benchmark_iterations_,
rotate_argb_test.cc 118 benchmark_width_, kRotate270, benchmark_iterations_,
154 benchmark_width_, kRotate270, benchmark_iterations_,
181 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270,
  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
rotate.h 26 kRotate270 = 270, // Rotate 270 degrees clockwise.
  /external/libyuv/files/include/libyuv/
rotate.h 26 kRotate270 = 270, // Rotate 270 degrees clockwise.
  /external/drm_hwcomposer/
drmhwcomposer.h 128 kRotate270 = 1 << 4,
drmdisplaycomposition.cpp 469 if (transform & DrmHwcTransform::kRotate270) {
479 DrmHwcTransform::kRotate270;
platformnv.cpp 297 (DrmHwcTransform::kRotate90 | DrmHwcTransform::kRotate270))
glworker.cpp 342 } else if (layer.transform == DrmHwcTransform::kRotate270) {
drmdisplaycompositor.cpp 655 else if (layer.transform & DrmHwcTransform::kRotate270)
    [all...]
hwcomposer.cpp 319 transform = DrmHwcTransform::kRotate270;
  /external/libvpx/libvpx/third_party/libyuv/source/
rotate.cc 328 case kRotate270:
393 case kRotate270:
464 case kRotate270:
rotate_argb.cc 186 case kRotate270:
  /external/libyuv/files/source/
rotate.cc 403 case kRotate270:
463 case kRotate270:
525 case kRotate270:
rotate_argb.cc 223 case kRotate270:
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 187 return libyuv::kRotate270;

Completed in 4614 milliseconds