Home
last modified time | relevance | path

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

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