Home
last modified time | relevance | path

Searched refs:seek_flag (Results 1 – 25 of 54) sorted by relevance

123

/dports/multimedia/libxine/xine-lib-1.2.11/src/demuxers/
H A Ddemux_yuv_frames.c59 int seek_flag; member
74 if (this->seek_flag) { in switch_buf()
75 this->seek_flag = 0; in switch_buf()
153 this->seek_flag = 1; in demux_yuv_frames_seek()
H A Ddemux_cdda.c64 int seek_flag; /* this is set when a seek just occurred */ member
96 _x_demux_control_newpts(this->stream, buf->pts, this->seek_flag); in demux_cdda_send_chunk()
97 this->send_newpts = this->seek_flag = 0; in demux_cdda_send_chunk()
155 this->seek_flag = BUF_FLAG_SEEK; in demux_cdda_seek()
H A Ddemux_str.c172 int seek_flag; member
356 if (this->seek_flag) { in demux_str_send_chunk()
358 this->seek_flag = 0; in demux_str_send_chunk()
402 if (this->seek_flag) { in demux_str_send_chunk()
404 this->seek_flag = 0; in demux_str_send_chunk()
515 this->seek_flag = 1; in demux_str_seek()
H A Ddemux_voc.c69 int seek_flag; /* this is set when a seek just occurred */ member
153 if (this->seek_flag) { in demux_voc_send_chunk()
155 this->seek_flag = 0; in demux_voc_send_chunk()
238 this->seek_flag = 1; in demux_voc_seek()
H A Ddemux_mod.c79 int seek_flag; /* this is set when a seek just occurred */ member
204 if (this->seek_flag) { in demux_mod_send_chunk()
206 this->seek_flag = 0; in demux_mod_send_chunk()
273 this->seek_flag = 1; in demux_mod_seek()
H A Ddemux_snd.c68 int seek_flag; /* this is set when a seek just occurred */ member
180 if (this->seek_flag) { in demux_snd_send_chunk()
182 this->seek_flag = 0; in demux_snd_send_chunk()
265 this->seek_flag = 1; in demux_snd_seek()
H A Ddemux_ivf.c55 int seek_flag; member
88 if (this->seek_flag) { in demux_ivf_send_chunk()
90 this->seek_flag = 0; in demux_ivf_send_chunk()
209 this->seek_flag = 1; in demux_ivf_seek()
H A Ddemux_aiff.c77 int seek_flag; /* this is set when a seek just occurred */ member
221 if (this->seek_flag) { in demux_aiff_send_chunk()
223 this->seek_flag = 0; in demux_aiff_send_chunk()
311 this->seek_flag = 1; in demux_aiff_seek()
H A Ddemux_ac3.c68 int seek_flag; member
276 if (this->seek_flag) { in demux_ac3_send_chunk()
278 this->seek_flag = 0; in demux_ac3_send_chunk()
350 this->seek_flag = 1; in demux_ac3_seek()
H A Ddemux_dts.c64 int seek_flag; member
264 if (this->seek_flag) { in demux_dts_send_chunk()
266 this->seek_flag = 0; in demux_dts_send_chunk()
352 this->seek_flag = 1; in demux_dts_seek()
H A Ddemux_yuv4mpeg2.c80 int seek_flag; member
264 if (this->seek_flag) { in demux_yuv4mpeg2_send_chunk()
266 this->seek_flag = 0; in demux_yuv4mpeg2_send_chunk()
362 this->seek_flag = 1; in demux_yuv4mpeg2_seek()
H A Ddemux_wav.c69 int seek_flag; /* this is set when a seek just occurred */ member
196 _x_demux_control_newpts(this->stream, current_pts, this->seek_flag); in demux_wav_send_chunk()
197 this->send_newpts = this->seek_flag = 0; in demux_wav_send_chunk()
301 this->seek_flag = 1; in demux_wav_seek()
H A Ddemux_realaudio.c62 uint8_t seek_flag:1; /* this is set when a seek just occurred */ member
249 if (this->seek_flag) { in demux_ra_send_chunk()
251 this->seek_flag = 0; in demux_ra_send_chunk()
335 this->seek_flag = 1; in demux_ra_seek()
H A Ddemux_flac.c96 int seek_flag; member
628 if (this->seek_flag) { in demux_flac_send_chunk()
630 this->seek_flag = 0; in demux_flac_send_chunk()
661 } else if (!this->seek_flag) { in demux_flac_send_chunk()
792 this->seek_flag = 1; in demux_flac_seek()
815 this->seek_flag = 1; in demux_flac_seek()
913 this->seek_flag = 0; in open_plugin()
H A Ddemux_wc3movie.c92 int seek_flag; /* this is set when a seek occurs */ member
163 if (this->seek_flag) { in demux_mve_send_chunk()
167 this->seek_flag = 0; in demux_mve_send_chunk()
543 this->seek_flag = 1; in demux_mve_seek()
/dports/multimedia/lives/lives-3.2.0/lives-plugins/plugins/decoders/
H A Davformat_decoder.c121 cdata->seek_flag = LIVES_SEEK_FAST | LIVES_SEEK_FAST_REV; in get_real_last_frame()
210 cdata->seek_flag = LIVES_SEEK_NEEDS_CALCULATION; in get_real_last_frame()
282 cdata->seek_flag |= LIVES_SEEK_NEEDS_CALCULATION; in get_real_last_frame()
802 cdata->seek_flag = LIVES_SEEK_FAST | LIVES_SEEK_FAST_REV; in init_cdata()
908 if (cdata->seek_flag == 0 || (cdata->seek_flag & LIVES_SEEK_FAST) != 0) { in get_clip_data()
1078 if (cdata->seek_flag & LIVES_SEEK_FAST) jump_limit = JUMP_FRAMES_FAST; in get_frame()
1158 if (!(cdata->seek_flag & LIVES_SEEK_FAST_REV) in get_frame()
1300 if (rev)((lives_clip_data_t *)cdata)->seek_flag &= ~LIVES_SEEK_FAST_REV; in get_frame()
1303 ((lives_clip_data_t *)cdata)->seek_flag &= ~LIVES_SEEK_FAST; in get_frame()
1307 if (rev)((lives_clip_data_t *)cdata)->seek_flag |= LIVES_SEEK_FAST_REV; in get_frame()
[all …]
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/
H A Dflac_demuxer.c77 int seek_flag; member
367 if (this->seek_flag) { in demux_flac_send_chunk()
373 this->seek_flag = 0; in demux_flac_send_chunk()
537 this->seek_flag = 1; in demux_flac_seek()
629 this->seek_flag = 0; in open_plugin()
/dports/multimedia/QtAV/QtAV-1.13.0/src/
H A DAVDemuxer.cpp587 int seek_flag = (backward ? AVSEEK_FLAG_BACKWARD : 0); in getFFmpegInputFormats() local
589 seek_flag = AVSEEK_FLAG_BACKWARD; in getFFmpegInputFormats()
592 seek_flag |= AVSEEK_FLAG_ANY; in getFFmpegInputFormats()
596 int ret = av_seek_frame(d->format_ctx, -1, upos, seek_flag); in getFFmpegInputFormats()
599 if (ret < 0 && (seek_flag & AVSEEK_FLAG_BACKWARD)) { in getFFmpegInputFormats()
602 seek_flag &= ~AVSEEK_FLAG_BACKWARD; in getFFmpegInputFormats()
603 ret = av_seek_frame(d->format_ctx, -1, upos, seek_flag); in getFFmpegInputFormats()
/dports/multimedia/libxine/xine-lib-1.2.11/src/combined/ffmpeg/
H A Ddemux_avformat.c283 int seek_flag; member
298 if (this->seek_flag || this->send_newpts || (this->last_pts && llabs(diff) > WRAP_THRESHOLD)) { in check_newpts()
300 _x_demux_control_newpts(this->stream, pts, this->seek_flag); in check_newpts()
302 this->seek_flag = 0; in check_newpts()
729 this->seek_flag = BUF_FLAG_SEEK; in demux_avformat_seek()
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/filters/
H A Disoffin_read_ch.c52 ch->seek_flag = 0; in isor_reset_reader()
161 ch->seek_flag = 0; in init_reader()
172 ch->seek_flag = 1; in init_reader()
417 ch->seek_flag = 0; in isor_reader_get_sample()
420 ch->seek_flag = 1; in isor_reader_get_sample()
H A Disoffin.h177 u32 seek_flag; member
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/filters/
H A Disoffin_read_ch.c52 ch->seek_flag = 0; in isor_reset_reader()
161 ch->seek_flag = 0; in init_reader()
172 ch->seek_flag = 1; in init_reader()
417 ch->seek_flag = 0; in isor_reader_get_sample()
420 ch->seek_flag = 1; in isor_reader_get_sample()
H A Disoffin.h177 u32 seek_flag; member
/dports/net/xrdp-devel/xrdp-0.9.16/xrdpvr/
H A Dxrdpvr.c544 int seek_flag; in xrdpvr_seek_media() local
551 seek_flag = (backward) ? AVSEEK_FLAG_BACKWARD : 0; in xrdpvr_seek_media()
559 seek_flag) < 0) in xrdpvr_seek_media()
/dports/x11-drivers/xorgxrdp/xrdp-0.9.17/xrdpvr/
H A Dxrdpvr.c546 int seek_flag; in xrdpvr_seek_media() local
553 seek_flag = (backward) ? AVSEEK_FLAG_BACKWARD : 0; in xrdpvr_seek_media()
561 seek_flag) < 0) in xrdpvr_seek_media()

123