Searched refs:repeat_first_field (Results 1 – 16 of 16) sorted by relevance
/third_party/gstreamer/gstplugins_bad/sys/vdpau/mpeg/ |
D | gstvdpmpegdec.c | 122 if (pic_ext->progressive_frame == 0 && pic_ext->repeat_first_field == 0) in gst_vdp_mpeg_dec_handle_picture_coding() 124 if (pic_ext->progressive_frame == 1 && pic_ext->repeat_first_field == 1) in gst_vdp_mpeg_dec_handle_picture_coding() 127 if (pic_ext->repeat_first_field == 0) in gst_vdp_mpeg_dec_handle_picture_coding() 129 if (pic_ext->repeat_first_field == 1 && pic_ext->top_field_first == 0) in gst_vdp_mpeg_dec_handle_picture_coding() 131 if (pic_ext->repeat_first_field == 1 && pic_ext->top_field_first == 1) in gst_vdp_mpeg_dec_handle_picture_coding()
|
/third_party/ffmpeg/libavcodec/ |
D | mpegvideo_parser.c | 44 int top_field_first, repeat_first_field, progressive_frame; in mpegvideo_extract_headers() local 118 repeat_first_field = buf[3] & (1 << 1); in mpegvideo_extract_headers() 123 if (repeat_first_field) { in mpegvideo_extract_headers()
|
D | vaapi_mpeg2.c | 68 .repeat_first_field = s->repeat_first_field, in vaapi_mpeg2_start_frame()
|
D | cbs_mpeg2_syntax_template.c | 261 ui(1, repeat_first_field); in FUNC() 266 if (current->repeat_first_field) { in FUNC() 279 if (current->repeat_first_field) in FUNC()
|
D | vaapi_encode_mpeg2.c | 349 pce->repeat_first_field = 0; in vaapi_encode_mpeg2_init_sequence_params() 402 .repeat_first_field = pce->repeat_first_field, in vaapi_encode_mpeg2_init_sequence_params()
|
D | cbs_mpeg2.h | 149 uint8_t repeat_first_field; member
|
D | dxva2_mpeg2.c | 99 (s->repeat_first_field << 5) | in fill_picture_parameters()
|
D | mpeg12dec.c | 1475 if (s->repeat_first_field) { in mpeg_decode_picture_display_extension() 1483 if (s->repeat_first_field) in mpeg_decode_picture_display_extension() 1574 s->repeat_first_field = get_bits1(&s->gb); in mpeg_decode_picture_coding_extension() 1590 ff_dlog(s->avctx, "repeat first field=%d\n", s->repeat_first_field); in mpeg_decode_picture_coding_extension() 1620 if (s->repeat_first_field) { in mpeg_field_start() 1804 s->repeat_first_field, s->chroma_420_type ? "420" : ""); in mpeg_decode_slice()
|
D | mpegvideo.h | 480 int repeat_first_field; member
|
D | mpeg12enc.c | 497 put_bits(&s->pb, 1, s->repeat_first_field); in ff_mpeg1_encode_picture_header()
|
D | mpegvideo_enc.c | 2008 av_assert1(s->repeat_first_field == 0); in ff_mpv_encode_picture()
|
/third_party/gstreamer/gstplugins_bad/sys/nvdec/ |
D | nvcuvid.h | 302 …int repeat_first_field; /**< OUT: Number of additional fields (1=ivtc, 2=frame doubling, 4=fra… member
|
D | gstnvdec.c | 586 proc_params.unpaired_field = dispinfo->repeat_first_field == -1; in copy_video_frame_to_gl_textures() 914 if (dispinfo->repeat_first_field == -1) { in handle_pending_frames()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpegvideoparser.h | 422 guint8 repeat_first_field; member
|
D | gstmpegvideoparser.c | 757 READ_UINT8 (&br, ext->repeat_first_field, 1); in gst_mpeg_video_packet_parse_picture_extension()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstmpegvideoparse.c | 450 if (mpvparse->picext.repeat_first_field) { in parse_packet_extension()
|