Searched refs:lost_sync (Results 1 – 10 of 10) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/resindvd/ |
D | gstpesfilter.c | 134 goto lost_sync; in gst_pes_filter_parse() 248 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse() 258 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse() 259 READ_TS (data, filter->dts, lost_sync); in gst_pes_filter_parse() 283 goto lost_sync; in gst_pes_filter_parse() 311 goto lost_sync; in gst_pes_filter_parse() 318 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse() 325 READ_TS (data, filter->dts, lost_sync); in gst_pes_filter_parse() 456 goto lost_sync; in gst_pes_filter_parse() 531 lost_sync: in gst_pes_filter_parse()
|
D | gstmpegdemux.c | 1337 goto lost_sync; in gst_flups_demux_parse_pack_start() 1346 goto lost_sync; in gst_flups_demux_parse_pack_start() 1364 goto lost_sync; in gst_flups_demux_parse_pack_start() 1375 goto lost_sync; in gst_flups_demux_parse_pack_start() 1383 goto lost_sync; in gst_flups_demux_parse_pack_start() 1386 goto lost_sync; in gst_flups_demux_parse_pack_start() 1523 lost_sync: in gst_flups_demux_parse_pack_start()
|
/third_party/gstreamer/gstplugins_bad/gst/mpegdemux/ |
D | gstpesfilter.c | 134 goto lost_sync; in gst_pes_filter_parse() 248 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse() 258 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse() 259 READ_TS (data, filter->dts, lost_sync); in gst_pes_filter_parse() 283 goto lost_sync; in gst_pes_filter_parse() 311 goto lost_sync; in gst_pes_filter_parse() 318 READ_TS (data, filter->pts, lost_sync); in gst_pes_filter_parse() 325 READ_TS (data, filter->dts, lost_sync); in gst_pes_filter_parse() 456 goto lost_sync; in gst_pes_filter_parse() 531 lost_sync: in gst_pes_filter_parse()
|
D | gstmpegdemux.c | 1740 goto lost_sync; in gst_ps_demux_parse_pack_start() 1749 goto lost_sync; in gst_ps_demux_parse_pack_start() 1767 goto lost_sync; in gst_ps_demux_parse_pack_start() 1778 goto lost_sync; in gst_ps_demux_parse_pack_start() 1786 goto lost_sync; in gst_ps_demux_parse_pack_start() 1789 goto lost_sync; in gst_ps_demux_parse_pack_start() 1946 lost_sync: in gst_ps_demux_parse_pack_start()
|
/third_party/ffmpeg/libavcodec/ |
D | mlp_parser.c | 120 goto lost_sync; in mlp_parse() 157 goto lost_sync; in mlp_parse() 165 goto lost_sync; in mlp_parse() 206 lost_sync: in mlp_parse()
|
/third_party/gstreamer/gstplugins_good/gst/audioparsers/ |
D | gstwavpackparse.c | 456 gboolean lost_sync, draining, final; in gst_wavpack_parse_handle_frame() local 498 lost_sync = GST_BASE_PARSE_LOST_SYNC (parse); in gst_wavpack_parse_handle_frame() 501 while (!(final = (wph.flags & FLAG_FINAL_BLOCK)) || (lost_sync && !draining)) { in gst_wavpack_parse_handle_frame() 505 "lost_sync: %d, draining: %d, final: %d", lost_sync, draining, final); in gst_wavpack_parse_handle_frame() 540 lost_sync = FALSE; in gst_wavpack_parse_handle_frame()
|
D | gstmpegaudioparse.c | 615 gboolean lost_sync, draining, valid, caps_change; in gst_mpeg_audio_parse_handle_frame() local 655 lost_sync = GST_BASE_PARSE_LOST_SYNC (parse); in gst_mpeg_audio_parse_handle_frame() 658 if (G_UNLIKELY (lost_sync)) in gst_mpeg_audio_parse_handle_frame() 673 if (lost_sync || mp3parse->freerate == 0) { in gst_mpeg_audio_parse_handle_frame() 696 if (!draining && (lost_sync || caps_change)) { in gst_mpeg_audio_parse_handle_frame() 709 } else if (draining && lost_sync && caps_change && mp3parse->rate > 0) { in gst_mpeg_audio_parse_handle_frame()
|
D | gstac3parse.c | 503 gboolean lost_sync, draining, eac, more = FALSE; in gst_ac3_parse_handle_frame() local 556 lost_sync = GST_BASE_PARSE_LOST_SYNC (parse); in gst_ac3_parse_handle_frame() 599 if (lost_sync && !draining) { in gst_ac3_parse_handle_frame()
|
D | gstaacparse.c | 1298 gboolean lost_sync; in gst_aac_parse_handle_frame() local 1309 lost_sync = GST_BASE_PARSE_LOST_SYNC (parse); in gst_aac_parse_handle_frame() 1317 } else if (aacparse->header_type == DSPAAC_HEADER_NOT_PARSED || lost_sync) { in gst_aac_parse_handle_frame()
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 133115 Current fallback to lost_sync seems to impede a delay to restore
|