Searched refs:fbp (Results 1 – 2 of 2) sorted by relevance
154 void ProcessImage(unsigned char* p, unsigned char* fbp);
313 void TestDisplay::ProcessImage(unsigned char* p, unsigned char* fbp) in ProcessImage() argument347 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()