Home
last modified time | relevance | path

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

/dports/comms/xastir/Xastir-Release-2.1.8/src/
H A Dpopup_gui.c329 float my_rotation = 0.0; in popup_ID_message() local
366 if ( ( (my_rotation < -90.0) && (my_rotation > -270.0) ) in popup_ID_message()
367 || ( (my_rotation > 90.0) && (my_rotation < 270.0) ) ) in popup_ID_message()
369 my_rotation = my_rotation + 180.0; in popup_ID_message()
372 my_rotation, in popup_ID_message()
384 my_rotation, in popup_ID_message()
H A Dmaps.c4071 my_rotation, in draw_rotated_label_text_common()
4096 my_rotation, in draw_rotated_label_text_common()
4203 float my_rotation = (float)((-rotation)-90); in draw_rotated_label_text_to_target() local
4205 if ( ( (my_rotation < -90.0) && (my_rotation > -270.0) ) in draw_rotated_label_text_to_target()
4206 || ( (my_rotation > 90.0) && (my_rotation < 270.0) ) ) in draw_rotated_label_text_to_target()
4208 my_rotation = my_rotation + 180.0; in draw_rotated_label_text_to_target()
4245 float my_rotation = (float)((-rotation)-90); in draw_rotated_label_text() local
4247 if ( ( (my_rotation < -90.0) && (my_rotation > -270.0) ) in draw_rotated_label_text()
4248 || ( (my_rotation > 90.0) && (my_rotation < 270.0) ) ) in draw_rotated_label_text()
4250 my_rotation = my_rotation + 180.0; in draw_rotated_label_text()
[all …]
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_raspicam/
H A DRaspiCamControl.c1066 int my_rotation = ((rotation % 360 ) / 90) * 90; in raspicamcontrol_set_rotation() local
1068 ret = mmal_port_parameter_set_int32(camera->output[0], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
1069 mmal_port_parameter_set_int32(camera->output[1], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
1070 mmal_port_parameter_set_int32(camera->output[2], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/host_applications/linux/apps/raspicam/
H A DRaspiCamControl.c1401 int my_rotation = ((rotation % 360 ) / 90) * 90; in raspicamcontrol_set_rotation() local
1403 ret = mmal_port_parameter_set_int32(camera->output[0], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
1404 mmal_port_parameter_set_int32(camera->output[1], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
1405 mmal_port_parameter_set_int32(camera->output[2], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
/dports/multimedia/motion/motion-release-4.3.2/src/raspicam/
H A DRaspiCamControl.c1502 int my_rotation = ((rotation % 360 ) / 90) * 90; in raspicamcontrol_set_rotation() local
1504 ret = mmal_port_parameter_set_int32(camera->output[0], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
1505 mmal_port_parameter_set_int32(camera->output[1], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()
1506 mmal_port_parameter_set_int32(camera->output[2], MMAL_PARAMETER_ROTATION, my_rotation); in raspicamcontrol_set_rotation()