Home
last modified time | relevance | path

Searched refs:bottom_field_flag (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_mpeg12.c54 .bottom_field_flag = s->picture_structure == PICT_BOTTOM_FIELD, in nvdec_mpeg12_start_frame()
Dnvdec_vc1.c53 .bottom_field_flag = v->cur_field_type, in nvdec_vc1_start_frame()
Dnvdec_h264.c74 .bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD, in nvdec_h264_start_frame()
Dvdpau_h264.c141 info->bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD; in vdpau_h264_start_frame()
Dcbs_h264.h363 uint8_t bottom_field_flag; member
Dcbs_h264_syntax_template.c1257 flag(bottom_field_flag); in FUNC()
1259 infer(bottom_field_flag, 0); in FUNC()
1262 infer(bottom_field_flag, 0); in FUNC()
Dh264_slice.c1736 int field_pic_flag, bottom_field_flag; in h264_slice_header_parse() local
1802 bottom_field_flag = get_bits1(&sl->gb); in h264_slice_header_parse()
1803 picture_structure = PICT_TOP_FIELD + bottom_field_flag; in h264_slice_header_parse()
/third_party/gstreamer/gstplugins_bad/sys/nvdec/
Dcuviddec.h705 …int bottom_field_flag; /**< IN: 0=top field, 1=bottom field (ignored if field_pic_… member
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.h877 guint8 bottom_field_flag; member
Dgsth264parser.c2183 READ_UINT8 (&nr, slice->bottom_field_flag, 1); in gst_h264_parser_parse_slice_hdr()