Searched refs:bg_colour (Results 1 – 2 of 2) sorted by relevance
1325 const int text_size, const int text_colour, const int bg_colour) in raspicamcontrol_set_annotate() argument1389 if (bg_colour != -1) in raspicamcontrol_set_annotate()1392 annotate.custom_background_Y = bg_colour&0xff; in raspicamcontrol_set_annotate()1393 annotate.custom_background_U = (bg_colour>>8)&0xff; in raspicamcontrol_set_annotate()1394 annotate.custom_background_V = (bg_colour>>16)&0xff; in raspicamcontrol_set_annotate()
201 const int text_size, const int text_colour, const int bg_colour);