Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvabasedec.c828 gboolean new_convert = FALSE; in _copy_buffer_and_apply_video_crop() local
838 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()