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

  /external/libyuv/files/include/libyuv/
format_conversion.h 155 #define ARGBToBayerRGB(a, as, b, bs, f, w, h) ARGBToBayer(b, bs, a, as, w, h, f)
158 int ARGBToBayer(const uint8* src_argb, int src_stride_argb,
  /external/libyuv/files/source/
format_conversion.cc 138 int ARGBToBayer(const uint8* src_argb, int src_stride_argb,
527 int ARGBToBayer##BAYER(const uint8* src_argb, int src_stride_argb, \
530 return ARGBToBayer(src_argb, src_stride_argb, \
  /external/chromium_org/third_party/libjingle/source/talk/media/base/
videoframe_unittest.h 779 libyuv::ARGBToBayer##BAYER(reinterpret_cast<uint8 *>(ms->GetBuffer()), \
    [all...]

Completed in 43 milliseconds