Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_from.h127 int I420ToRGB565(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from.h134 int I420ToRGB565(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc954 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/
Dconvert_from.cc1007 int I420ToRGB565(const uint8* src_y, int src_stride_y, in I420ToRGB565() function
1226 r = I420ToRGB565(y, y_stride, in ConvertFromI420()