Searched refs:I420ToBayer (Results 1 – 6 of 6) sorted by relevance
/external/libyuv/files/include/libyuv/ |
D | format_conversion.h | 93 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/ |
D | format_conversion.h | 93 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/ |
D | format_conversion.h | 93 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/ |
D | format_conversion.cc | 436 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/ |
D | format_conversion.cc | 394 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/ |
D | format_conversion.cc | 396 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, \
|