OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RGBAToARGBRow_C
(Results
1 - 3
of
3
) sorted by null
/external/libyuv/files/include/libyuv/
row.h
305
void
RGBAToARGBRow_C
(const uint8* src_rgba, uint8* dst_argb, int pix);
/external/libyuv/files/source/
convert_argb.cc
345
RGBAToARGBRow_C
;
[
all
...]
row_common.cc
54
void
RGBAToARGBRow_C
(const uint8* src_abgr, uint8* dst_argb, int width) {
[
all
...]
Completed in 51 milliseconds