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.cc258 uint8* dst_uyvy, int dst_stride_uyvy, in I422ToUYVY()
314 uint8* dst_uyvy, int dst_stride_uyvy, in I420ToUYVY()
Dconvert_from_argb.cc585 uint8* dst_uyvy, int dst_stride_uyvy, in ARGBToUYVY()
Drow_neon.cc1307 uint8* dst_uyvy, int width) { in I422ToUYVYRow_NEON()
Drow_neon64.cc1319 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()