Home
last modified time | relevance | path

Searched refs:I420ToRGB565 (Results 1 – 2 of 2) sorted by relevance

/external/libyuv/files/include/libyuv/
Dconvert_from.h127 int I420ToRGB565(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
Dconvert_from.cc1007 int I420ToRGB565(const uint8* src_y, int src_stride_y, in I420ToRGB565() function
1226 r = I420ToRGB565(y, y_stride, in ConvertFromI420()