Searched refs:low_delay (Results 26 - 42 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 Dh264_parser.c470 h->low_delay = 1;
H A Dh264_slice.c629 h->low_delay = h1->low_delay;
644 h->low_delay = h1->low_delay;
1222 c->low_delay = h->low_delay;
H A Dmpegvideo.c1023 s->low_delay = s1->low_delay;
2112 int *low_delay,
2203 *low_delay = 0; // needed to see the vectors without trashing the buffers
2400 p->qscale_table, p->motion_val, &s->low_delay,
3169 s->first_field, s->low_delay);
2110 ff_print_debug_info2(AVCodecContext *avctx, AVFrame *pict, uint8_t *mbskip_table, uint32_t *mbtype_table, int8_t *qscale_table, int16_t (*motion_val[2])[2], int *low_delay, int mb_width, int mb_height, int mb_stride, int quarter_sample) argument
H A Drv34.c1503 s->low_delay = 0;
1601 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
1646 if (s->low_delay==0 && s->next_picture_ptr) {
H A Dmpeg12enc.c334 put_bits(&s->pb, 1, s->low_delay);
H A Dratecontrol.c798 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay)
H A Dmpeg4videoenc.c1032 put_bits(&s->pb, 1, s->low_delay);
H A Dvc1dec.c5824 s->low_delay = 1;
5829 if (s->low_delay == 0 && s->next_picture_ptr) {
5983 s->low_delay = !avctx->has_b_frames || v->res_sprite;
6227 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh261dec.c87 s->low_delay= 1;
H A Dmpegvideo.h547 int low_delay; ///< no reordering needed / has no b-frames member in struct:MpegEncContext
549 int vol_control_parameters; ///< does the stream contain the low_delay flag, used to workaround buggy encoders
H A Dh264.c1115 s->low_delay= 1;
1144 s->low_delay = 0;
1438 s->low_delay = 0;
1444 s->low_delay= 0;
1505 s->low_delay = 0;
1506 } else if (s->low_delay &&
1509 s->low_delay = 0;
4052 s->low_delay = 1;
4056 avctx->has_b_frames= !s->low_delay;
H A Drv34.c1507 s->low_delay = 0;
1598 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
1629 if (s->low_delay==0 && s->next_picture_ptr) {
H A Dmpegvideo.c578 s->low_delay = s1->low_delay;
1620 s->low_delay = 0; // needed to see the vectors without trashing the buffers
2578 if(s->pict_type==AV_PICTURE_TYPE_B || s->low_delay || (s->avctx->slice_flags&SLICE_FLAG_CODED_ORDER))
H A Dmpeg12enc.c281 put_bits(&s->pb, 1, s->low_delay);
H A Dratecontrol.c702 if(s->pict_type == AV_PICTURE_TYPE_B || s->low_delay)
H A Dmpeg4videoenc.c970 put_bits(&s->pb, 1, s->low_delay);
H A Dvc1dec.c5324 if (s->low_delay == 0 && s->next_picture_ptr) {
5463 s->low_delay = !avctx->has_b_frames || v->res_sprite;
5636 if (s->pict_type == AV_PICTURE_TYPE_B || s->low_delay) {
5641 if (s->last_picture_ptr || s->low_delay) {

Completed in 319 milliseconds

12