Searched refs:key_frame (Results 201 - 225 of 276) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dpngenc.c247 p->key_frame= 1;
H A Dproresdec.c114 ctx->picture.key_frame = 1;
H A Dtiffenc.c231 p->key_frame = 1;
H A Davcodec.h1022 int key_frame; member in struct:AVFrame
4461 int key_frame; member in struct:AVCodecParserContext
H A Dtruemotion2.c857 p->key_frame = tm2_decode_blocks(l, p);
858 if(p->key_frame)
H A Dh264.c1288 * MPV_frame_start uses pict_type to derive key_frame.
1293 s->current_picture_ptr->f.key_frame = 0;
1459 * A "display group" can start either with a IDR frame (f.key_frame = 1),
1473 if (!h->mmco_reset && !cur->f.key_frame && cnt + invalid == MAX_DELAYED_PIC_COUNT && cnt > 0) {
1478 if (h->mmco_reset || cur->f.key_frame) {
1487 !h->delayed_pic[i-1]->mmco_reset && !h->delayed_pic[i]->f.key_frame; i++)
1494 if (s->avctx->has_b_frames == 0 && (h->delayed_pic[0]->f.key_frame || h->mmco_reset))
1496 out_of_order = !out->f.key_frame && !h->mmco_reset && (out->poc < h->next_outputed_poc);
1532 if (out_idx == 0 && pics > 1 && h->delayed_pic[0]->f.key_frame) {
3969 s->current_picture_ptr->f.key_frame |
[all...]
H A Ddv.c1079 s->picture.key_frame = 1;
1248 s->picture.key_frame = 1;
H A Dutils.c613 pic->key_frame= 1;
1040 avctx->coded_frame->key_frame = !!(pkt.flags & AV_PKT_FLAG_KEY);
H A D4xm.c839 p->key_frame= p->pict_type == AV_PICTURE_TYPE_I;
H A Dadpcmenc.c139 avctx->coded_frame->key_frame= 1;
H A Dh263dec.c601 s->current_picture.f.key_frame = s->pict_type == AV_PICTURE_TYPE_I;
H A Dlibx264.c176 x4->out_pic.key_frame = pic_out.b_keyframe;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvsrc_testsrc.c137 picref->video->key_frame = 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dpngenc.c480 avctx->coded_frame->key_frame = 1;
H A Dproresenc_anatoliy.c596 avctx->coded_frame->key_frame = 1;
H A Dtiffenc.c503 avctx->coded_frame->key_frame = 1;
H A Dutvideodec.c459 frame.f->key_frame = 1;
H A Dutvideoenc.c624 avctx->coded_frame->key_frame = 1;
H A Dsnow.c677 if(i && s->last_picture[i-1]->key_frame)
688 s->current_picture->key_frame= s->keyframe;
H A Dtruemotion2.c914 p->key_frame = tm2_decode_blocks(l, p);
915 if (p->key_frame)
H A D4xm.c945 picture->key_frame = picture->pict_type == AV_PICTURE_TYPE_I;
H A Ddvenc.c701 c->coded_frame->key_frame = 1;
H A Ddxtory.c742 pic->key_frame = 1;
H A Dg2meet.c851 pic->key_frame = got_header;
H A Dh263dec.c543 s->current_picture.f->key_frame = s->pict_type == AV_PICTURE_TYPE_I;

Completed in 227 milliseconds

1234567891011>>