HomeSort by relevance Sort by last modified time
    Searched refs:RGBAToI420 (Results 1 - 6 of 6) sorted by null

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert.h 158 int RGBAToI420(const uint8* src_frame, int src_stride_frame,
  /external/libyuv/files/include/libyuv/
convert.h 223 int RGBAToI420(const uint8* src_frame,
  /external/libyuv/files/source/
convert_to_i420.cc 144 r = RGBAToI420(src, src_width * 4, y, y_stride, u, u_stride, v, v_stride,
convert.cc 835 int RGBAToI420(const uint8* src_rgba,
    [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_i420.cc 168 r = RGBAToI420(src, src_width * 4,
convert.cc 687 int RGBAToI420(const uint8* src_rgba, int src_stride_rgba,
    [all...]

Completed in 206 milliseconds