Lines Matching refs:motionmaskcoords
173 GFREE (filter->motionmaskcoords); in gst_motion_cells_finalize()
350 filter->motionmaskcoords = NULL; in gst_motion_cells_init()
505 GFREE (filter->motionmaskcoords); in gst_motion_cells_set_property()
513 filter->motionmaskcoords = in gst_motion_cells_set_property()
519 filter->motionmaskcoords[i].upper_left_x = ux < 0 ? 0 : ux; in gst_motion_cells_set_property()
520 filter->motionmaskcoords[i].upper_left_y = uy < 0 ? 0 : uy; in gst_motion_cells_set_property()
521 filter->motionmaskcoords[i].lower_right_x = lx < 0 ? 0 : lx; in gst_motion_cells_set_property()
522 filter->motionmaskcoords[i].lower_right_y = ly < 0 ? 0 : ly; in gst_motion_cells_set_property()
525 fix_coords (filter->motionmaskcoords[i], filter->width, in gst_motion_cells_set_property()
684 filter->motionmaskcoords[i].upper_left_x, in gst_motion_cells_get_property()
685 filter->motionmaskcoords[i].upper_left_y, in gst_motion_cells_get_property()
686 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
687 filter->motionmaskcoords[i].lower_right_y); in gst_motion_cells_get_property()
690 filter->motionmaskcoords[i].upper_left_x, in gst_motion_cells_get_property()
691 filter->motionmaskcoords[i].upper_left_y, in gst_motion_cells_get_property()
692 filter->motionmaskcoords[i].lower_right_x, in gst_motion_cells_get_property()
693 filter->motionmaskcoords[i].lower_right_y); in gst_motion_cells_get_property()
849 && NULL != filter->motionmaskcoords && 0 < filter->width in gst_motion_cells_handle_sink_event()
853 fix_coords (filter->motionmaskcoords[i], filter->width, in gst_motion_cells_handle_sink_event()
891 motionmaskcoordrect *motionmaskcoords; in gst_motion_cells_transform_ip() local
909 motionmaskcoords = in gst_motion_cells_transform_ip()
912 motionmaskcoords[i].upper_left_x = in gst_motion_cells_transform_ip()
913 filter->motionmaskcoords[i].upper_left_x / 2; in gst_motion_cells_transform_ip()
914 motionmaskcoords[i].upper_left_y = in gst_motion_cells_transform_ip()
915 filter->motionmaskcoords[i].upper_left_y / 2; in gst_motion_cells_transform_ip()
916 motionmaskcoords[i].lower_right_x = in gst_motion_cells_transform_ip()
917 filter->motionmaskcoords[i].lower_right_x / 2; in gst_motion_cells_transform_ip()
918 motionmaskcoords[i].lower_right_y = in gst_motion_cells_transform_ip()
919 filter->motionmaskcoords[i].lower_right_y / 2; in gst_motion_cells_transform_ip()
979 motionmaskcoords, motionmaskcells_count, motionmaskcellsidx, in gst_motion_cells_transform_ip()
1016 GFREE (motionmaskcoords); in gst_motion_cells_transform_ip()
1117 GFREE (motionmaskcoords); in gst_motion_cells_transform_ip()