• Home
  • Raw
  • Download

Lines Matching refs:pstride

2921   gint pstride = convert->pack_pstride;  in get_dest_line()  local
2931 gint r_border = (out_x + convert->out_width) * pstride; in get_dest_line()
2932 gint rb_width = convert->out_maxwidth * pstride - r_border; in get_dest_line()
2933 gint lb_width = out_x * pstride; in get_dest_line()
2938 line += out_x * pstride; in get_dest_line()
3264 gint pack_lines, pstride; in video_converter_generic() local
3308 pstride = convert->pack_pstride; in video_converter_generic()
3310 lb_width = out_x * pstride; in video_converter_generic()
6642 func (d + (pstride * r_border), col, rb_width); \
6663 gint i, out_x, out_y, out_width, out_height, pstride, pgroup; in convert_fill_border() local
6682 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, comp[0]); in convert_fill_border()
6692 pgroup = pstride; in convert_fill_border()
7439 gint pstride; in setup_scale() local
7471 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, GST_VIDEO_COMP_Y); in setup_scale()
7472 convert->fin_x[0] = GST_ROUND_UP_2 (convert->in_x) * pstride; in setup_scale()
7473 convert->fout_x[0] = GST_ROUND_UP_2 (convert->out_x) * pstride; in setup_scale()
7487 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, GST_VIDEO_COMP_R); in setup_scale()
7488 convert->fin_x[0] = convert->in_x * pstride; in setup_scale()
7489 convert->fout_x[0] = convert->out_x * pstride; in setup_scale()
7516 gint comp, j, iw, ih, ow, oh, pstride; in setup_scale() local
7526 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (out_finfo, out_comp[0]); in setup_scale()
7536 convert->fin_x[i] *= pstride; in setup_scale()
7553 convert->fout_x[i] *= pstride; in setup_scale()
7558 GST_DEBUG ("plane %d: pstride %d", i, pstride); in setup_scale()
7596 } else if (!interlaced && ih == 2 * oh && pstride == 1 in setup_scale()
7600 } else if (!interlaced && 2 * ih == oh && pstride == 1 in setup_scale()
7610 if (!interlaced && iw == 2 * ow && pstride == 1 in setup_scale()
7614 } else if (!interlaced && 2 * iw == ow && pstride == 1 in setup_scale()
7624 if (!interlaced && iw == 2 * ow && ih == 2 * oh && pstride == 1 in setup_scale()
7628 } else if (!interlaced && 2 * iw == ow && 2 * ih == oh && pstride == 1 in setup_scale()