Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Drotate_argb_test.cc142 dst_width, dst_height, kRotate270, in TEST_F()
190 dst_width, dst_height, kRotate270, in TEST_F()
/external/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc333 case kRotate270: in RotatePlane()
398 case kRotate270: in I420Rotate()
469 case kRotate270: in NV12ToI420Rotate()
Drotate_argb.cc186 case kRotate270: in ARGBRotate()
/external/libyuv/files/include/libyuv/
Drotate.h26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate.h26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/drm_hwcomposer/
Ddrmhwcomposer.h128 kRotate270 = 1 << 4, enumerator
Ddrmdisplaycomposition.cpp469 if (transform & DrmHwcTransform::kRotate270) { in DumpTransform()
479 DrmHwcTransform::kRotate270; in DumpTransform()
Dglworker.cpp342 } else if (layer.transform == DrmHwcTransform::kRotate270) { in ConstructCommand()
Dhwcomposer.cpp320 transform = DrmHwcTransform::kRotate270; in InitFromHwcLayer()
Ddrmdisplaycompositor.cpp704 else if (layer.transform & DrmHwcTransform::kRotate270) in CommitFrame()
/external/libyuv/files/source/
Drotate_argb.cc156 case kRotate270: in ARGBRotate()
Drotate.cc1088 case kRotate270: in I420Rotate()
1159 case kRotate270: in NV12ToI420Rotate()
/external/webrtc/webrtc/common_video/libyuv/
Dwebrtc_libyuv.cc187 return libyuv::kRotate270; in ConvertRotationMode()