Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
Drotate_test.cc103 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
133 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270, in TEST_F()
220 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
250 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270, in TEST_F()
338 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
365 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270, in TEST_F()
390 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
Drotate_argb_test.cc118 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
154 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
181 benchmark_height_ - 1, benchmark_width_ - 3, kRotate270, in TEST_F()
/external/libyuv/files/source/
Drotate.cc404 case kRotate270: in RotatePlane()
464 case kRotate270: in I420Rotate()
528 case libyuv::kRotate270: in I444Rotate()
586 case kRotate270: in NV12ToI420Rotate()
Drotate_argb.cc223 case kRotate270: in ARGBRotate()
/external/drm_hwcomposer/compositor/
DDrmDisplayComposition.cpp207 if (transform & DrmHwcTransform::kRotate270) { in DumpTransform()
217 DrmHwcTransform::kRotate270; in DumpTransform()
DDrmDisplayCompositor.cpp413 else if (layer.transform & DrmHwcTransform::kRotate270) in CommitFrame()
/external/libaom/libaom/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/libvpx/libvpx/third_party/libyuv/source/
Drotate.cc373 case kRotate270: in RotatePlane()
433 case kRotate270: in I420Rotate()
495 case kRotate270: in NV12ToI420Rotate()
Drotate_argb.cc207 case kRotate270: in ARGBRotate()
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Drotate.h26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/libaom/libaom/third_party/libyuv/include/libyuv/
Drotate.h27 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/libyuv/files/include/libyuv/
Drotate.h26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/drm_hwcomposer/include/
Ddrmhwcomposer.h120 kRotate270 = 1 << 4, enumerator
/external/drm_hwcomposer/utils/
Dhwcutils.cpp153 transform = DrmHwcTransform::kRotate270; in SetTransform()
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_rotation.cc29 return libyuv::kRotate270; in ToLibyuvRotationMode()
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc174 rotation_mode = libyuv::kRotate270; in IncomingFrame()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dlibyuv_frame_buffer_utils.cc675 return libyuv::kRotate270; in GetLibyuvRotationMode()