Home
last modified time | relevance | path

Searched refs:crop_unit_x (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dh265_metadata_bsf.c193 int crop_unit_x, crop_unit_y; in h265_metadata_update_sps() local
299 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()
Dh264_metadata_bsf.c142 int crop_unit_x, crop_unit_y; in h264_metadata_update_sps() local
233 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()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgsth264parser.c1784 const guint crop_unit_x = subwc[sps->chroma_format_idc]; in gst_h264_parse_sps_data() local
1789 * 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()
Dgsth265parser.c2056 const guint crop_unit_x = subwc[sps->chroma_format_idc]; in gst_h265_parse_sps() local
2060 (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()