Searched refs:TestReadSafe (Results 1 – 1 of 1) sorted by relevance
/external/libyuv/files/source/ |
D | convert.cc | 612 static bool TestReadSafe(const uint8* src_yuy2, int src_stride_yuy2, in TestReadSafe() function 1182 TestReadSafe(src_rgb24, src_stride_rgb24, width, height, 3, 48)) { in RGB24ToI420() 1253 TestReadSafe(src_raw, src_stride_raw, width, height, 3, 48)) { in RAWToI420() 1324 TestReadSafe(src_rgb565, src_stride_rgb565, width, height, 2, 16)) { in RGB565ToI420() 1395 TestReadSafe(src_argb1555, src_stride_argb1555, width, height, 2, 16)) { in ARGB1555ToI420() 1467 TestReadSafe(src_argb4444, src_stride_argb4444, width, height, 2, 16)) { in ARGB4444ToI420()
|