Home
last modified time | relevance | path

Searched refs:kRotate90 (Results 1 – 14 of 14) sorted by relevance

/external/libyuv/files/unit_test/
Drotate_test.cc95 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()
Drotate_argb_test.cc110 kRotate90, benchmark_iterations_, in TEST_F()
150 kRotate90, benchmark_iterations_, in TEST_F()
178 kRotate90, benchmark_iterations_, in TEST_F()
/external/libyuv/files/source/
Drotate.cc323 case kRotate90: in RotatePlane()
382 case kRotate90: in I420Rotate()
455 case kRotate90: in NV12ToI420Rotate()
Drotate_argb.cc181 case kRotate90: in ARGBRotate()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc328 case kRotate90: in RotatePlane()
387 case kRotate90: in I420Rotate()
460 case kRotate90: in NV12ToI420Rotate()
Drotate_argb.cc181 case kRotate90: in ARGBRotate()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate.h24 kRotate90 = 90, // Rotate 90 degrees clockwise. enumerator
/external/libyuv/files/include/libyuv/
Drotate.h24 kRotate90 = 90, // Rotate 90 degrees clockwise. enumerator
/external/drm_hwcomposer/
Ddrmhwcomposer.h126 kRotate90 = 1 << 2, enumerator
Ddrmdisplaycomposition.cpp457 if (transform & DrmHwcTransform::kRotate90) { in DumpTransform()
477 DrmHwcTransform::kRotate90 | in DumpTransform()
Dglworker.cpp346 } else if (layer.transform & DrmHwcTransform::kRotate90) { in ConstructCommand()
Dhwcomposer.cpp329 transform |= DrmHwcTransform::kRotate90; in InitFromHwcLayer()
Ddrmdisplaycompositor.cpp700 if (layer.transform & DrmHwcTransform::kRotate90) in CommitFrame()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc183 return libyuv::kRotate90; in ConvertRotationMode()