Searched refs:kRotate180 (Results 1 – 16 of 16) sorted by relevance
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 97 benchmark_height_, kRotate180, benchmark_iterations_, in TEST_F() 126 benchmark_width_ - 3, benchmark_height_ - 1, kRotate180, in TEST_F() 215 benchmark_height_, kRotate180, benchmark_iterations_, in TEST_F() 241 benchmark_width_ - 3, benchmark_height_ - 1, kRotate180, in TEST_F() 267 benchmark_height_, kRotate180, benchmark_iterations_, in TEST_F()
|
D | rotate_argb_test.cc | 112 benchmark_height_, kRotate180, benchmark_iterations_, in TEST_F() 148 benchmark_height_, kRotate180, benchmark_iterations_, in TEST_F() 174 benchmark_width_ - 3, benchmark_height_ - 1, kRotate180, in TEST_F()
|
/external/dng_sdk/source/ |
D | dng_orientation.cpp | 38 fAdobeOrientation = kRotate180; in SetTIFF() 105 case kRotate180: in GetTIFF()
|
D | dng_orientation.h | 40 kRotate180 = 2, enumerator 105 return AdobeToDNG (kRotate180); in Rotate180()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 333 case kRotate180: in RotatePlane() 404 case kRotate180: in I420Rotate() 473 case kRotate180: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 191 case kRotate180: in ARGBRotate()
|
/external/libyuv/files/source/ |
D | rotate.cc | 406 case kRotate180: in RotatePlane() 470 case kRotate180: in I420Rotate() 530 case kRotate180: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 227 case kRotate180: in ARGBRotate()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 25 kRotate180 = 180, // Rotate 180 degrees. enumerator
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 25 kRotate180 = 180, // Rotate 180 degrees. enumerator
|
/external/drm_hwcomposer/ |
D | drmhwcomposer.h | 127 kRotate180 = 1 << 3, enumerator
|
D | drmdisplaycomposition.cpp | 466 if (transform & DrmHwcTransform::kRotate180) { in DumpTransform() 481 DrmHwcTransform::kRotate180 | in DumpTransform()
|
D | glworker.cpp | 338 if (layer.transform == DrmHwcTransform::kRotate180) { in ConstructCommand()
|
D | hwcomposer.cpp | 321 transform = DrmHwcTransform::kRotate180; in InitFromHwcLayer()
|
D | drmdisplaycompositor.cpp | 653 else if (layer.transform & DrmHwcTransform::kRotate180) in CommitFrame()
|
/external/webrtc/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 185 return libyuv::kRotate180; in ConvertRotationMode()
|