Searched refs:kRotate270 (Results 1 – 15 of 15) sorted by relevance
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 103 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()
|
D | rotate_argb_test.cc | 118 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/ |
D | rotate.cc | 328 case kRotate270: in RotatePlane() 393 case kRotate270: in I420Rotate() 464 case kRotate270: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 186 case kRotate270: in ARGBRotate()
|
/external/libyuv/files/source/ |
D | rotate.cc | 403 case kRotate270: in RotatePlane() 463 case kRotate270: in I420Rotate() 525 case kRotate270: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 223 case kRotate270: in ARGBRotate()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
|
/external/drm_hwcomposer/ |
D | drmhwcomposer.h | 128 kRotate270 = 1 << 4, enumerator
|
D | drmdisplaycomposition.cpp | 472 if (transform & DrmHwcTransform::kRotate270) { in DumpTransform() 482 DrmHwcTransform::kRotate270; in DumpTransform()
|
D | platformnv.cpp | 316 (DrmHwcTransform::kRotate90 | DrmHwcTransform::kRotate270)) in CheckLayer()
|
D | glworker.cpp | 342 } else if (layer.transform == DrmHwcTransform::kRotate270) { in ConstructCommand()
|
D | hwcomposer.cpp | 319 transform = DrmHwcTransform::kRotate270; in InitFromHwcLayer()
|
D | drmdisplaycompositor.cpp | 655 else if (layer.transform & DrmHwcTransform::kRotate270) in CommitFrame()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 187 return libyuv::kRotate270; in ConvertRotationMode()
|