Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Drotate_argb_test.cc118 dst_width, dst_height, kRotate90, in TEST_F()
166 dst_width, dst_height, kRotate90, in TEST_F()
/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/libyuv/files/include/libyuv/
Drotate.h24 kRotate90 = 90, // Rotate 90 degrees clockwise. enumerator
/external/libvpx/libvpx/third_party/libyuv/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/libyuv/files/source/
Drotate_argb.cc151 case kRotate90: in ARGBRotate()
Drotate.cc1077 case kRotate90: in I420Rotate()
1150 case kRotate90: in NV12ToI420Rotate()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc183 return libyuv::kRotate90; in ConvertRotationMode()