/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 91 benchmark_width_, kRotate90, benchmark_iterations_, in TEST_F() 119 benchmark_height_ - 1, benchmark_width_ - 3, kRotate90, in TEST_F() 208 benchmark_width_, kRotate90, benchmark_iterations_, in TEST_F() 236 benchmark_height_ - 1, benchmark_width_ - 3, kRotate90, in TEST_F() 326 benchmark_width_, kRotate90, benchmark_iterations_, in TEST_F() 351 benchmark_height_ - 1, benchmark_width_ - 3, kRotate90, in TEST_F() 378 benchmark_width_, kRotate90, benchmark_iterations_, in TEST_F()
|
D | rotate_argb_test.cc | 106 benchmark_width_, kRotate90, benchmark_iterations_, in TEST_F() 142 benchmark_width_, kRotate90, benchmark_iterations_, in TEST_F() 167 benchmark_height_ - 1, benchmark_width_ - 3, kRotate90, in TEST_F()
|
D | convert_test.cc | 2715 kRotate90, FOURCC_ARGB);
|
/external/libyuv/files/source/ |
D | rotate.cc | 401 case kRotate90: in RotatePlane() 457 case kRotate90: in I420Rotate() 523 case libyuv::kRotate90: in I444Rotate() 581 case kRotate90: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 219 case kRotate90: in ARGBRotate()
|
/external/drm_hwcomposer/compositor/ |
D | drmdisplaycomposition.cpp | 197 if (transform & DrmHwcTransform::kRotate90) { in DumpTransform() 217 DrmHwcTransform::kRotate90 | in DumpTransform()
|
D | drmdisplaycompositor.cpp | 384 if (layer.transform & DrmHwcTransform::kRotate90) in CommitFrame()
|
/external/libaom/libaom/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/source/ |
D | rotate.cc | 370 case kRotate90: in RotatePlane() 426 case kRotate90: in I420Rotate() 490 case kRotate90: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 203 case kRotate90: in ARGBRotate()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 24 kRotate90 = 90, // Rotate 90 degrees clockwise. enumerator
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | rotate.h | 25 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/include/ |
D | drmhwcomposer.h | 119 kRotate90 = 1 << 2, enumerator
|
/external/drm_hwcomposer/utils/ |
D | hwcutils.cpp | 168 transform |= DrmHwcTransform::kRotate90; in SetTransform()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 183 return libyuv::kRotate90; in ConvertRotationMode()
|