Home
last modified time | relevance | path

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

/test/xts/hats/hdf/camera/cameraHdi/v4l2/include/
Dtest_display.h154 void ProcessImage(unsigned char* p, unsigned char* fbp);
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
Dtest_display.cpp313 void TestDisplay::ProcessImage(unsigned char* p, unsigned char* fbp) in ProcessImage() argument
347 fbp[location + 1] = ((r & 0xF8) | (g >> 5)); // 5:display range in ProcessImage()
348 fbp[location + 0] = (((g & 0x1C) << 3) | (b >> 3)); // 3:display range in ProcessImage()