Searched refs:BayerToI420 (Results 1 - 4 of 4) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
H A Dformat_conversion.h52 BayerToI420(b, bs, y, ys, u, us, v, vs, w, h, f)
55 int BayerToI420(const uint8* src_bayer, int src_stride_bayer,
/external/libyuv/files/include/libyuv/
H A Dformat_conversion.h52 BayerToI420(b, bs, y, ys, u, us, v, vs, w, h, f)
55 int BayerToI420(const uint8* src_bayer, int src_stride_bayer,
/external/libvpx/libvpx/third_party/libyuv/source/
H A Dformat_conversion.cc290 int BayerToI420(const uint8* src_bayer, int src_stride_bayer, function
502 return BayerToI420(src_bayer, src_stride_bayer, \
/external/libyuv/files/source/
H A Dformat_conversion.cc350 int BayerToI420(const uint8* src_bayer, int src_stride_bayer, function
504 return BayerToI420(src_bayer, src_stride_bayer, \

Completed in 125 milliseconds