Searched refs:yv12 (Results 1 – 1 of 1) sorted by relevance
/hardware/libhardware/modules/camera/3_4/arc/ |
D | image_processor.cpp | 55 static int YU12ToYV12(const void* yv12, void* yu12, int width, int height, 57 static int YU12ToNV21(const void* yv12, void* nv21, int width, int height); 301 static int YU12ToYV12(const void* yu12, void* yv12, int width, int height, in YU12ToYV12() argument 316 uint8_t* dst = reinterpret_cast<uint8_t*>(yv12); in YU12ToYV12()
|