Searched refs:new_convert (Results 1 – 1 of 1) sorted by relevance
828 gboolean new_convert = FALSE; in _copy_buffer_and_apply_video_crop() local838 new_convert = TRUE; in _copy_buffer_and_apply_video_crop()840 new_convert |= (video_crop->x != x); in _copy_buffer_and_apply_video_crop()841 new_convert |= (video_crop->y != y); in _copy_buffer_and_apply_video_crop()842 new_convert |= (video_crop->width != width); in _copy_buffer_and_apply_video_crop()843 new_convert |= (video_crop->height != height); in _copy_buffer_and_apply_video_crop()847 if (new_convert) in _copy_buffer_and_apply_video_crop()