Home
last modified time | relevance | path

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

/hardware/libhardware/modules/camera/3_4/arc/
Dimage_processor.cpp55 static int YU12ToYV12(const void* yv12, void* yu12, int width, int height,
167 int res = YU12ToYV12(in_frame.GetData(), out_frame->GetData(), in ConvertFormat()
301 static int YU12ToYV12(const void* yu12, void* yv12, int width, int height, in YU12ToYV12() function