Home
last modified time | relevance | path

Searched refs:I420ToBayer (Results 1 – 6 of 6) sorted by relevance

/external/libyuv/files/include/libyuv/
Dformat_conversion.h93 I420ToBayer(y, ys, u, us, v, vs, b, bs, w, h, f)
96 int I420ToBayer(const uint8* src_y, int src_stride_y,
/external/chromium_org/third_party/libyuv/include/libyuv/
Dformat_conversion.h93 I420ToBayer(y, ys, u, us, v, vs, b, bs, w, h, f)
96 int I420ToBayer(const uint8* src_y, int src_stride_y,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
Dformat_conversion.h93 I420ToBayer(y, ys, u, us, v, vs, b, bs, w, h, f)
96 int I420ToBayer(const uint8* src_y, int src_stride_y,
/external/libyuv/files/source/
Dformat_conversion.cc436 int I420ToBayer(const uint8* src_y, int src_stride_y, in I420ToBayer() function
513 int I420ToBayer##BAYER(const uint8* src_y, int src_stride_y, \
518 return I420ToBayer(src_y, src_stride_y, \
/external/chromium_org/third_party/libyuv/source/
Dformat_conversion.cc394 int I420ToBayer(const uint8* src_y, int src_stride_y, in I420ToBayer() function
511 int I420ToBayer##BAYER(const uint8* src_y, int src_stride_y, \
516 return I420ToBayer(src_y, src_stride_y, \
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dformat_conversion.cc396 int I420ToBayer(const uint8* src_y, int src_stride_y, in I420ToBayer() function
513 int I420ToBayer##BAYER(const uint8* src_y, int src_stride_y, \
518 return I420ToBayer(src_y, src_stride_y, \