Searched refs:low_delay (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmpegutils.c33 int first_field, int low_delay)
54 if (cur->pict_type == AV_PICTURE_TYPE_B || low_delay ||
30 ff_draw_horiz_band(AVCodecContext *avctx, AVFrame *cur, AVFrame *last, int y, int h, int picture_structure, int first_field, int low_delay) argument
H A Dmpegutils.h125 int low_delay);
H A Dcavs.h174 int low_delay; member in struct:AVSContext
H A Dcavsdec.c992 /* old sample clips were all progressive and no low_delay,
994 if (h->low_delay || !(show_bits(&h->gb, 9) & 1))
1035 if (h->low_delay)
1147 h->low_delay = get_bits1(&h->gb);
1177 if (!h->low_delay && h->DPB[0].f->data[0]) {
1217 if (h->DPB[!h->low_delay].f->data[0]) {
1218 if ((ret = av_frame_ref(data, h->DPB[!h->low_delay].f)) < 0)
H A Drv10.c328 if (s->low_delay && s->pict_type == AV_PICTURE_TYPE_B) {
456 av_assert0(s->pict_type != AV_PICTURE_TYPE_B || !s->low_delay);
494 s->low_delay = 1;
502 s->low_delay = 0;
765 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
777 if (s->last_picture_ptr || s->low_delay) {
H A Dh263dec.c61 s->low_delay = 1;
402 if (s->low_delay == 0 && s->next_picture_ptr) {
509 avctx->has_b_frames = !s->low_delay;
653 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
665 if (s->last_picture_ptr || s->low_delay) {
H A Dmpegvideo_enc.c693 s->low_delay = !!(s->flags & CODEC_FLAG_LOW_DELAY);
694 avctx->delay = s->low_delay ? 0 : (s->max_b_frames + 1);
698 s->low_delay = !!(s->flags & CODEC_FLAG_LOW_DELAY);
699 avctx->delay = s->low_delay ? 0 : (s->max_b_frames + 1);
710 s->low_delay = 1;
724 s->low_delay = 1;
740 s->low_delay = 1;
754 s->low_delay = 1;
762 s->low_delay = 1;
767 s->low_delay
[all...]
H A Dsvq3.c979 h->low_delay = get_bits1(&gb);
990 avctx->has_b_frames = !h->low_delay;
1135 if (s->next_pic->f.data[0] && !h->low_delay && !s->last_frame_output) {
1304 if (h->pict_type != AV_PICTURE_TYPE_B && !h->low_delay)
1312 h->low_delay);
1327 if (h->pict_type == AV_PICTURE_TYPE_B || h->low_delay)
1335 if (s->last_pic->f.data[0] || h->low_delay)
H A Dh264.c122 if (cur->pict_type == AV_PICTURE_TYPE_B || h->low_delay ||
667 h->low_delay = 1;
708 h->low_delay = 0;
894 h->low_delay = 0;
900 h->low_delay = 0;
925 h->low_delay = 0;
1237 h->low_delay = 1;
1241 h->avctx->has_b_frames = !h->low_delay;
1932 &h->low_delay,
H A Dmpegvideo.h542 int low_delay; ///< no reordering needed / has no b-frames member in struct:MpegEncContext
544 int vol_control_parameters; ///< does the stream contain the low_delay flag, used to workaround buggy encoders
754 int *low_delay,
H A Dmpeg12dec.c1165 if (!(s->pict_type == AV_PICTURE_TYPE_B || s->low_delay))
1294 /* low_delay may be forced, in this case we will have B-frames
1296 avctx->has_b_frames = !s->low_delay;
1440 s->low_delay = get_bits1(&s->gb);
1442 s->low_delay = 1;
2040 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
2141 s->low_delay = 1;
2165 s->low_delay = 1;
2389 if (s2->last_picture_ptr || s2->low_delay)
2693 if (s2->low_delay
[all...]
H A Dmpeg4videodec.c1731 s->low_delay = get_bits1(gb);
1749 s->low_delay = 0;
2230 if (s->pict_type == AV_PICTURE_TYPE_B && s->low_delay &&
2232 av_log(s->avctx, AV_LOG_ERROR, "low_delay flag incorrectly, clearing it\n");
2233 s->low_delay = 0;
2470 /* detect buggy encoders which don't set the low_delay flag
2476 "looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag\n");
2477 s->low_delay = 1;
2609 s->low_delay = 1;
2610 s->avctx->has_b_frames = !s->low_delay;
[all...]
H A Ddiracdec.c152 int low_delay; /* use the low delay syntax */ member in struct:DiracContext
1002 if (!s->low_delay) {
1593 if (s->low_delay) {
1611 if (!s->zero_res && !s->low_delay)
1870 s->low_delay = (parse_code & 0x88) == 0x88; /* [DIRAC_STD] is_low_delay() */
H A Dhevc_ps.c303 int low_delay = 0; local
313 low_delay = get_bits1(gb);
315 if (!low_delay)
H A Dh261dec.c84 s->low_delay = 1;
H A Dh264.h368 int low_delay; member in struct:H264Context
/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.h181 int low_delay; member in struct:mpg_picture
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh263dec.c60 s->low_delay= 1;
357 if (s->low_delay==0 && s->next_picture_ptr) {
442 avctx->has_b_frames= !s->low_delay;
453 && s->padding_bug_score > 0 && s->low_delay) // XVID with modified fourcc
726 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
732 if(s->last_picture_ptr || s->low_delay){
H A Drv10.c419 assert(s->pict_type != AV_PICTURE_TYPE_B || !s->low_delay);
452 s->low_delay = 1;
460 s->low_delay = 0;
695 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
701 if(s->last_picture_ptr || s->low_delay){
H A Dsvq3.c882 s->low_delay = get_bits1(&gb);
892 avctx->has_b_frames = !s->low_delay;
957 if (s->next_picture_ptr && !s->low_delay) {
1066 if (s->pict_type != AV_PICTURE_TYPE_B && !s->low_delay) {
1077 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
1084 if (s->last_picture_ptr || s->low_delay) {
H A Dcavsdec.c491 /* old sample clips were all progressive and no low_delay,
493 if (s->low_delay || !(show_bits(&s->gb,9) & 1))
525 if(s->low_delay)
633 s->low_delay = get_bits1(&s->gb);
665 if (!s->low_delay && h->DPB[0].f.data[0]) {
H A Dmpegvideo_enc.c662 s->low_delay = !!(s->flags & CODEC_FLAG_LOW_DELAY);
663 avctx->delay = s->low_delay ? 0 : (s->max_b_frames + 1);
667 s->low_delay = !!(s->flags & CODEC_FLAG_LOW_DELAY);
668 avctx->delay = s->low_delay ? 0 : (s->max_b_frames + 1);
692 s->low_delay = 1;
706 s->low_delay = 1;
722 s->low_delay = 1;
744 s->low_delay = 1;
752 s->low_delay = 1;
757 s->low_delay
[all...]
H A Dh264_parser.c260 h->s.low_delay = 1;
H A Dmpeg12.c1155 if (!(s->pict_type == AV_PICTURE_TYPE_B || s->low_delay))
1236 /* low_delay may be forced, in this case we will have B-frames
1238 avctx->has_b_frames = !s->low_delay;
1376 s->low_delay = get_bits1(&s->gb);
1378 s->low_delay = 1;
1917 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
2007 s->low_delay = 1;
2030 s->low_delay = 1;
2205 if (s2->low_delay == 0 && s2->next_picture_ptr) {
2265 if (s2->last_picture_ptr || s2->low_delay) //FIXM
[all...]
H A Dmpeg4videodec.c1545 s->low_delay= get_bits1(gb);
1562 s->low_delay=0;
1888 if(s->pict_type==AV_PICTURE_TYPE_B && s->low_delay && s->vol_control_parameters==0 && !(s->flags & CODEC_FLAG_LOW_DELAY)){
1889 av_log(s->avctx, AV_LOG_ERROR, "low_delay flag incorrectly, clearing it\n");
1890 s->low_delay=0;
2077 /* detect buggy encoders which don't set the low_delay flag (divx4/xvid/opendivx)*/
2080 av_log(s->avctx, AV_LOG_WARNING, "looks like this file was encoded with (divx4/(old)xvid/opendivx) -> forcing low_delay flag\n");
2081 s->low_delay=1;
2186 s->low_delay=1;
2187 s->avctx->has_b_frames= !s->low_delay;
[all...]

Completed in 215 milliseconds

12