Home
last modified time | relevance | path

Searched defs:dst_uyvy (Results 1 – 5 of 5) sorted by relevance

/external/libvpx/libvpx/third_party/libyuv/source/
Dconvert_from.cc257 uint8* dst_uyvy, int dst_stride_uyvy, in I422ToUYVY()
312 uint8* dst_uyvy, int dst_stride_uyvy, in I420ToUYVY()
Dconvert_from_argb.cc560 uint8* dst_uyvy, int dst_stride_uyvy, in ARGBToUYVY()
Drow_neon64.cc1486 uint8* dst_uyvy, int width) { in I422ToUYVYRow_NEON()
Drow_neon.cc1395 uint8* dst_uyvy, int width) { in I422ToUYVYRow_NEON()
/external/libyuv/files/source/
Dconvert.cc796 static void V210ToUYVYRow_C(const uint8* src_v210, uint8* dst_uyvy, int width) { in V210ToUYVYRow_C()