Lines Matching refs:subpicture
11049 + // Stash for subpics derived from the passed subpicture rather than
11075 - subpicture_t *subpicture);
11077 - subpicture_t *subpicture);
11096 -static void display_subpicture(vout_display_t *vd, subpicture_t *subpicture);
11908 + subpicture_t *subpicture)
11945 + if (subpicture != NULL) {
11946 + subpicture_Delete(subpicture);
12059 - subpicture_t *subpicture)
12073 - subpicture_t *subpicture)
12130 - display_subpicture(vd, subpicture);
12137 - if (subpicture)
12138 - subpicture_Delete(subpicture);
12274 + subpicture_t * const subpicture)
12293 + for (subpicture_t * spic = subpicture; spic != NULL; spic = spic->p_next)
12341 + subpicture_t *subpicture
12343 + subpicture_t *subpicture, vlc_tick_t date
12373 + if (subpicture != NULL) {
12374 + attach_subpics(vd, sys, subpicture);
12505 -static void display_subpicture(vout_display_t *vd, subpicture_t *subpicture)
12515 - if(subpicture) {
12516 - subpicture_region_t *region = subpicture->p_region;
13358 +/* Prepare a picture and an optional subpicture for display (optional).
13361 + * time as possible to prepare the given picture and the subpicture
13379 +/* Display a picture and an optional subpicture (mandatory).
13381 + * The picture and the optional subpicture must be displayed as soon as
13387 + * subpicture, so you must release them as soon as possible.
13650 + // Construct intersection of subpicture chromas