Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCamControl.c1218 int my_rotation = ((rotation % 360 ) / 90) * 90; in raspicamcontrol_set_rotation() local
1220 ret = mmal_port_parameter_set_int32(camera->output[0], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
1221 mmal_port_parameter_set_int32(camera->output[1], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
1222 mmal_port_parameter_set_int32(camera->output[2], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()