Home
last modified time | relevance | path

Searched refs:kRotate270 (Results 1 – 15 of 15) sorted by relevance

/external/libyuv/files/unit_test/
Drotate_test.cc103 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
133 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270, in TEST_F()
221 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
248 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270, in TEST_F()
273 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
Drotate_argb_test.cc118 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
154 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
181 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270, in TEST_F()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc328 case kRotate270: in RotatePlane()
393 case kRotate270: in I420Rotate()
464 case kRotate270: in NV12ToI420Rotate()
Drotate_argb.cc186 case kRotate270: in ARGBRotate()
/external/libyuv/files/source/
Drotate.cc403 case kRotate270: in RotatePlane()
463 case kRotate270: in I420Rotate()
525 case kRotate270: in NV12ToI420Rotate()
Drotate_argb.cc223 case kRotate270: in ARGBRotate()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate.h26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/libyuv/files/include/libyuv/
Drotate.h26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/drm_hwcomposer/
Ddrmhwcomposer.h128 kRotate270 = 1 << 4, enumerator
Ddrmdisplaycomposition.cpp472 if (transform & DrmHwcTransform::kRotate270) { in DumpTransform()
482 DrmHwcTransform::kRotate270; in DumpTransform()
Dplatformnv.cpp316 (DrmHwcTransform::kRotate90 | DrmHwcTransform::kRotate270)) in CheckLayer()
Dglworker.cpp342 } else if (layer.transform == DrmHwcTransform::kRotate270) { in ConstructCommand()
Dhwcomposer.cpp319 transform = DrmHwcTransform::kRotate270; in InitFromHwcLayer()
Ddrmdisplaycompositor.cpp655 else if (layer.transform & DrmHwcTransform::kRotate270) in CommitFrame()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc187 return libyuv::kRotate270; in ConvertRotationMode()