Searched refs:I420ToRGBA (Results 1 – 4 of 4) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert_from.h | 106 int I420ToRGBA(const uint8* src_y, int src_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from.h | 113 int I420ToRGBA(const uint8* src_y, int src_stride_y,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_from.cc | 653 int I420ToRGBA(const uint8* src_y, int src_stride_y, in I420ToRGBA() function 1220 r = I420ToRGBA(y, y_stride, in ConvertFromI420()
|
/external/libyuv/files/source/ |
D | convert_from.cc | 845 int I420ToRGBA(const uint8* src_y, int src_stride_y, in I420ToRGBA() function 1290 r = I420ToRGBA(y, y_stride, in ConvertFromI420()
|