Searched refs:bottom_offset (Results 1 – 9 of 9) sorted by relevance
220 simplevideomark->bottom_offset = g_value_get_int (value); in gst_video_mark_set_property()259 g_value_set_int (value, simplevideomark->bottom_offset); in gst_video_mark_get_property()367 row_stride * (height - ph - simplevideomark->bottom_offset) + in gst_video_mark_yuv()370 y = height - ph - simplevideomark->bottom_offset; in gst_video_mark_yuv()
250 simplevideomarkdetect->bottom_offset = g_value_get_int (value); in gst_video_detect_set_property()293 g_value_set_int (value, simplevideomarkdetect->bottom_offset); in gst_video_detect_get_property()442 row_stride * (height - ph - simplevideomarkdetect->bottom_offset) + in gst_video_detect_yuv()445 y = height - ph - simplevideomarkdetect->bottom_offset; in gst_video_detect_yuv()
49 gint bottom_offset; member
674 vui->def_disp_win.bottom_offset = get_ue_golomb_long(gb) * vert_mult; in decode_vui()684 vui->def_disp_win.bottom_offset); in decode_vui()689 vui->def_disp_win.bottom_offset = 0; in decode_vui()969 sps->pic_conf_win.bottom_offset = get_ue_golomb_long(gb) * vert_mult; in ff_hevc_parse_sps()978 sps->pic_conf_win.bottom_offset); in ff_hevc_parse_sps()983 sps->pic_conf_win.bottom_offset = 0; in ff_hevc_parse_sps()1167 sps->output_window.bottom_offset += sps->vui.def_disp_win.bottom_offset; in ff_hevc_parse_sps()1172 ow->top_offset >= INT_MAX - ow->bottom_offset || in ff_hevc_parse_sps()1174 ow->top_offset + ow->bottom_offset >= sps->height) { in ff_hevc_parse_sps()1176 ow->left_offset, ow->right_offset, ow->top_offset, ow->bottom_offset); in ff_hevc_parse_sps()[all …]
46 unsigned int bottom_offset; member
96 s->height = ps->sps->height - ow->top_offset - ow->bottom_offset; in hevc_parse_slice_header()
169 ref->frame->crop_bottom = s->ps.sps->output_window.bottom_offset; in ff_hevc_set_new_ref()
329 avctx->height = sps->height - ow->top_offset - ow->bottom_offset; in export_stream_params()