Home
last modified time | relevance | path

Searched refs:I420Rotate (Results 1 – 9 of 9) sorted by relevance

/external/libyuv/files/unit_test/
Drotate_test.cc764 I420Rotate(orig_y+y_off_0, y_st_0, in TEST_F()
773 I420Rotate(ro90_y+y_off_90, y_st_90, in TEST_F()
782 I420Rotate(ro270_y+y_off_90, y_st_90, in TEST_F()
887 I420Rotate(orig_y+y_off_0, y_st_0, in TEST_F()
896 I420Rotate(ro270_y+y_off_90, y_st_90, in TEST_F()
905 I420Rotate(ro90_y+y_off_90, y_st_90, in TEST_F()
1011 I420Rotate(ro90_y+y_off_90, y_st_90, in TEST_F()
1119 I420Rotate(ro270_y+y_off_270, y_st_270, in TEST_F()
1223 I420Rotate(ro180_y+y_off, y_st, in TEST_F()
1337 I420Rotate(roa_y+y_off_90, y_st_90, in TEST_F()
[all …]
/external/chromium_org/third_party/libyuv/unit_test/
Drotate_test.cc54 I420Rotate(src_i420, src_width, in I420TestRotate()
65 I420Rotate(src_i420, src_width, in I420TestRotate()
/external/libyuv/files/include/libyuv/
Drotate.h36 int I420Rotate(const uint8* src_y, int src_stride_y,
/external/chromium_org/third_party/libyuv/include/libyuv/
Drotate.h36 int I420Rotate(const uint8* src_y, int src_stride_y,
/external/chromium_org/third_party/libyuv/source/
Dconvert_to_i420.cc279 r = I420Rotate(src_y, src_width, in ConvertToI420()
366 r = I420Rotate(y, y_stride, in ConvertToI420()
Drotate.cc1155 int I420Rotate(const uint8* src_y, int src_stride_y, in I420Rotate() function
/external/libyuv/files/source/
Drotate.cc1040 int I420Rotate(const uint8* src_y, int src_stride_y, in I420Rotate() function
Dconvert.cc1977 r = I420Rotate(src_y, src_width, in ConvertToI420()
2064 r = I420Rotate(y, y_stride, in ConvertToI420()
/external/chromium_org/third_party/libjingle/source/talk/media/base/
Dvideoframe_unittest.h851 libyuv::I420Rotate(frame2.GetYPlane(), frame2.GetYPitch(), \