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

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert.h 142 int BGRAToI420(const uint8* src_frame, int src_stride_frame,
  /external/libyuv/files/include/libyuv/
convert.h 197 int BGRAToI420(const uint8* src_frame,
  /external/libyuv/files/source/
convert_to_i420.cc 134 r = BGRAToI420(src, src_width * 4, y, y_stride, u, u_stride, v, v_stride,
convert.cc 633 int BGRAToI420(const uint8* src_bgra,
    [all...]
  /external/webrtc/talk/media/base/
videoframe_unittest.h     [all...]
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_i420.cc 152 r = BGRAToI420(src, src_width * 4,
convert.cc 555 int BGRAToI420(const uint8* src_bgra, int src_stride_bgra,
    [all...]

Completed in 655 milliseconds