Searched refs:RGBAToI420 (Results 1 – 9 of 9) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | convert.h | 223 int RGBAToI420(const uint8* src_frame,
|
/external/libaom/libaom/third_party/libyuv/include/libyuv/ |
D | convert.h | 145 int RGBAToI420(const uint8* src_frame, int src_stride_frame,
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert.h | 260 int RGBAToI420(const uint8_t* src_rgba,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | convert_to_i420.cc | 154 r = RGBAToI420(src, src_width * 4, dst_y, dst_stride_y, dst_u, in ConvertToI420()
|
D | convert.cc | 873 int RGBAToI420(const uint8_t* src_rgba, in RGBAToI420() function
|
/external/libyuv/files/source/ |
D | convert_to_i420.cc | 144 r = RGBAToI420(src, src_width * 4, y, y_stride, u, u_stride, v, v_stride, in ConvertToI420()
|
D | convert.cc | 835 int RGBAToI420(const uint8* src_rgba, in RGBAToI420() function
|
/external/libaom/libaom/third_party/libyuv/source/ |
D | convert_to_i420.cc | 169 r = RGBAToI420(src, src_width * 4, in ConvertToI420()
|
D | convert.cc | 724 int RGBAToI420(const uint8* src_rgba, int src_stride_rgba, in RGBAToI420() function
|