OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BayerToARGB
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/include/libyuv/
format_conversion.h
125
#define BayerRGBToARGB(b, bs, f, a, as, w, h)
BayerToARGB
(b, bs, a, as, w, h, f)
128
int
BayerToARGB
(const uint8* src_bayer, int src_stride_bayer,
/external/chromium_org/third_party/libyuv/include/libyuv/
format_conversion.h
125
#define BayerRGBToARGB(b, bs, f, a, as, w, h)
BayerToARGB
(b, bs, a, as, w, h, f)
128
int
BayerToARGB
(const uint8* src_bayer, int src_stride_bayer,
/external/libyuv/files/include/libyuv/
format_conversion.h
125
#define BayerRGBToARGB(b, bs, f, a, as, w, h)
BayerToARGB
(b, bs, a, as, w, h, f)
128
int
BayerToARGB
(const uint8* src_bayer, int src_stride_bayer,
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
format_conversion.cc
240
int
BayerToARGB
(const uint8* src_bayer, int src_stride_bayer,
540
return
BayerToARGB
(src_bayer, src_stride_bayer, \
/external/chromium_org/third_party/libyuv/source/
format_conversion.cc
240
int
BayerToARGB
(const uint8* src_bayer, int src_stride_bayer,
538
return
BayerToARGB
(src_bayer, src_stride_bayer, \
/external/libyuv/files/source/
format_conversion.cc
301
int
BayerToARGB
(const uint8* src_bayer, int src_stride_bayer,
540
return
BayerToARGB
(src_bayer, src_stride_bayer, \
Completed in 213 milliseconds