Home
last modified time | relevance | path

Searched refs:seq_offset (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Dgstmpegvideoparse.c187 mpvparse->seq_offset = -1; in gst_mpegv_parse_reset_frame()
273 if (mpvparse->seq_offset < 4) { in gst_mpegv_parse_process_config()
281 packet.offset = mpvparse->seq_offset; in gst_mpegv_parse_process_config()
282 packet.size = size - mpvparse->seq_offset; in gst_mpegv_parse_process_config()
300 size, mpvparse->seq_offset); in gst_mpegv_parse_process_config()
583 if (mpvparse->seq_offset < 0) in gst_mpegv_parse_process_sc()
584 mpvparse->seq_offset = off; in gst_mpegv_parse_process_sc()
589 if (mpvparse->seq_offset >= 0) in gst_mpegv_parse_process_sc()
630 if (checkconfig && mpvparse->seq_offset >= 0 && off != mpvparse->seq_offset && in gst_mpegv_parse_process_sc()
633 g_assert (mpvparse->seq_offset <= 4); in gst_mpegv_parse_process_sc()
[all …]
Dgstmpegvideoparse.h65 gint seq_offset; member
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Drtpjitterbuffer.c2111 guint seq_offset = test_input->seqnum_offset; in GST_START_TEST() local
2122 0 + seq_offset, 0 * TEST_RTP_TS_DURATION))); in GST_START_TEST()
2133 4 + seq_offset, 4 * TEST_RTP_TS_DURATION))); in GST_START_TEST()
2147 late_buffer + seq_offset, late_buffer * TEST_RTP_TS_DURATION))); in GST_START_TEST()
2151 verify_lost_event (h, 1 + seq_offset, 1 * TEST_BUF_DURATION, in GST_START_TEST()
2156 verify_lost_event (h, 3 + seq_offset, 3 * TEST_BUF_DURATION, in GST_START_TEST()
2161 fail_unless_equals_int ((4 + seq_offset) & 0xffff, get_rtp_seq_num (buffer)); in GST_START_TEST()
/third_party/ffmpeg/libavcodec/
Dmlpenc.c161 unsigned int seq_offset[MAJOR_HEADER_INTERVAL]; member
694 ctx->seq_offset[index] = sum; in mlp_encode_init()
2096 … (ctx->seq_offset[ctx->restart_intervals - 1])*(ctx->avctx->channels); in set_major_params()
2100 … (ctx->seq_offset[ctx->restart_intervals - 1])*(ctx->avctx->channels); in set_major_params()
2322 (ctx->seq_offset[seq_index])*(ctx->avctx->channels); in mlp_encode_frame()
2326 (ctx->seq_offset[seq_index])*(ctx->num_substreams); in mlp_encode_frame()
/third_party/gstreamer/gstplugins_bad/
DChangeLog91888 (btw: seq_offset usage throughout this plugin is really dodgy)