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

  /external/chromium_org/third_party/libyuv/source/
rotate_argb.cc 104 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
convert.cc 188 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
417 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
    [all...]
rotate.cc     [all...]
planar_functions.cc 32 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
    [all...]
row_common.cc     [all...]
  /external/libyuv/files/source/
rotate_argb.cc 91 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
rotate.cc     [all...]
convert.cc 360 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
514 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
    [all...]
convert_from.cc 51 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
    [all...]
planar_functions.cc 31 void (*CopyRow)(const uint8* src, uint8* dst, int width) = CopyRow_C;
    [all...]
row_common.cc 720 void CopyRow_C(const uint8* src, uint8* dst, int count) {
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 263 void CopyRow_C(const uint8* src, uint8* dst, int count);
  /external/chromium_org/third_party/libyuv/include/libyuv/
row.h     [all...]

Completed in 75 milliseconds