Searched refs:yu12 (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, 301 static int YU12ToYV12(const void* yu12, void* yv12, int width, int height, in YU12ToYV12() argument 315 const uint8_t* src = reinterpret_cast<const uint8_t*>(yu12); in YU12ToYV12() 327 static int YU12ToNV21(const void* yu12, void* nv21, int width, int height) { in YU12ToNV21() argument 334 const uint8_t* src = reinterpret_cast<const uint8_t*>(yu12); in YU12ToNV21()
|