Home
last modified time | relevance | path

Searched defs:src_stride_bayer (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/libyuv/source/
Dformat_conversion.cc110 static void BayerRowBG(const uint8* src_bayer0, int src_stride_bayer, in BayerRowBG()
143 static void BayerRowRG(const uint8* src_bayer0, int src_stride_bayer, in BayerRowRG()
176 static void BayerRowGB(const uint8* src_bayer0, int src_stride_bayer, in BayerRowGB()
207 static void BayerRowGR(const uint8* src_bayer0, int src_stride_bayer, in BayerRowGR()
240 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer, in BayerToARGB()
290 int BayerToI420(const uint8* src_bayer, int src_stride_bayer, in BayerToI420()
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
Dformat_conversion.cc110 static void BayerRowBG(const uint8* src_bayer0, int src_stride_bayer, in BayerRowBG()
143 static void BayerRowRG(const uint8* src_bayer0, int src_stride_bayer, in BayerRowRG()
176 static void BayerRowGB(const uint8* src_bayer0, int src_stride_bayer, in BayerRowGB()
207 static void BayerRowGR(const uint8* src_bayer0, int src_stride_bayer, in BayerRowGR()
240 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer, in BayerToARGB()
290 int BayerToI420(const uint8* src_bayer, int src_stride_bayer, in BayerToI420()
/external/libyuv/files/source/
Dformat_conversion.cc175 static void BayerRowBG(const uint8* src_bayer0, int src_stride_bayer, in BayerRowBG()
207 static void BayerRowRG(const uint8* src_bayer0, int src_stride_bayer, in BayerRowRG()
239 static void BayerRowGB(const uint8* src_bayer0, int src_stride_bayer, in BayerRowGB()
269 static void BayerRowGR(const uint8* src_bayer0, int src_stride_bayer, in BayerRowGR()
301 int BayerToARGB(const uint8* src_bayer, int src_stride_bayer, in BayerToARGB()
350 int BayerToI420(const uint8* src_bayer, int src_stride_bayer, in BayerToI420()