Searched defs:src_fourcc_bayer (Results 1 - 1 of 1) sorted by relevance

/external/libyuv/files/source/
H A Dformat_conversion.cc280 uint32 src_fourcc_bayer,
293 switch (src_fourcc_bayer) {
329 uint32 src_fourcc_bayer,
381 switch (src_fourcc_bayer) {
279 BayerRGBToARGB(const uint8* src_bayer, int src_stride_bayer, uint32 src_fourcc_bayer, uint8* dst_rgb, int dst_stride_rgb, int width, int height) argument
328 BayerRGBToI420(const uint8* src_bayer, int src_stride_bayer, uint32 src_fourcc_bayer, uint8* dst_y, int dst_stride_y, uint8* dst_u, int dst_stride_u, uint8* dst_v, int dst_stride_v, int width, int height) argument

Completed in 41 milliseconds