Searched refs:broken_link (Results 1 - 11 of 11) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/dvb/dvb-core/
H A Ddvb_filter.h183 int broken_link; member in struct:mpg_picture
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dvc1.h394 uint8_t broken_link; ///< Broken link flag (BROKEN_LINK syntax element) member in struct:VC1Context
H A Dvaapi_vc1.c181 pic_param->entrypoint_fields.bits.broken_link = v->broken_link;
H A Dmpegvideo.h608 int broken_link; ///< no_output_of_prior_pics_flag member in struct:MpegEncContext
H A Dh264_refs.c663 s->broken_link= get_bits1(gb) -1;
H A Dvc1.c532 v->broken_link = get_bits1(gb);
569 v->broken_link, v->closed_entry, v->panscanflag, v->refdist_flag, v->s.loop_filter,
H A Dmpeg12.c2101 int broken_link; local
2114 /*broken_link indicate that after editing the
2117 broken_link = get_bits1(&s->gb);
2120 av_log(s->avctx, AV_LOG_DEBUG, "GOP (%2d:%02d:%02d.[%02d]) closed_gop=%d broken_link=%d\n",
2122 time_code_pictures, s1->closed_gop, broken_link);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvc1.h411 uint8_t broken_link; ///< Broken link flag (BROKEN_LINK syntax element) member in struct:VC1Context
H A Dvaapi_vc1.c181 pic_param->entrypoint_fields.bits.broken_link = v->broken_link;
H A Dvc1.c527 v->broken_link = get_bits1(gb);
574 v->broken_link, v->closed_entry, v->panscanflag, v->refdist_flag, v->s.loop_filter,
H A Dmpeg12dec.c2328 int broken_link; local
2336 /* broken_link indicate that after editing the
2339 broken_link = get_bits1(&s->gb);
2345 "GOP (%s) closed_gop=%d broken_link=%d\n",
2346 tcbuf, s->closed_gop, broken_link);

Completed in 377 milliseconds