HomeSort by relevance Sort by last modified time
    Searched refs:RGB24ToYRow_C (Results 1 - 3 of 3) sorted by null

  /external/libyuv/files/source/
row.h 64 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix);
convert.cc 820 ARGBToYRow = RGB24ToYRow_C;
row_table.cc 337 void RGB24ToYRow_C(const uint8* src_argb, uint8* dst_y, int pix) {

Completed in 39 milliseconds