/external/libyuv/files/unit_test/ |
D | rotate_argb_test.cc | 118 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F() 154 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F() 181 benchmark_height_ + 1, benchmark_width_ + 1, kRotate270, in TEST_F() 218 benchmark_height_, kRotate270)); in TEST_F() 222 benchmark_height_, kRotate270)); in TEST_F()
|
D | rotate_test.cc | 105 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F() 135 benchmark_height_ + 1, benchmark_width_ + 1, kRotate270, in TEST_F() 224 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F() 310 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F() 340 benchmark_height_ + 1, benchmark_width_ + 1, kRotate270, in TEST_F() 428 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F() 455 benchmark_height_ + 1, benchmark_width_ + 1, kRotate270, in TEST_F() 480 benchmark_width_, kRotate270, benchmark_iterations_, in TEST_F()
|
/external/image_io/includes/image_io/base/ |
D | image_metadata.h | 21 kRotate270 = 8 enumerator 27 return value <= static_cast<UInt32>(Orientation::kRotate270); in IsLegalOrientation() 36 value == Orientation::kRotate90 || value == Orientation::kRotate270; in HasVerticalRotation()
|
/external/libyuv/files/source/ |
D | rotate.cc | 426 case kRotate270: in SplitRotateUV() 467 case kRotate270: in RotatePlane() 527 case kRotate270: in I420Rotate() 597 case kRotate270: in I422Rotate() 665 case kRotate270: in I444Rotate() 723 case kRotate270: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 228 case kRotate270: in ARGBRotate()
|
/external/libaom/third_party/libyuv/source/ |
D | rotate.cc | 408 case kRotate270: in RotatePlane() 468 case kRotate270: in I420Rotate() 532 case libyuv::kRotate270: in I444Rotate() 590 case kRotate270: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 228 case kRotate270: in ARGBRotate()
|
/external/drm_hwcomposer/compositor/ |
D | LayerData.h | 42 kRotate270 = 1 << 4, enumerator
|
/external/libvpx/third_party/libyuv/source/ |
D | rotate.cc | 373 case kRotate270: in RotatePlane() 433 case kRotate270: in I420Rotate() 495 case kRotate270: in NV12ToI420Rotate()
|
D | rotate_argb.cc | 207 case kRotate270: in ARGBRotate()
|
/external/drm_hwcomposer/drm/ |
D | DrmPlane.cpp | 100 rotation_property_.AddEnumToMap("rotate-270", LayerTransform::kRotate270, in Init() 228 else if ((transform & LayerTransform::kRotate270) != 0) in ToDrmRotation()
|
/external/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
|
/external/libaom/third_party/libyuv/include/libyuv/ |
D | rotate.h | 26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
|
/external/webrtc/modules/desktop_capture/ |
D | desktop_frame_rotation.cc | 29 return libyuv::kRotate270; in ToLibyuvRotationMode()
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
|
/external/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 171 rotation_mode = libyuv::kRotate270; in IncomingFrame()
|
/external/drm_hwcomposer/hwc2_device/ |
D | HwcLayer.cpp | 142 l_transform = LayerTransform::kRotate270; in SetLayerTransform()
|
/external/webrtc/api/video/ |
D | i210_buffer.cc | 140 case libyuv::kRotate270: in webrtcI210Rotate()
|
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/ |
D | libyuv_frame_buffer_utils.cc | 675 return libyuv::kRotate270; in GetLibyuvRotationMode()
|