Searched refs:NV12ToI420Rotate (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libyuv/unit_test/ |
D | rotate_test.cc | 167 NV12ToI420Rotate(src_nv12, src_width, in NV12TestRotate() 177 NV12ToI420Rotate(src_nv12, src_width, in NV12TestRotate()
|
/external/libyuv/files/include/libyuv/ |
D | rotate.h | 46 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y,
|
/external/chromium_org/third_party/libyuv/include/libyuv/ |
D | rotate.h | 46 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y,
|
/external/chromium_org/third_party/libyuv/source/ |
D | convert_to_i420.cc | 222 r = NV12ToI420Rotate(src, src_width, in ConvertToI420() 233 r = NV12ToI420Rotate(src, src_width, in ConvertToI420()
|
D | rotate.cc | 1232 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y, in NV12ToI420Rotate() function
|
/external/libyuv/files/unit_test/ |
D | rotate_test.cc | 1003 NV12ToI420Rotate(orig_y+y_off_0, y_st_0, in TEST_F() 1111 NV12ToI420Rotate(orig_y+y_off_0, y_st_0, in TEST_F() 1215 NV12ToI420Rotate(orig_y+y_off, y_st, in TEST_F() 1329 NV12ToI420Rotate(orig_y+y_off_0, y_st_0, in TEST_F() 1476 NV12ToI420Rotate(orig_y+y_off, y_st, in TEST_F()
|
/external/libyuv/files/source/ |
D | rotate.cc | 1117 int NV12ToI420Rotate(const uint8* src_y, int src_stride_y, in NV12ToI420Rotate() function
|
D | convert.cc | 1920 r = NV12ToI420Rotate(src, src_width, in ConvertToI420() 1931 r = NV12ToI420Rotate(src, src_width, in ConvertToI420()
|