Searched refs:overlay_source (Results 1 – 3 of 3) sorted by relevance
1955 if (this->overlay_source) { in check_redraw_needed()1956 if( this->overlay_source->redraw_needed (this->overlay_source, vpts) ) in check_redraw_needed()2222 if (this->overlay_source) { in overlay_and_display_frame()2223 this->overlay_source->multiple_overlay_blend (this->overlay_source, in overlay_and_display_frame()2667 if (this->overlay_source) in vo_close()2668 this->overlay_source->flush_events (this->overlay_source); in vo_close()3013 if (this->overlay_source) { in vo_exit()3014 this->overlay_source->dispose (this->overlay_source); in vo_exit()3055 return this->overlay_source; in vo_get_overlay_manager()3227 if (this->overlay_source) { in _x_vo_new_port()[all …]
2529 static struct mp_eosd_source overlay_source = { variable2558 eosd_register(&overlay_source); in overlay_add()2559 eosd_image_remove_all(&overlay_source); in overlay_add()2571 eosd_image_append(&overlay_source, img); in overlay_add()2572 overlay_source.changed = EOSD_CHANGED_BITMAP; in overlay_add()2578 prev = &overlay_source.images; in overlay_remove()2579 img = overlay_source.images; in overlay_remove()2584 eosd_image_remove(&overlay_source, img, prev); in overlay_remove()2585 overlay_source.changed = EOSD_CHANGED_BITMAP; in overlay_remove()