Searched refs:getRgb (Results 1 – 1 of 1) sorted by relevance
/hardware/google/easel/amber/camera/libhdrplusclient/ |
D | HdrPlusClientUtils.cpp | 30 static status_t getRgb(uint8_t *r, uint8_t *g, uint8_t* b, uint32_t x, uint32_t y, in getRgb() function 105 status_t res = getRgb(&r, &g, &b, x, y, streamConfig, buffer); in writePpm() 173 status_t res = getRgb(&r, &g, &b, x, y, streamConfig, buffer); in comparePpm()
|