Searched defs:yv12 (Results 1 – 2 of 2) sorted by relevance
/device/google/cuttlefish/guest/hals/camera/ |
D | Converters.cpp | 82 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) { in YV12ToRGB565() 90 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) { in YV12ToRGB32()
|
/device/generic/goldfish/camera/ |
D | Converters.cpp | 96 void YV12ToRGB565(const void* yv12, void* rgb, int width, int height) in YV12ToRGB565() 108 void YV12ToRGB32(const void* yv12, void* rgb, int width, int height) in YV12ToRGB32()
|