Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCamControl.c1325 const int text_size, const int text_colour, const int bg_colour) in raspicamcontrol_set_annotate() argument
1379 if (text_colour != -1) in raspicamcontrol_set_annotate()
1382 annotate.custom_text_Y = text_colour&0xff; in raspicamcontrol_set_annotate()
1383 annotate.custom_text_U = (text_colour>>8)&0xff; in raspicamcontrol_set_annotate()
1384 annotate.custom_text_V = (text_colour>>16)&0xff; in raspicamcontrol_set_annotate()
DRaspiCamControl.h201 const int text_size, const int text_colour, const int bg_colour);