Searched refs:offset_for_top_to_bottom_field (Results 1 – 20 of 20) sorted by relevance
55 int offset_for_top_to_bottom_field; member
133 int32_t offset_for_top_to_bottom_field; member
453 sps->offset_for_top_to_bottom_field = get_se_golomb_long(gb); in ff_h264_decode_seq_parameter_set()456 || sps->offset_for_top_to_bottom_field == INT32_MIN in ff_h264_decode_seq_parameter_set()
337 field_poc[1] = field_poc[0] + sps->offset_for_top_to_bottom_field; in ff_h264_init_poc()
334 se(offset_for_top_to_bottom_field, INT32_MIN + 1, INT32_MAX); in FUNC()
253 int32_t offset_for_top_to_bottom_field; member
262 int32_t offset_for_top_to_bottom_field; member
263 int32_t offset_for_top_to_bottom_field; member
264 int32_t offset_for_top_to_bottom_field; member
292 sps->offset_for_top_to_bottom_field = vl_rbsp_se(rbsp); in seq_parameter_set()816 sps->offset_for_top_to_bottom_field + priv->codec_data.h264.delta_pic_order_cnt[1]; in slice_header()821 …priv->picture.h264.field_order_cnt[1] = expectedPicOrderCnt + sps->offset_for_top_to_bottom_field + in slice_header()
295 int32_t offset_for_top_to_bottom_field; member
732 gint32 offset_for_top_to_bottom_field; member
1735 READ_SE (nr, sps->offset_for_top_to_bottom_field); in gst_h264_parse_sps_data()
471 .offset_for_top_to_bottom_field = sps->offset_for_top_to_bottom_field, in gst_v4l2_codec_h264_dec_fill_sequence()
1328 __s32 offset_for_top_to_bottom_field; member
1700 sps->offset_for_top_to_bottom_field + picture->delta_pic_order_cnt1; in gst_h264_decoder_calculate_poc()1706 sps->offset_for_top_to_bottom_field + picture->delta_pic_order_cnt0; in gst_h264_decoder_calculate_poc()
6336 int32_t offset_for_top_to_bottom_field; member
288 deInt32 offset_for_top_to_bottom_field; member
13015 s << "\toffset_for_top_to_bottom_field = " << value.offset_for_top_to_bottom_field << '\n';