Home
last modified time | relevance | path

Searched refs:repeat_pict (Results 1 - 20 of 20) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dmpegvideo_parser.c121 s->repeat_pict = 0; in mpegvideo_extract_headers()
190 s->repeat_pict = 1; in mpegvideo_extract_headers()
194 s->repeat_pict = 5; in mpegvideo_extract_headers()
196 s->repeat_pict = 3; in mpegvideo_extract_headers()
198 s->repeat_pict = 2; in mpegvideo_extract_headers()
280 ff_dlog(NULL, "pict_type=%d frame_rate=%0.3f repeat_pict=%d\n", in mpegvideo_parse()
281 s->pict_type, av_q2d(avctx->framerate), s->repeat_pict); in mpegvideo_parse()
H A Dvc1_parser.c94 s->repeat_pict = 1; in vc1_extract_header()
99 s->repeat_pict = 2; in vc1_extract_header()
102 s->repeat_pict = vpc->v.rptfrm * 2 + 1; in vc1_extract_header()
105 s->repeat_pict = 0; in vc1_extract_header()
H A Dh264_parser.c498 s->repeat_pict = 0; in parse_nal_units()
503 s->repeat_pict = 1; in parse_nal_units()
507 s->repeat_pict = 2; in parse_nal_units()
510 s->repeat_pict = 3; in parse_nal_units()
513 s->repeat_pict = 5; in parse_nal_units()
516 s->repeat_pict = p->picture_structure == PICT_FRAME ? 1 : 0; in parse_nal_units()
520 s->repeat_pict = p->picture_structure == PICT_FRAME ? 1 : 0; in parse_nal_units()
H A Dhevc_parser.c241 s->repeat_pict = 1; in parse_nal_units()
243 s->repeat_pict = 2; in parse_nal_units()
H A Davcodec.h2803 * frame_duration = (1 + repeat_pict) * time_base
2807 int repeat_pict; /* XXX: Put it back in AVCodecContext. */ member
H A Dvc1dec.c887 s->current_picture_ptr->f->repeat_pict = 0; in vc1_decode_frame()
892 s->current_picture_ptr->f->repeat_pict = 1; in vc1_decode_frame()
895 s->current_picture_ptr->f->repeat_pict = v->rptfrm * 2; in vc1_decode_frame()
H A Dqsvenc.c1531 if (frame->repeat_pict == 1) in submit_frame()
1533 else if (frame->repeat_pict == 2) in submit_frame()
1535 else if (frame->repeat_pict == 4) in submit_frame()
H A Dmpeg12dec.c1596 s->current_picture_ptr->f->repeat_pict = 0; in mpeg_field_start()
1600 s->current_picture_ptr->f->repeat_pict = 4; in mpeg_field_start()
1602 s->current_picture_ptr->f->repeat_pict = 2; in mpeg_field_start()
1604 s->current_picture_ptr->f->repeat_pict = 1; in mpeg_field_start()
H A Dh264_slice.c1167 out->repeat_pict = 0; in h264_export_frame_props()
1205 out->repeat_pict = 1; in h264_export_frame_props()
1208 out->repeat_pict = 2; in h264_export_frame_props()
1211 out->repeat_pict = 4; in h264_export_frame_props()
H A Dqsvdec.c724 frame->repeat_pict = in qsv_decode()
/third_party/ffmpeg/libavfilter/
H A Dvf_repeatfields.c99 state, in->top_field_first, in->repeat_pict); in filter_frame()
112 if (in->repeat_pict) { in filter_frame()
132 if (in->repeat_pict) { in filter_frame()
H A Dyadif_common.c133 (yadif->deint && !yadif->prev->interlaced_frame && yadif->prev->repeat_pict) || in ff_yadif_filter_frame()
134 (yadif->deint && !yadif->next->interlaced_frame && yadif->next->repeat_pict) in ff_yadif_filter_frame()
H A Dvf_deinterlace_qsv.c418 if (qf->frame->repeat_pict == 1) { in submit_frame()
422 } else if (qf->frame->repeat_pict == 2) in submit_frame()
424 else if (qf->frame->repeat_pict == 4) in submit_frame()
H A Dqsvvpp.c422 if (qsv_frame->frame->repeat_pict == 1) in submit_frame()
424 else if (qsv_frame->frame->repeat_pict == 2) in submit_frame()
426 else if (qsv_frame->frame->repeat_pict == 4) in submit_frame()
H A Dvf_pullup.c677 if (in->repeat_pict) in filter_frame()
693 if (!in->repeat_pict) in filter_frame()
/third_party/ffmpeg/libavutil/
H A Dframe.h470 * extra_delay = repeat_pict / (2*fps)
472 int repeat_pict; member
H A Dframe.c286 dst->repeat_pict = src->repeat_pict; in frame_copy_props()
/third_party/ffmpeg/libavformat/
H A Ddemux.c683 if (pc && pc->repeat_pict) { in compute_frame_duration()
685 (*pnum) * (1LL + pc->repeat_pict), in compute_frame_duration()
2738 ? sti->parser->repeat_pict + 1 : 2; in avformat_find_stream_info()
/third_party/ffmpeg/fftools/
H A Dffmpeg.c2425 int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict+1 : ist->dec_ctx->ticks_per_frame; in process_input_packet()
2528 int ticks= av_stream_get_parser(ist->st) ? av_stream_get_parser(ist->st)->repeat_pict + 1 : ist->dec_ctx->ticks_per_frame; in process_input_packet()
H A Dffprobe.c2600 print_int("repeat_pict", frame->repeat_pict); in show_frame()

Completed in 42 milliseconds