Home
last modified time | relevance | path

Searched refs:kRotate90 (Results 1 – 19 of 19) 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.cpp195 if (transform & DrmHwcTransform::kRotate90) { in DumpTransform()
215 DrmHwcTransform::kRotate90 | in DumpTransform()
DDrmDisplayCompositor.cpp409 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.h118 kRotate90 = 1 << 2, enumerator
/external/drm_hwcomposer/utils/
Dhwcutils.cpp162 transform |= DrmHwcTransform::kRotate90; in SetTransform()
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_rotation.cc25 return libyuv::kRotate90; in ToLibyuvRotationMode()
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc168 rotation_mode = libyuv::kRotate90; in IncomingFrame()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dlibyuv_frame_buffer_utils.cc677 return libyuv::kRotate90; in GetLibyuvRotationMode()