Home
last modified time | relevance | path

Searched refs:left_offset (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst/videosignal/
Dgstsimplevideomark.c217 simplevideomark->left_offset = g_value_get_int (value); in gst_video_mark_set_property()
256 g_value_set_int (value, simplevideomark->left_offset); in gst_video_mark_get_property()
368 pixel_stride * simplevideomark->left_offset; in gst_video_mark_yuv()
369 x = simplevideomark->left_offset; in gst_video_mark_yuv()
Dgstsimplevideomarkdetect.c247 simplevideomarkdetect->left_offset = g_value_get_int (value); in gst_video_detect_set_property()
290 g_value_set_int (value, simplevideomarkdetect->left_offset); in gst_video_detect_get_property()
443 pixel_stride * simplevideomarkdetect->left_offset; in gst_video_detect_yuv()
444 x = simplevideomarkdetect->left_offset; in gst_video_detect_yuv()
Dgstsimplevideomark.h48 gint left_offset; member
Dgstsimplevideomarkdetect.h48 gint left_offset; member
/third_party/ffmpeg/libavcodec/
Dhevc_ps.c671 vui->def_disp_win.left_offset = get_ue_golomb_long(gb) * horiz_mult; in decode_vui()
681 vui->def_disp_win.left_offset, in decode_vui()
686 vui->def_disp_win.left_offset = in decode_vui()
966 sps->pic_conf_win.left_offset = get_ue_golomb_long(gb) * horiz_mult; in ff_hevc_parse_sps()
975 sps->pic_conf_win.left_offset, in ff_hevc_parse_sps()
980 sps->pic_conf_win.left_offset = in ff_hevc_parse_sps()
1164 sps->output_window.left_offset += sps->vui.def_disp_win.left_offset; in ff_hevc_parse_sps()
1171 if (ow->left_offset >= INT_MAX - ow->right_offset || in ff_hevc_parse_sps()
1173 ow->left_offset + ow->right_offset >= sps->width || in ff_hevc_parse_sps()
1176 ow->left_offset, ow->right_offset, ow->top_offset, ow->bottom_offset); in ff_hevc_parse_sps()
[all …]
Dhevc_ps.h43 unsigned int left_offset; member
Dhevc_parser.c95 s->width = ps->sps->width - ow->left_offset - ow->right_offset; in hevc_parse_slice_header()
Dhevc_refs.c166 ref->frame->crop_left = s->ps.sps->output_window.left_offset; in ff_hevc_set_new_ref()
Dhevcdec.c328 avctx->width = sps->width - ow->left_offset - ow->right_offset; in export_stream_params()
/third_party/gstreamer/gstplugins_base/ext/ogg/
Ddirac_parse.h152 int left_offset; member
Ddirac_parse.c119 header->left_offset = schro_unpack_decode_uint (unpack); in gst_dirac_sequence_header_parse()
/third_party/gstreamer/gstplugins_bad/gst/videoparsers/
Ddirac_parse.h150 int left_offset; member
Ddirac_parse.c116 header->left_offset = schro_unpack_decode_uint (unpack); in dirac_sequence_header_parse()
/third_party/mesa3d/src/intel/compiler/
Dbrw_fs_builder.h442 unsigned left_offset, unsigned left_stride, in emit_scan_step() argument
446 left = horiz_stride(horiz_offset(tmp, left_offset), left_stride); in emit_scan_step()