HomeSort by relevance Sort by last modified time
    Searched refs:kRotate270 (Results 1 - 16 of 16) 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/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/drm_hwcomposer/
drmhwcomposer.h 128 kRotate270 = 1 << 4,
hwcutils.cpp 187 transform = DrmHwcTransform::kRotate270;
drmdisplaycomposition.cpp 476 if (transform & DrmHwcTransform::kRotate270) {
486 DrmHwcTransform::kRotate270;
platformnv.cpp 327 (DrmHwcTransform::kRotate90 | DrmHwcTransform::kRotate270))
glworker.cpp 338 } else if (layer.transform == DrmHwcTransform::kRotate270) {
drmdisplaycompositor.cpp 659 else if (layer.transform & DrmHwcTransform::kRotate270)
    [all...]
  /hardware/libhardware/modules/camera/3_4/arc/
cached_frame.cpp 171 rotation_mode = libyuv::RotationMode::kRotate270;
  /external/webrtc/webrtc/common_video/libyuv/
webrtc_libyuv.cc 187 return libyuv::kRotate270;

Completed in 238 milliseconds