Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dvideo_out_xxmc.c1483 if (this->old_subpic) { in xxmc_overlay_end()
1485 this->old_subpic = NULL; in xxmc_overlay_end()
1488 this->old_subpic = this->new_subpic; in xxmc_overlay_end()
1491 0, this->old_subpic->num_palette_entries, in xxmc_overlay_end()
1492 this->old_subpic->entry_bytes, in xxmc_overlay_end()
1494 this->old_subpic->component_order); in xxmc_overlay_end()
1507 this->old_subpic,0,0,this->xvmc_width, in xxmc_overlay_end()
1513 this->old_subpic, 0,0,this->xvmc_width, in xxmc_overlay_end()
2086 if (this->old_subpic) { in xxmc_dispose()
2088 this->old_subpic = NULL; in xxmc_dispose()
[all …]
H A Dxxmc.h234 XvMCSubpicture *old_subpic,*new_subpic; member