Searched refs:I420ToRGB24 (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert_from.h | 113 int I420ToRGB24(const uint8* src_y, int src_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 120 int I420ToRGB24(const uint8* src_y, int src_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 713 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/ |
D | convert_from.cc | 899 int I420ToRGB24(const uint8* src_y, int src_stride_y, in I420ToRGB24() function 1250 r = I420ToRGB24(y, y_stride, in ConvertFromI420()
|