Home
last modified time | relevance | path

Searched refs:restart_count (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_bad/tests/check/elements/
Dwasapi2.c34 guint restart_count; member
63 data->restart_count++; in restart_pipeline()
82 if (data->restart_count < 2) { in handle_handoff()
84 data->restart_count); in handle_handoff()
131 fail_unless (data.restart_count == 2); in wasapi2src_reuse()
Dwasapi.c33 guint restart_count; member
62 data->restart_count++; in restart_pipeline()
81 if (data->restart_count < 2) { in handle_handoff()
83 data->restart_count); in handle_handoff()
130 fail_unless (data.restart_count == 2); in wasapisrc_reuse()
/third_party/ffmpeg/libavcodec/
Dmjpegdec.c1036 s->restart_count--; in handle_rstn()
1037 if(s->restart_count == 0 && s->avctx->codec_id == AV_CODEC_ID_THP){ in handle_rstn()
1045 if (s->restart_count == 0) { in handle_rstn()
1087 s->restart_count = s->restart_interval; in ljpeg_decode_rgb_scan()
1128 if (s->restart_interval && !s->restart_count){ in ljpeg_decode_rgb_scan()
1129 s->restart_count = s->restart_interval; in ljpeg_decode_rgb_scan()
1161 if (s->restart_interval && !--s->restart_count) { in ljpeg_decode_rgb_scan()
1250 if (s->restart_interval && !s->restart_count){ in ljpeg_decode_yuv_scan()
1251 s->restart_count = s->restart_interval; in ljpeg_decode_yuv_scan()
1376 if (s->restart_interval && !--s->restart_count) { in ljpeg_decode_yuv_scan()
[all …]
Dmjpegdec.h124 int restart_count; member
Dmjpegbdec.c64 s->restart_count = 0; in mjpegb_decode_frame()
Djpeglsdec.c426 if (s->restart_interval && !--s->restart_count) { in ff_jpegls_decode_picture()
447 if (s->restart_interval && !--s->restart_count) { in ff_jpegls_decode_picture()
/third_party/boost/boost/regex/v4/
Dregbase.hpp117 restart_count = 7 enumerator
/third_party/gstreamer/gstplugins_good/gst/rtp/
Dgstrtpjpegpay.c226 guint16 restart_count; member
648 dri->restart_count = g_htons (0xFFFF); in gst_rtp_jpeg_pay_read_dri()