Home
last modified time | relevance | path

Searched refs:src_m420 (Results 1 – 8 of 8) sorted by relevance

/external/libyuv/files/source/
Dconvert_argb.cc1442 int M420ToARGB(const uint8* src_m420, in M420ToARGB() argument
1452 if (!src_m420 || !dst_argb || width <= 0 || height == 0) { in M420ToARGB()
1503 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB()
1505 NV12ToARGBRow(src_m420 + src_stride_m420, src_m420 + src_stride_m420 * 2, in M420ToARGB()
1508 src_m420 += src_stride_m420 * 3; in M420ToARGB()
1511 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB()
Dconvert.cc344 int M420ToI420(const uint8* src_m420, in M420ToI420() argument
354 return X420ToI420(src_m420, src_stride_m420, src_stride_m420 * 2, in M420ToI420()
355 src_m420 + src_stride_m420 * 2, src_stride_m420 * 3, dst_y, in M420ToI420()
/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_argb.cc1274 int M420ToARGB(const uint8* src_m420, int src_stride_m420, in M420ToARGB() argument
1283 if (!src_m420 || !dst_argb || in M420ToARGB()
1319 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB()
1321 NV12ToARGBRow(src_m420 + src_stride_m420, src_m420 + src_stride_m420 * 2, in M420ToARGB()
1324 src_m420 += src_stride_m420 * 3; in M420ToARGB()
1327 NV12ToARGBRow(src_m420, src_m420 + src_stride_m420 * 2, dst_argb, in M420ToARGB()
Dconvert.cc334 int M420ToI420(const uint8* src_m420, int src_stride_m420, in M420ToI420() argument
339 return X420ToI420(src_m420, src_stride_m420, src_stride_m420 * 2, in M420ToI420()
340 src_m420 + src_stride_m420 * 2, src_stride_m420 * 3, in M420ToI420()
/external/libyuv/files/include/libyuv/
Dconvert.h153 int M420ToI420(const uint8* src_m420,
Dconvert_argb.h195 int M420ToARGB(const uint8* src_m420,
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/
Dconvert.h115 int M420ToI420(const uint8* src_m420, int src_stride_m420,
Dconvert_argb.h142 int M420ToARGB(const uint8* src_m420, int src_stride_m420,