Home
last modified time | relevance | path

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

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_yuv_frames.c48 #define WRAP_THRESHOLD 20000 macro
77 } else if (llabs(this->last_pts - buf->pts) > WRAP_THRESHOLD) { in switch_buf()
H A Ddemux_matroska.h47 #define WRAP_THRESHOLD 90000 macro
H A Ddemux_pva.c50 #define WRAP_THRESHOLD 120000 macro
80 (this->send_newpts || (this->last_pts[video] && abs(diff)>WRAP_THRESHOLD) ) ) { in check_newpts()
H A Ddemux_mpeg_pes.c53 #define WRAP_THRESHOLD 270000 macro
151 if (ts_abs (diff) <= WRAP_THRESHOLD) { in check_newpts()
157 if (ts_abs (diff) <= WRAP_THRESHOLD) { in check_newpts()
164 this->bounce_left = WRAP_THRESHOLD; in check_newpts()
212 if (this->last_pts[video] && abs(diff)>WRAP_THRESHOLD) in detect_pts_discontinuity()
H A Ddemux_ts.c308 #define WRAP_THRESHOLD 360000 macro
912 if (ts_abs (diff) <= WRAP_THRESHOLD) { in newpts_test()
918 if (ts_abs (diff) <= WRAP_THRESHOLD) { in newpts_test()
925 this->bounce_left = WRAP_THRESHOLD; in newpts_test()
957 if (this->send_newpts || (this->last_pts[video] && (abs (diff) > WRAP_THRESHOLD))) {
H A Ddemux_flv.c182 #define WRAP_THRESHOLD 220000 macro
196 if (pts && this->last_pts[video] && abs (diff) > WRAP_THRESHOLD) { in check_newpts()
H A Ddemux_mpeg.c51 #define WRAP_THRESHOLD 120000 macro
244 (this->send_newpts || (this->last_pts[video] && abs(diff)>WRAP_THRESHOLD) ) ) { in check_newpts()
H A Ddemux_mpeg_block.c49 #define WRAP_THRESHOLD 120000 macro
141 if( pts && (this->send_newpts || (this->last_pts[video] && abs(diff)>WRAP_THRESHOLD) ) ) { in check_newpts()
H A Ddemux_asf.c62 #define WRAP_THRESHOLD 20*90000 macro
683 if (pts && (this->send_newpts || (this->last_pts[video] && abs(diff) > WRAP_THRESHOLD))) { in check_newpts()
H A Ddemux_real.c1214 #define WRAP_THRESHOLD 220000 macro
1234 } else if (pts && (this->last_pts[video]) && (abs (diff) > WRAP_THRESHOLD)) { in check_newpts()
H A Ddemux_avi.c326 #define WRAP_THRESHOLD 90000 macro
H A Ddemux_matroska.c71 if (pts && (this->send_newpts || (track->last_pts && llabs(diff)>WRAP_THRESHOLD)) ) { in check_newpts()
/dports/math/R/R-4.1.2/src/main/
H A Dduplicate.c576 #define WRAP_THRESHOLD 64 macro
579 if (isVector(x) && XLENGTH(x) >= WRAP_THRESHOLD) {
/dports/math/libRmath/R-4.1.1/src/main/
H A Dduplicate.c576 #define WRAP_THRESHOLD 64 macro
579 if (isVector(x) && XLENGTH(x) >= WRAP_THRESHOLD) {
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/ffmpeg/
H A Ddemux_avformat.c293 #define WRAP_THRESHOLD 360000 macro
298 if (this->seek_flag || this->send_newpts || (this->last_pts && llabs(diff) > WRAP_THRESHOLD)) { in check_newpts()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/
H A Dxine_ogg_demuxer.c90 #define WRAP_THRESHOLD 900000 macro
359 (this->send_newpts || (this->last_pts[video] && abs(diff)>WRAP_THRESHOLD) ) ) { in check_newpts()