Home
last modified time | relevance | path

Searched refs:u_src (Results 1 – 2 of 2) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/arc/
H A Dimage_processor.cpp317 const uint8_t* u_src = src + width * height; in YU12ToYV12() local
322 return libyuv::I420Copy(src, width, u_src, width / 2, v_src, width / 2, dst, in YU12ToYV12()
336 const uint8_t* u_src = src + width * height; in YU12ToNV21() local
345 *vu_dst++ = *u_src++; in YU12ToNV21()
/aosp12/hardware/google/gchips/include/
H A Dswconverter.h232 unsigned char *u_src,