Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_pva.c53 #define PTS_VIDEO 1 macro
157 check_newpts( this, pts, PTS_VIDEO ); in demux_pva_send_chunk()
H A Ddemux_mpeg.c54 #define PTS_VIDEO 1 macro
694 check_newpts (this, pts, PTS_VIDEO); in parse_mpeg2_packet()
862 check_newpts (this, pts, PTS_VIDEO); in parse_mpeg1_packet()
H A Ddemux_mpeg_block.c51 #define PTS_VIDEO 1 macro
567 this->last_pts[PTS_AUDIO] = this->last_pts[PTS_VIDEO] = 0; in parse_private_stream_2()
990 check_newpts( this, this->pts, PTS_VIDEO ); in parse_video_stream()
H A Ddemux_asf.c66 #define PTS_VIDEO 1 macro
764 check_newpts (this, buf->pts, PTS_VIDEO, package_done); in asf_send_buffer_nodefrag()
859 check_newpts (this, buf->pts, PTS_VIDEO, !stream->frag_offset); in asf_send_buffer_defrag()
1817 this->last_pts[PTS_VIDEO] = 0; in demux_asf_seek()
H A Ddemux_mpeg_pes.c55 #define PTS_VIDEO 1 macro
790 this->last_pts[PTS_AUDIO] = this->last_pts[PTS_VIDEO] = 0; in parse_private_stream_2()
1324 check_newpts( this, this->pts, PTS_VIDEO ); in parse_video_stream()
H A Ddemux_real.c1216 #define PTS_VIDEO 1 macro
1403 check_newpts (this, pts, PTS_VIDEO, 0); in demux_real_send_chunk()
1629 check_newpts (this, pts, PTS_VIDEO, 0); in demux_real_send_chunk()
H A Ddemux_avi.c328 #define PTS_VIDEO 1 macro
1668 check_newpts (this, buf->pts, PTS_VIDEO); in demux_avi_next()
H A Ddemux_flv.c184 #define PTS_VIDEO 1 macro
H A Ddemux_ts.c311 #define PTS_VIDEO 1 macro
1022 newpts_test (this, m->pts, (t == BUF_VIDEO_BASE) ? PTS_VIDEO : PTS_AUDIO); in demux_ts_send_buffer()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/
H A Dxine_ogg_demuxer.c88 #define PTS_VIDEO 1 macro
740 check_newpts( this, pts, PTS_VIDEO, decoder_flags ); in send_ogg_buf()
775 check_newpts( this, pts, PTS_VIDEO, decoder_flags ); in send_ogg_buf()
1907 if (this->last_pts[PTS_VIDEO]) { in demux_ogg_seek()
1908 current_time=this->last_pts[PTS_VIDEO]/90000; in demux_ogg_seek()