Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/media/platform/vivid/
Dvivid-tpg.c1433 #define PRINTSTR(PIXTYPE) do { \ in tpg_gen_text() argument
1434 PIXTYPE fg; \ in tpg_gen_text()
1435 PIXTYPE bg; \ in tpg_gen_text()
1436 memcpy(&fg, tpg->textfg[p], sizeof(PIXTYPE)); \ in tpg_gen_text()
1437 memcpy(&bg, tpg->textbg[p], sizeof(PIXTYPE)); \ in tpg_gen_text()
1441 PIXTYPE *pos = (PIXTYPE *)(basep[p][(line / vdiv) & 1] + \ in tpg_gen_text()
1443 (x / hdiv) * sizeof(PIXTYPE)); \ in tpg_gen_text()