OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BGRAToARGBRow_C
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/third_party/libyuv/source/
row.h
133
void
BGRAToARGBRow_C
(const uint8* src_bgra, uint8* dst_argb, int pix);
/external/libyuv/files/include/libyuv/
row.h
303
void
BGRAToARGBRow_C
(const uint8* src_bgra, uint8* dst_argb, int pix);
/external/libyuv/files/source/
convert_argb.cc
277
BGRAToARGBRow_C
;
[
all
...]
row_common.cc
22
void
BGRAToARGBRow_C
(const uint8* src_bgra, uint8* dst_argb, int width) {
[
all
...]
Completed in 91 milliseconds