Home
last modified time | relevance | path

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

/external/libyuv/files/unit_test/
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_ + 1, kRotate270, in TEST_F()
218 benchmark_height_, kRotate270)); in TEST_F()
222 benchmark_height_, kRotate270)); in TEST_F()
Drotate_test.cc105 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/
Dimage_metadata.h21 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/
Drotate.cc426 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()
Drotate_argb.cc228 case kRotate270: in ARGBRotate()
/external/libaom/third_party/libyuv/source/
Drotate.cc408 case kRotate270: in RotatePlane()
468 case kRotate270: in I420Rotate()
532 case libyuv::kRotate270: in I444Rotate()
590 case kRotate270: in NV12ToI420Rotate()
Drotate_argb.cc228 case kRotate270: in ARGBRotate()
/external/drm_hwcomposer/compositor/
DLayerData.h42 kRotate270 = 1 << 4, enumerator
/external/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/drm_hwcomposer/drm/
DDrmPlane.cpp100 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/
Drotate.h26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/libaom/third_party/libyuv/include/libyuv/
Drotate.h26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/webrtc/modules/desktop_capture/
Ddesktop_frame_rotation.cc29 return libyuv::kRotate270; in ToLibyuvRotationMode()
/external/libyuv/files/include/libyuv/
Drotate.h26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
/external/webrtc/modules/video_capture/
Dvideo_capture_impl.cc171 rotation_mode = libyuv::kRotate270; in IncomingFrame()
/external/drm_hwcomposer/hwc2_device/
DHwcLayer.cpp142 l_transform = LayerTransform::kRotate270; in SetLayerTransform()
/external/webrtc/api/video/
Di210_buffer.cc140 case libyuv::kRotate270: in webrtcI210Rotate()
/external/tflite-support/tensorflow_lite_support/cc/task/vision/utils/
Dlibyuv_frame_buffer_utils.cc675 return libyuv::kRotate270; in GetLibyuvRotationMode()