Searched refs:crop_unit_x (Results 1 – 4 of 4) sorted by relevance
193 int crop_unit_x, crop_unit_y; in h265_metadata_update_sps() local299 crop_unit_x = 1; in h265_metadata_update_sps()302 crop_unit_x = 1 + (sps->chroma_format_idc < 3); in h265_metadata_update_sps()317 CROP(left, crop_unit_x); in h265_metadata_update_sps()318 CROP(right, crop_unit_x); in h265_metadata_update_sps()
142 int crop_unit_x, crop_unit_y; in h264_metadata_update_sps() local233 crop_unit_x = 1; in h264_metadata_update_sps()236 crop_unit_x = 1 + (sps->chroma_format_idc < 3); in h264_metadata_update_sps()252 CROP(left, crop_unit_x); in h264_metadata_update_sps()253 CROP(right, crop_unit_x); in h264_metadata_update_sps()
1784 const guint crop_unit_x = subwc[sps->chroma_format_idc]; in gst_h264_parse_sps_data() local1789 * crop_unit_x; in gst_h264_parse_sps_data()1795 sps->crop_rect_x = sps->frame_crop_left_offset * crop_unit_x; in gst_h264_parse_sps_data()
2056 const guint crop_unit_x = subwc[sps->chroma_format_idc]; in gst_h265_parse_sps() local2060 (sps->conf_win_left_offset + sps->conf_win_right_offset) * crop_unit_x; in gst_h265_parse_sps()2063 sps->crop_rect_x = sps->conf_win_left_offset * crop_unit_x; in gst_h265_parse_sps()