Searched refs:repeat_first_field (Results 1 – 18 of 18) sorted by relevance
/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 | 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_mpeg2.c | 68 .repeat_first_field = s->repeat_first_field, in vaapi_mpeg2_start_frame()
|
D | vaapi_encode_mpeg2.c | 347 pce->repeat_first_field = 0; in vaapi_encode_mpeg2_init_sequence_params() 400 .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 | 1468 if (s->repeat_first_field) { in mpeg_decode_picture_display_extension() 1476 if (s->repeat_first_field) in mpeg_decode_picture_display_extension() 1567 s->repeat_first_field = get_bits1(&s->gb); in mpeg_decode_picture_coding_extension() 1583 ff_dlog(s->avctx, "repeat first field=%d\n", s->repeat_first_field); in mpeg_decode_picture_coding_extension() 1613 if (s->repeat_first_field) { in mpeg_field_start() 1797 s->repeat_first_field, s->chroma_420_type ? "420" : ""); in mpeg_decode_slice()
|
D | mpegvideo.h | 485 int repeat_first_field; member
|
D | mpeg12enc.c | 499 put_bits(&s->pb, 1, s->repeat_first_field); in ff_mpeg1_encode_picture_header()
|
D | mpegvideo_enc.c | 2049 av_assert1(s->repeat_first_field == 0); in ff_mpv_encode_picture()
|
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/ |
D | nvcuvid.h | 315 …int repeat_first_field; /**< OUT: Number of additional fields (1=ivtc, 2=frame doubling, 4=fra… member
|
D | gstnvdec.c | 855 if (dispinfo->repeat_first_field == -1) { in parser_display_callback() 1150 proc_params.unpaired_field = dispinfo->repeat_first_field == -1; in copy_video_frame_to_gl_textures() 1299 params.second_field = dispinfo->repeat_first_field + 1; in gst_nvdec_copy_device_to_memory() 1301 params.unpaired_field = dispinfo->repeat_first_field < 0; in gst_nvdec_copy_device_to_memory()
|
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/ |
D | gstmpegvideoparser.h | 429 guint8 repeat_first_field; member
|
D | gstmpegvideoparser.c | 765 READ_UINT8 (&br, ext->repeat_first_field, 1); in gst_mpeg_video_packet_parse_picture_extension()
|
/third_party/gstreamer/gstplugins_bad/sys/va/ |
D | gstvampeg2dec.c | 469 .repeat_first_field = slice->pic_ext->repeat_first_field, in gst_va_mpeg2_dec_start_picture()
|
/third_party/gstreamer/gstplugins_bad/sys/d3d11/ |
D | gstd3d11mpeg2dec.cpp | 511 | ((WORD) slice->pic_ext->repeat_first_field << 5) in _pack_pce_elements()
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/ |
D | gstv4l2codecmpeg2dec.c | 579 … (slice->pic_ext && slice->pic_ext->repeat_first_field ? V4L2_MPEG2_PIC_FLAG_REPEAT_FIRST : 0) | in gst_v4l2_codec_mpeg2_dec_start_picture()
|
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/ |
D | gstmpegvideoparse.c | 455 if (mpvparse->picext.repeat_first_field) { in parse_packet_extension()
|