Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_mpeg_pes.c54 #define PTS_AUDIO 0 macro
790 this->last_pts[PTS_AUDIO] = this->last_pts[PTS_VIDEO] = 0; in parse_private_stream_2()
1025 check_newpts( this, this->pts, PTS_AUDIO ); in parse_private_stream_1()
1053 check_newpts( this, this->pts, PTS_AUDIO ); in parse_private_stream_1()
1127 check_newpts( this, this->pts, PTS_AUDIO ); in parse_private_stream_1()
1163 check_newpts( this, this->pts, PTS_AUDIO ); in parse_private_stream_1()
1380 check_newpts( this, this->pts, PTS_AUDIO ); in parse_audio_stream()
H A Ddemux_pva.c52 #define PTS_AUDIO 0 macro
237 check_newpts( this, pts, PTS_AUDIO ); in demux_pva_send_chunk()
H A Ddemux_mpeg.c53 #define PTS_AUDIO 0 macro
515 check_newpts (this, pts, PTS_AUDIO); in parse_mpeg2_packet()
561 check_newpts (this, pts, PTS_AUDIO); in parse_mpeg2_packet()
631 check_newpts (this, pts, PTS_AUDIO); in parse_mpeg2_packet()
831 check_newpts (this, pts, PTS_AUDIO); in parse_mpeg1_packet()
H A Ddemux_mpeg_block.c50 #define PTS_AUDIO 0 macro
567 this->last_pts[PTS_AUDIO] = this->last_pts[PTS_VIDEO] = 0; in parse_private_stream_2()
884 check_newpts( this, this->pts, PTS_AUDIO ); in parse_private_stream_1()
954 check_newpts( this, this->pts, PTS_AUDIO ); in parse_private_stream_1()
1015 check_newpts( this, this->pts, PTS_AUDIO ); in parse_audio_stream()
H A Ddemux_asf.c65 #define PTS_AUDIO 0 macro
766 check_newpts (this, buf->pts, PTS_AUDIO, package_done); in asf_send_buffer_nodefrag()
861 check_newpts (this, buf->pts, PTS_AUDIO, !stream->frag_offset); in asf_send_buffer_defrag()
1818 this->last_pts[PTS_AUDIO] = 0; in demux_asf_seek()
H A Ddemux_real.c1215 #define PTS_AUDIO 0 macro
1701 check_newpts (this, pts, PTS_AUDIO, 0); in demux_real_send_chunk()
H A Ddemux_avi.c327 #define PTS_AUDIO 0 macro
1619 check_newpts (this, buf->pts, PTS_AUDIO); in demux_avi_next()
H A Ddemux_flv.c183 #define PTS_AUDIO 0 macro
H A Ddemux_ts.c310 #define PTS_AUDIO 0 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.c87 #define PTS_AUDIO 0 macro
705 check_newpts( this, pts, PTS_AUDIO, decoder_flags ); in send_ogg_buf()
1909 } else if (this->last_pts[PTS_AUDIO]) { in demux_ogg_seek()
1910 current_time=this->last_pts[PTS_AUDIO]/90000; in demux_ogg_seek()