Home
last modified time | relevance | path

Searched refs:src_stride_raw (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/libyuv/source/
Dconvert_argb.cc448 int RAWToARGB(const uint8* src_raw, int src_stride_raw, in RAWToARGB() argument
458 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
459 src_stride_raw = -src_stride_raw; in RAWToARGB()
462 if (src_stride_raw == width * 3 && in RAWToARGB()
466 src_stride_raw = dst_stride_argb = 0; in RAWToARGB()
489 src_raw += src_stride_raw; in RAWToARGB()
Dconvert.cc1050 int RAWToI420(const uint8* src_raw, int src_stride_raw, in RAWToI420() argument
1062 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToI420()
1063 src_stride_raw = -src_stride_raw; in RAWToI420()
1067 void (*RAWToUVRow)(const uint8* src_raw, int src_stride_raw, in RAWToI420()
1126 RAWToUVRow(src_raw, src_stride_raw, dst_u, dst_v, width); in RAWToI420()
1128 RAWToYRow(src_raw + src_stride_raw, dst_y + dst_stride_y, width); in RAWToI420()
1131 RAWToARGBRow(src_raw + src_stride_raw, row + kRowSize, width); in RAWToI420()
1136 src_raw += src_stride_raw * 2; in RAWToI420()
Drow_neon.cc1798 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw, in RAWToUVRow_NEON() argument
1831 "+r"(src_stride_raw), // %1 in RAWToUVRow_NEON()
/external/libyuv/files/source/
Dconvert_argb.cc365 int RAWToARGB(const uint8* src_raw, int src_stride_raw, in RAWToARGB() argument
375 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToARGB()
376 src_stride_raw = -src_stride_raw; in RAWToARGB()
390 src_raw += src_stride_raw; in RAWToARGB()
Dconvert.cc1229 int RAWToI420(const uint8* src_raw, int src_stride_raw, in RAWToI420() argument
1244 src_raw = src_raw + (height - 1) * src_stride_raw; in RAWToI420()
1245 src_stride_raw = -src_stride_raw; in RAWToI420()
1253 TestReadSafe(src_raw, src_stride_raw, width, height, 3, 48)) { in RAWToI420()
1282 RAWToARGBRow(src_raw + src_stride_raw, row + kMaxStride, width); in RAWToI420()
1286 src_raw += src_stride_raw * 2; in RAWToI420()
/external/chromium_org/third_party/libyuv/include/libyuv/
Drow.h565 void RAWToUVRow_NEON(const uint8* src_raw, int src_stride_raw,
661 void RAWToUVRow_Any_NEON(const uint8* src_raw, int src_stride_raw,
683 void RAWToUVRow_C(const uint8* src_raw, int src_stride_raw,