Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
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()