Searched refs:CLOCK_WISE_180 (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/desktop_capture/ |
D | desktop_frame_rotation.cc | 26 case Rotation::CLOCK_WISE_180: in ToLibyuvRotationMode() 52 case Rotation::CLOCK_WISE_180: in ReverseRotation() 53 return Rotation::CLOCK_WISE_180; in ReverseRotation() 64 case Rotation::CLOCK_WISE_180: in RotateSize() 81 case Rotation::CLOCK_WISE_180: in RotateRect()
|
D | desktop_frame_rotation_unittest.cc | 84 Rotation::CLOCK_WISE_180, DesktopVector(), &target); in TEST() 149 Rotation::CLOCK_WISE_180, DesktopVector(), &target); in TEST() 257 Rotation::CLOCK_WISE_180, DesktopVector(), &target); in TEST() 272 Rotation::CLOCK_WISE_180, DesktopVector(), &target); in TEST() 356 Rotation::CLOCK_WISE_180, DesktopVector(1, 1), &target); in TEST() 426 Rotation::CLOCK_WISE_180, DesktopVector(), &target2); in TEST() 445 Rotation::CLOCK_WISE_180, DesktopVector(), &target2); in TEST()
|
D | desktop_frame_rotation.h | 23 CLOCK_WISE_180, enumerator
|
/external/webrtc/modules/desktop_capture/win/ |
D | dxgi_output_duplicator.cc | 52 return Rotation::CLOCK_WISE_180; in DxgiRotationToRotation()
|