Searched refs:bottom_field_flag (Results 1 – 10 of 10) sorted by relevance
54 .bottom_field_flag = s->picture_structure == PICT_BOTTOM_FIELD, in nvdec_mpeg12_start_frame()
53 .bottom_field_flag = v->cur_field_type, in nvdec_vc1_start_frame()
74 .bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD, in nvdec_h264_start_frame()
141 info->bottom_field_flag = h->picture_structure == PICT_BOTTOM_FIELD; in vdpau_h264_start_frame()
363 uint8_t bottom_field_flag; member
1257 flag(bottom_field_flag); in FUNC()1259 infer(bottom_field_flag, 0); in FUNC()1262 infer(bottom_field_flag, 0); in FUNC()
1736 int field_pic_flag, bottom_field_flag; in h264_slice_header_parse() local1802 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()
705 …int bottom_field_flag; /**< IN: 0=top field, 1=bottom field (ignored if field_pic_… member
877 guint8 bottom_field_flag; member
2183 READ_UINT8 (&nr, slice->bottom_field_flag, 1); in gst_h264_parser_parse_slice_hdr()