Searched refs:I420ToRGB565 (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert_from.h | 127 int I420ToRGB565(const uint8* src_y, int src_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 134 int I420ToRGB565(const uint8* src_y, int src_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 954 int I420ToRGB565(const uint8* src_y, int src_stride_y, in I420ToRGB565() function 1156 r = I420ToRGB565(y, y_stride, in ConvertFromI420()
|
/external/libyuv/files/source/ |
D | convert_from.cc | 1007 int I420ToRGB565(const uint8* src_y, int src_stride_y, in I420ToRGB565() function 1226 r = I420ToRGB565(y, y_stride, in ConvertFromI420()
|