Home
last modified time | relevance | path

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

/external/libyuv/files/include/libyuv/
Dconvert_from.h113 int I420ToRGB24(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert_from.h120 int I420ToRGB24(const uint8* src_y, int src_stride_y,
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc713 int I420ToRGB24(const uint8* src_y, int src_stride_y, in I420ToRGB24() function
1180 r = I420ToRGB24(y, y_stride, in ConvertFromI420()
/external/libyuv/files/source/
Dconvert_from.cc899 int I420ToRGB24(const uint8* src_y, int src_stride_y, in I420ToRGB24() function
1250 r = I420ToRGB24(y, y_stride, in ConvertFromI420()