Home
last modified time | relevance | path

Searched refs:kRotate180 (Results 1 – 18 of 18) 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/drm_hwcomposer/
Ddrmdisplaycomposition.cpp203 if (transform & DrmHwcTransform::kRotate180) { in DumpTransform()
218 DrmHwcTransform::kRotate180 | in DumpTransform()
Ddrmhwcomposer.h120 kRotate180 = 1 << 3, enumerator
Dhwcutils.cpp161 transform = DrmHwcTransform::kRotate180; in SetTransform()
Ddrmdisplaycompositor.cpp386 else if (layer.transform & DrmHwcTransform::kRotate180) in CommitFrame()
/external/libaom/libaom/third_party/libyuv/source/
Drotate.cc338 case kRotate180: in RotatePlane()
409 case kRotate180: in I420Rotate()
478 case kRotate180: in NV12ToI420Rotate()
Drotate_argb.cc191 case kRotate180: in ARGBRotate()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc376 case kRotate180: in RotatePlane()
440 case kRotate180: in I420Rotate()
500 case kRotate180: in NV12ToI420Rotate()
Drotate_argb.cc211 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/libaom/libaom/third_party/libyuv/include/libyuv/
Drotate.h26 kRotate180 = 180, // Rotate 180 degrees. enumerator
/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/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc185 return libyuv::kRotate180; in ConvertRotationMode()