Home
last modified time | relevance | path

Searched refs:check_newpts (Results 1 – 12 of 12) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_pva.c74 static void check_newpts( demux_pva_t *this, int64_t pts, int video ){ in check_newpts() function
157 check_newpts( this, pts, PTS_VIDEO ); in demux_pva_send_chunk()
237 check_newpts( this, pts, PTS_AUDIO ); in demux_pva_send_chunk()
H A Ddemux_mpeg.c238 static void check_newpts( demux_mpeg_t *this, int64_t pts, int video ) { in check_newpts() function
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()
694 check_newpts (this, pts, PTS_VIDEO); in parse_mpeg2_packet()
831 check_newpts (this, pts, PTS_AUDIO); in parse_mpeg1_packet()
862 check_newpts (this, pts, PTS_VIDEO); in parse_mpeg1_packet()
H A Ddemux_mpeg_pes.c135 static void check_newpts (demux_mpeg_pes_t *this, int64_t pts, int video) { in check_newpts() function
256 static void check_newpts( demux_mpeg_pes_t *this, int64_t pts, int video ) in check_newpts() function
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()
1324 check_newpts( this, this->pts, PTS_VIDEO ); in parse_video_stream()
1380 check_newpts( this, this->pts, PTS_AUDIO ); in parse_audio_stream()
H A Ddemux_mpeg_block.c135 static void check_newpts( demux_mpeg_block_t *this, int64_t pts, int video ) in check_newpts() function
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()
990 check_newpts( this, this->pts, PTS_VIDEO ); in parse_video_stream()
1015 check_newpts( this, this->pts, PTS_AUDIO ); in parse_audio_stream()
H A Ddemux_asf.c667 static void check_newpts (demux_asf_t *this, int64_t pts, int video, int frame_end) { in check_newpts() function
764 check_newpts (this, buf->pts, PTS_VIDEO, package_done); in asf_send_buffer_nodefrag()
766 check_newpts (this, buf->pts, PTS_AUDIO, package_done); in asf_send_buffer_nodefrag()
859 check_newpts (this, buf->pts, PTS_VIDEO, !stream->frag_offset); in asf_send_buffer_defrag()
861 check_newpts (this, buf->pts, PTS_AUDIO, !stream->frag_offset); in asf_send_buffer_defrag()
1949 check_newpts (this, ts * 90, 1, 0); in demux_asf_seek()
1963 check_newpts (this, ts * 90, 0, 0); in demux_asf_seek()
H A Ddemux_real.c1219 static void check_newpts (demux_real_t *this, int64_t pts, int video, int preview) { in check_newpts() function
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()
1701 check_newpts (this, pts, PTS_AUDIO, 0); in demux_real_send_chunk()
H A Ddemux_flv.c186 static void check_newpts (demux_flv_t *this, int64_t pts, int video) { in check_newpts() function
804 check_newpts (this, buf_pts, (tag_type == FLV_TAG_TYPE_VIDEO)); in read_flv_packet()
H A Ddemux_avi.c342 static void check_newpts (demux_avi_t *this, int64_t pts, int video) { in check_newpts() function
1619 check_newpts (this, buf->pts, PTS_AUDIO); in demux_avi_next()
1668 check_newpts (this, buf->pts, PTS_VIDEO); in demux_avi_next()
H A Ddemux_matroska.c62 static void check_newpts (demux_matroska_t *this, int64_t pts, in check_newpts() function
2274 check_newpts(this, pts, track); in parse_block()
H A Ddemux_ts.c947 static void check_newpts( demux_ts_t *this, int64_t pts, int video )
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/ffmpeg/
H A Ddemux_avformat.c295 static void check_newpts(avformat_demux_plugin_t *this, int64_t pts) { in check_newpts() function
583 check_newpts(this, pts); in send_avpacket()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/
H A Dxine_ogg_demuxer.c351 static void check_newpts (demux_ogg_t *this, int64_t pts, int video, int preview) { in check_newpts() function
705 check_newpts( this, pts, PTS_AUDIO, decoder_flags ); in send_ogg_buf()
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()