Searched refs:kRotate270 (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/libyuv/unit_test/ |
D | rotate_argb_test.cc | 118 kRotate270, benchmark_iterations_); in TEST_F() 142 kRotate270, benchmark_iterations_); in TEST_F() 175 kRotate270, benchmark_iterations_); in TEST_F() 199 kRotate270, benchmark_iterations_); in TEST_F()
|
D | rotate_test.cc | 107 kRotate270, benchmark_iterations_); in TEST_F() 131 kRotate270, benchmark_iterations_); in TEST_F() 217 kRotate270, benchmark_iterations_); in TEST_F() 241 kRotate270, benchmark_iterations_); in TEST_F()
|
/external/libyuv/files/unit_test/ |
D | rotate_argb_test.cc | 142 dst_width, dst_height, kRotate270, in TEST_F() 190 dst_width, dst_height, kRotate270, in TEST_F()
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/ |
D | webrtc_libyuv.cc | 184 case kRotate270: in ConvertRotationMode() 185 return libyuv::kRotate270; in ConvertRotationMode() 240 if (rotation == kRotate90 || rotation == kRotate270) { in ConvertToI420()
|
D | libyuv_unittest.cc | 320 0, kRotate270, &rotated_res_i420_frame)); in TEST_F()
|
/external/chromium_org/third_party/webrtc/common_video/libyuv/include/ |
D | webrtc_libyuv.h | 59 kRotate270 = 270, enumerator
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
|
/external/chromium_org/third_party/webrtc/modules/video_capture/ |
D | video_capture_impl.cc | 290 if (_rotateFrame == kRotate90 || _rotateFrame == kRotate270) { in IncomingFrame() 357 _rotateFrame = kRotate270; in SetCaptureRotation()
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | rotate.h | 26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/ |
D | rotate.h | 26 kRotate270 = 270, // Rotate 270 degrees clockwise. enumerator
|
/external/libyuv/files/source/ |
D | rotate_argb.cc | 156 case kRotate270: in ARGBRotate()
|
D | rotate.cc | 1088 case kRotate270: in I420Rotate() 1159 case kRotate270: in NV12ToI420Rotate()
|
/external/chromium_org/third_party/libyuv/source/ |
D | rotate_argb.cc | 190 case kRotate270: in ARGBRotate()
|
D | rotate.cc | 1138 case kRotate270: in RotatePlane() 1203 case kRotate270: in I420Rotate() 1274 case kRotate270: in NV12ToI420Rotate()
|
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/ |
D | rotate_argb.cc | 190 case kRotate270: in ARGBRotate()
|
D | rotate.cc | 1138 case kRotate270: in RotatePlane() 1203 case kRotate270: in I420Rotate() 1274 case kRotate270: in NV12ToI420Rotate()
|
/external/chromium_org/content/browser/renderer_host/media/ |
D | video_capture_controller.cc | 414 rotation_mode = libyuv::kRotate270; in OnIncomingCapturedData()
|