Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/video_out/
H A Dvideo_out_xvmc.c869 if( this->recent_frames[i] ) in xvmc_add_recent_frame()
870 this->recent_frames[i]->vo_frame.free in xvmc_add_recent_frame()
871 (&this->recent_frames[i]->vo_frame); in xvmc_add_recent_frame()
874 this->recent_frames[i] = this->recent_frames[i-1]; in xvmc_add_recent_frame()
876 this->recent_frames[0] = frame; in xvmc_add_recent_frame()
883 if (this->recent_frames[i]) { in xv_flush_recent_frames()
884 this->recent_frames[i]->vo_frame.free (&this->recent_frames[i]->vo_frame); in xv_flush_recent_frames()
885 this->recent_frames[i] = NULL; in xv_flush_recent_frames()
1234 if(this->recent_frames[i]) in xvmc_dispose()
1236 (&this->recent_frames[i]->vo_frame); in xvmc_dispose()
[all …]
H A Dvideo_out_xv.c723 if( this->recent_frames[i] ) in xv_add_recent_frame()
724 this->recent_frames[i]->vo_frame.free in xv_add_recent_frame()
725 (&this->recent_frames[i]->vo_frame); in xv_add_recent_frame()
728 this->recent_frames[i] = this->recent_frames[i-1]; in xv_add_recent_frame()
730 this->recent_frames[0] = frame; in xv_add_recent_frame()
737 if (this->recent_frames[i]) { in xv_flush_recent_frames()
738 this->recent_frames[i]->vo_frame.free (&this->recent_frames[i]->vo_frame); in xv_flush_recent_frames()
739 this->recent_frames[i] = NULL; in xv_flush_recent_frames()
1204 if( this->recent_frames[i] ) in xv_dispose()
1206 (&this->recent_frames[i]->vo_frame); in xv_dispose()
[all …]
H A Dvideo_out_xcbxv.c655 if( this->recent_frames[i] ) in xv_add_recent_frame()
656 this->recent_frames[i]->vo_frame.free in xv_add_recent_frame()
657 (&this->recent_frames[i]->vo_frame); in xv_add_recent_frame()
660 this->recent_frames[i] = this->recent_frames[i-1]; in xv_add_recent_frame()
662 this->recent_frames[0] = frame; in xv_add_recent_frame()
669 if (this->recent_frames[i]) { in xv_flush_recent_frames()
670 this->recent_frames[i]->vo_frame.free (&this->recent_frames[i]->vo_frame); in xv_flush_recent_frames()
671 this->recent_frames[i] = NULL; in xv_flush_recent_frames()
1151 if( this->recent_frames[i] ) in xv_dispose()
1153 (&this->recent_frames[i]->vo_frame); in xv_dispose()
[all …]
H A Dvideo_out_xxmc.c1597 if( this->recent_frames[i] ) { in xxmc_add_recent_frame()
1598 this->recent_frames[i]->vo_frame.free in xxmc_add_recent_frame()
1599 (&this->recent_frames[i]->vo_frame); in xxmc_add_recent_frame()
1602 this->recent_frames[i] = this->recent_frames[i-1]; in xxmc_add_recent_frame()
1604 this->recent_frames[0] = frame; in xxmc_add_recent_frame()
1611 if (this->recent_frames[i]) { in xv_flush_recent_frames()
1612 this->recent_frames[i]->vo_frame.free (&this->recent_frames[i]->vo_frame); in xv_flush_recent_frames()
1613 this->recent_frames[i] = NULL; in xv_flush_recent_frames()
2105 if( this->recent_frames[i] ) in xxmc_dispose()
2107 (&this->recent_frames[i]->vo_frame); in xxmc_dispose()
[all …]
H A Dxxmc.h205 xxmc_frame_t *recent_frames[VO_NUM_RECENT_FRAMES]; member