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

  /external/libvpx/libvpx/third_party/libyuv/include/libyuv/
convert_argb.h 136 int BGRAToARGB(const uint8* src_frame, int src_stride_frame,
  /external/libyuv/files/include/libyuv/
convert_argb.h 216 int BGRAToARGB(const uint8* src_frame, int src_stride_frame,
  /external/libvpx/libvpx/third_party/libyuv/source/
convert_to_argb.cc 112 r = BGRAToARGB(src, src_width * 4,
convert_argb.cc 393 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra,
402 // Convert ARGB to BGRA (same as BGRAToARGB).
    [all...]
  /external/libyuv/files/source/
convert_to_argb.cc 112 r = BGRAToARGB(src, src_width * 4,
convert_argb.cc 829 int BGRAToARGB(const uint8* src_bgra, int src_stride_bgra,
838 // Convert ARGB to BGRA (same as BGRAToARGB).
    [all...]
  /external/libyuv/files/unit_test/
convert_test.cc     [all...]

Completed in 1547 milliseconds