Searched refs:I420Rotate (Results 1 – 9 of 9) sorted by relevance
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 764 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/ |
D | rotate_test.cc | 54 I420Rotate(src_i420, src_width, in I420TestRotate() 65 I420Rotate(src_i420, src_width, in I420TestRotate()
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 36 int I420Rotate(const uint8* src_y, int src_stride_y,
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | rotate.h | 36 int I420Rotate(const uint8* src_y, int src_stride_y,
|
/external/chromium_org/third_party/libyuv/source/ |
D | convert_to_i420.cc | 279 r = I420Rotate(src_y, src_width, in ConvertToI420() 366 r = I420Rotate(y, y_stride, in ConvertToI420()
|
D | rotate.cc | 1155 int I420Rotate(const uint8* src_y, int src_stride_y, in I420Rotate() function
|
/external/libyuv/files/source/ |
D | rotate.cc | 1040 int I420Rotate(const uint8* src_y, int src_stride_y, in I420Rotate() function
|
D | convert.cc | 1977 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/ |
D | videoframe_unittest.h | 851 libyuv::I420Rotate(frame2.GetYPlane(), frame2.GetYPitch(), \
|