Home
last modified time | relevance | path

Searched refs:send_newpts (Results 1 – 16 of 16) sorted by relevance

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_cdda.c63 int send_newpts; member
95 if (this->send_newpts) { in demux_cdda_send_chunk()
97 this->send_newpts = this->seek_flag = 0; in demux_cdda_send_chunk()
153 this->send_newpts = 1; in demux_cdda_seek()
H A Ddemux_slave.c64 int send_newpts; member
128 this->send_newpts = 0; in demux_slave_next()
135 if( pts && this->send_newpts ) { in demux_slave_next()
137 this->send_newpts = 0; in demux_slave_next()
292 this->send_newpts = 1; in demux_slave_send_headers()
H A Ddemux_wav.c68 int send_newpts; member
195 if (this->send_newpts) { in demux_wav_send_chunk()
197 this->send_newpts = this->seek_flag = 0; in demux_wav_send_chunk()
299 this->send_newpts = 1; in demux_wav_seek()
H A Ddemux_pva.c64 int send_newpts; member
80 (this->send_newpts || (this->last_pts[video] && abs(diff)>WRAP_THRESHOLD) ) ) { in check_newpts()
84 this->send_newpts = 0; in check_newpts()
394 this->send_newpts = 1; in demux_pva_seek()
H A Ddemux_mpeg_pes.c93 uint8_t send_newpts:1; member
138 pts, this->send_newpts, this->buf_flag_seek); in check_newpts()
166 this->send_newpts = 0; in check_newpts()
177 if (this->send_newpts || this->buf_flag_seek) { in check_newpts()
179 this->send_newpts = 0; in check_newpts()
258 if( pts && (this->send_newpts || detect_pts_discontinuity(this, pts, video) ) ) { in check_newpts()
271 this->send_newpts = 0; in check_newpts()
484 this->send_newpts = 1; in demux_mpeg_pes_vdr_seek_0()
789 this->send_newpts = 0; in parse_private_stream_2()
1665 this->send_newpts = 1;
H A Ddemux_matroska.h111 int send_newpts; member
H A Ddemux_ts.c563 int send_newpts; member
897 pts, this->send_newpts, this->buf_flag_seek); in newpts_test()
927 this->send_newpts = 0; in newpts_test()
938 if (this->send_newpts || this->buf_flag_seek) { in newpts_test()
940 this->send_newpts = 0; in newpts_test()
952 pts, this->send_newpts, this->buf_flag_seek);
957 if (this->send_newpts || (this->last_pts[video] && (abs (diff) > WRAP_THRESHOLD))) {
964 this->send_newpts = 0;
2881 this->send_newpts = 1; in demux_ts_event_handler()
2971 this->send_newpts = 1; in demux_ts_send_headers()
[all …]
H A Ddemux_mpeg_block.c75 int send_newpts; member
141 if( pts && (this->send_newpts || (this->last_pts[video] && abs(diff)>WRAP_THRESHOLD) ) ) { in check_newpts()
154 this->send_newpts = 0; in check_newpts()
566 this->send_newpts = 0; in parse_private_stream_2()
1340 this->send_newpts = 1;
H A Ddemux_real.c181 int send_newpts; member
1229 if (this->send_newpts > video) { in check_newpts()
1231 this->send_newpts = video; in check_newpts()
1236 this->send_newpts = 0; in check_newpts()
1910 this->send_newpts = PTS_BOTH; in demux_real_send_headers()
2064 this->send_newpts = PTS_BOTH; in demux_real_seek()
2198 this->send_newpts = 0; in open_plugin()
H A Ddemux_mpeg.c69 int send_newpts; member
244 (this->send_newpts || (this->last_pts[video] && abs(diff)>WRAP_THRESHOLD) ) ) { in check_newpts()
252 this->send_newpts = 0; in check_newpts()
1189 this->send_newpts = 1; in demux_mpeg_seek()
H A Ddemux_flv.c102 int send_newpts; member
192 this->send_newpts = 0; in check_newpts()
199 this->send_newpts = 0; in check_newpts()
H A Ddemux_asf.c133 int send_newpts; member
683 if (pts && (this->send_newpts || (this->last_pts[video] && abs(diff) > WRAP_THRESHOLD))) { in check_newpts()
694 this->send_newpts = 0; in check_newpts()
1823 this->send_newpts = 1; in demux_asf_seek()
H A Ddemux_avi.c273 uint8_t send_newpts:1; member
346 if (this->send_newpts) { in check_newpts()
357 this->send_newpts = 0; in check_newpts()
2268 this->send_newpts = 1; in demux_avi_seek_internal()
H A Ddemux_matroska.c71 if (pts && (this->send_newpts || (track->last_pts && llabs(diff)>WRAP_THRESHOLD)) ) { in check_newpts()
83 this->send_newpts = 0; in check_newpts()
3176 this->send_newpts = 1; in demux_matroska_seek()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/ffmpeg/
H A Ddemux_avformat.c282 int send_newpts; member
298 if (this->seek_flag || this->send_newpts || (this->last_pts && llabs(diff) > WRAP_THRESHOLD)) { in check_newpts()
301 this->send_newpts = 0; in check_newpts()
684 this->send_newpts = 1; in demux_avformat_send_headers()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/
H A Dxine_ogg_demuxer.c160 uint8_t send_newpts:1; member
359 (this->send_newpts || (this->last_pts[video] && abs(diff)>WRAP_THRESHOLD) ) ) { in check_newpts()
370 this->send_newpts = 0; in check_newpts()
1785 this->send_newpts = 1; in demux_ogg_send_chunk()
1979 this->send_newpts = 1; in demux_ogg_seek()