Searched refs:kRotate90 (Results 1 – 14 of 14) sorted by relevance
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 95 kRotate90, benchmark_iterations_, in TEST_F() 126 kRotate90, benchmark_iterations_, in TEST_F() 218 kRotate90, benchmark_iterations_, in TEST_F() 246 kRotate90, benchmark_iterations_, in TEST_F() 274 kRotate90, benchmark_iterations_, in TEST_F()
|
D | rotate_argb_test.cc | 110 kRotate90, benchmark_iterations_, in TEST_F() 150 kRotate90, benchmark_iterations_, in TEST_F() 178 kRotate90, benchmark_iterations_, in TEST_F()
|
/external/libyuv/files/source/ |
D | rotate.cc | 323 case kRotate90: in RotatePlane() 382 case kRotate90: in I420Rotate() 455 case kRotate90: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 181 case kRotate90: in ARGBRotate()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 328 case kRotate90: in RotatePlane() 387 case kRotate90: in I420Rotate() 460 case kRotate90: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 181 case kRotate90: in ARGBRotate()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 24 kRotate90 = 90, // Rotate 90 degrees clockwise. enumerator
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 24 kRotate90 = 90, // Rotate 90 degrees clockwise. enumerator
|
/external/drm_hwcomposer/ |
D | drmhwcomposer.h | 126 kRotate90 = 1 << 2, enumerator
|
D | drmdisplaycomposition.cpp | 457 if (transform & DrmHwcTransform::kRotate90) { in DumpTransform() 477 DrmHwcTransform::kRotate90 | in DumpTransform()
|
D | glworker.cpp | 346 } else if (layer.transform & DrmHwcTransform::kRotate90) { in ConstructCommand()
|
D | hwcomposer.cpp | 329 transform |= DrmHwcTransform::kRotate90; in InitFromHwcLayer()
|
D | drmdisplaycompositor.cpp | 700 if (layer.transform & DrmHwcTransform::kRotate90) in CommitFrame()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 183 return libyuv::kRotate90; in ConvertRotationMode()
|