Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Drotate_test.cc91 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()
Drotate_argb_test.cc106 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()
Dconvert_test.cc2715 kRotate90, FOURCC_ARGB);
/external/libyuv/files/source/
Drotate.cc401 case kRotate90: in RotatePlane()
457 case kRotate90: in I420Rotate()
523 case libyuv::kRotate90: in I444Rotate()
581 case kRotate90: in NV12ToI420Rotate()
Drotate_argb.cc219 case kRotate90: in ARGBRotate()
/external/drm_hwcomposer/compositor/
Ddrmdisplaycomposition.cpp197 if (transform & DrmHwcTransform::kRotate90) { in DumpTransform()
217 DrmHwcTransform::kRotate90 | in DumpTransform()
Ddrmdisplaycompositor.cpp384 if (layer.transform & DrmHwcTransform::kRotate90) in CommitFrame()
/external/libaom/libaom/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/source/
Drotate.cc370 case kRotate90: in RotatePlane()
426 case kRotate90: in I420Rotate()
490 case kRotate90: in NV12ToI420Rotate()
Drotate_argb.cc203 case kRotate90: in ARGBRotate()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate.h24 kRotate90 = 90, // Rotate 90 degrees clockwise. enumerator
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drotate.h25 kRotate90 = 90, // Rotate 90 degrees clockwise. enumerator
/external/libyuv/files/include/libyuv/
Drotate.h24 kRotate90 = 90, // Rotate 90 degrees clockwise. enumerator
/external/drm_hwcomposer/include/
Ddrmhwcomposer.h119 kRotate90 = 1 << 2, enumerator
/external/drm_hwcomposer/utils/
Dhwcutils.cpp168 transform |= DrmHwcTransform::kRotate90; in SetTransform()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc183 return libyuv::kRotate90; in ConvertRotationMode()