Home
last modified time | relevance | path

Searched refs:kRotate180 (Results 1 – 16 of 16) sorted by relevance

/external/libyuv/files/unit_test/
Drotate_test.cc97 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()
Drotate_argb_test.cc112 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/
Ddng_orientation.cpp38 fAdobeOrientation = kRotate180; in SetTIFF()
105 case kRotate180: in GetTIFF()
Ddng_orientation.h40 kRotate180 = 2, enumerator
105 return AdobeToDNG (kRotate180); in Rotate180()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc333 case kRotate180: in RotatePlane()
404 case kRotate180: in I420Rotate()
473 case kRotate180: in NV12ToI420Rotate()
Drotate_argb.cc191 case kRotate180: in ARGBRotate()
/external/libyuv/files/source/
Drotate.cc406 case kRotate180: in RotatePlane()
470 case kRotate180: in I420Rotate()
530 case kRotate180: in NV12ToI420Rotate()
Drotate_argb.cc227 case kRotate180: in ARGBRotate()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate.h25 kRotate180 = 180, // Rotate 180 degrees. enumerator
/external/libyuv/files/include/libyuv/
Drotate.h25 kRotate180 = 180, // Rotate 180 degrees. enumerator
/external/drm_hwcomposer/
Ddrmhwcomposer.h127 kRotate180 = 1 << 3, enumerator
Ddrmdisplaycomposition.cpp466 if (transform & DrmHwcTransform::kRotate180) { in DumpTransform()
481 DrmHwcTransform::kRotate180 | in DumpTransform()
Dglworker.cpp338 if (layer.transform == DrmHwcTransform::kRotate180) { in ConstructCommand()
Dhwcomposer.cpp321 transform = DrmHwcTransform::kRotate180; in InitFromHwcLayer()
Ddrmdisplaycompositor.cpp653 else if (layer.transform & DrmHwcTransform::kRotate180) in CommitFrame()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc185 return libyuv::kRotate180; in ConvertRotationMode()