Home
last modified time | relevance | path

Searched refs:pstride (Results 1 – 13 of 13) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dzmbvenc.c71 int pstride; member
121 int pstride, int x, int y, int *mx, int *my, int *xored) in zmbv_me() argument
132 bv = block_cmp(c, src, sstride, prev, pstride, bw, bh, xored); in zmbv_me()
138 … tv = block_cmp(c, src, sstride, prev + mx0 * c->bypp + my0 * pstride, pstride, bw, bh, &txored); in zmbv_me()
153 … tv = block_cmp(c, src, sstride, prev + dx * c->bypp + dy * pstride, pstride, bw, bh, &txored); in zmbv_me()
242 zmbv_me(c, tsrc, p->linesize[0], tprev, c->pstride, x, y, &mx, &my, &xored); in encode_frame()
245 tprev += mx * c->bypp + my * c->pstride; in encode_frame()
251 tprev += c->pstride; in encode_frame()
256 prev += c->pstride * ZMBV_BLOCK; in encode_frame()
264 prev += c->pstride; in encode_frame()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/qroverlay/
Dgstbaseqroverlay.c141 gint stride, pstride, y, x, yy, square_size; in draw_overlay() local
157 pstride = info.finfo->pixel_stride[0]; in draw_overlay()
169 for (yy = 0; yy < priv->qrcode_size * pstride; yy += pstride) { in draw_overlay()
174 (((line_offset + (stride * (yy / pstride))) + in draw_overlay()
175 x * priv->qrcode_size * pstride)) + in draw_overlay()
176 (priv->qrcode_size * pstride) + (4 * priv->qrcode_size * pstride); in draw_overlay()
178 for (gint i = 0; i < priv->qrcode_size * pstride; i += pstride) { in draw_overlay()
/third_party/gstreamer/gstplugins_bad/sys/nvcodec/
Dcuda-converter.c1254 gint width, gint height, gint pstride, gint bitdepth) in convert_TO_Y444() argument
1259 &v_stride, &width, &height, &pstride, &bitdepth, in convert_TO_Y444()
1291 gint pstride = 1; in convert_RGB_TO_YUV() local
1322 pstride = 2; in convert_RGB_TO_YUV()
1343 convert->y444_surface[2].cuda_stride, in_width, in_height, pstride, in convert_RGB_TO_YUV()
1742 gint pstride, chroma_pstride; member
1768 templ->out_depth, templ->pstride, templ->chroma_pstride, templ->in_shift, in cuda_converter_generate_yuv_to_yuv_kernel_code()
1801 templ->out_depth, templ->pstride, templ->chroma_pstride, templ->in_shift, in cuda_converter_generate_yuv_to_rgb_kernel_code()
1835 templ->out_depth, templ->pstride, templ->chroma_pstride, templ->in_shift, in cuda_converter_generate_rgb_to_yuv_kernel_code()
1851 templ->in_depth, templ->out_depth, templ->pstride, in cuda_converter_generate_rgb_to_rgb_kernel_code()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/video/
Dvideo-format.c6854 #define MAKE_YUV_FORMAT(name, desc, fourcc, depth, pstride, plane, offs, sub, pack ) \ argument
6855 …RMAT_ ##name, G_STRINGIFY(name), desc, GST_VIDEO_FORMAT_FLAG_YUV, depth, pstride, plane, offs, sub…
6856 #define MAKE_YUV_LE_FORMAT(name, desc, fourcc, depth, pstride, plane, offs, sub, pack ) \ argument
6857 …ame), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDEO_FORMAT_FLAG_LE, depth, pstride, plane, offs, sub…
6858 #define MAKE_YUVA_FORMAT(name, desc, fourcc, depth, pstride, plane, offs, sub, pack) \ argument
6859 …), desc, GST_VIDEO_FORMAT_FLAG_YUV | GST_VIDEO_FORMAT_FLAG_ALPHA, depth, pstride, plane, offs, sub…
6860 #define MAKE_YUVA_LE_FORMAT(name, desc, fourcc, depth, pstride, plane, offs, sub, pack ) \ argument
6861 …LAG_YUV | GST_VIDEO_FORMAT_FLAG_ALPHA | GST_VIDEO_FORMAT_FLAG_LE, depth, pstride, plane, offs, sub…
6862 #define MAKE_YUVA_PACK_FORMAT(name, desc, fourcc, depth, pstride, plane, offs, sub, pack) \ argument
6863 …YUV | GST_VIDEO_FORMAT_FLAG_ALPHA | GST_VIDEO_FORMAT_FLAG_UNPACK, depth, pstride, plane, offs, sub…
[all …]
Dvideo-converter.c2921 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
[all …]
/third_party/gstreamer/gstplugins_good/ext/jpeg/
Dgstjpegdec.c680 gint pstride, rstride; in gst_jpeg_dec_decode_grayscale() local
695 pstride = GST_VIDEO_FRAME_COMP_PSTRIDE (frame, 0); in gst_jpeg_dec_decode_grayscale()
710 p += pstride; in gst_jpeg_dec_decode_grayscale()
729 guint pstride, rstride; in gst_jpeg_dec_decode_rgb() local
746 pstride = GST_VIDEO_FRAME_COMP_PSTRIDE (frame, 0); in gst_jpeg_dec_decode_rgb()
765 p += pstride; in gst_jpeg_dec_decode_rgb()
/third_party/gstreamer/gstplugins_good/sys/v4l2/
Dgstv4l2bufferpool.c249 gint pstride; in gst_v4l2_buffer_pool_import_userptr() local
252 pstride = GST_VIDEO_TILE_X_TILES (tinfo) << in gst_v4l2_buffer_pool_import_userptr()
258 size[i] = pstride * pheight; in gst_v4l2_buffer_pool_import_userptr()
Dgstv4l2object.c3237 gint stride, pstride, padded_width, padded_height, i; in gst_v4l2_object_save_format() local
3251 pstride = GST_VIDEO_FORMAT_INFO_PSTRIDE (finfo, 0); in gst_v4l2_object_save_format()
3252 if (pstride) { in gst_v4l2_object_save_format()
3253 padded_width = stride / pstride; in gst_v4l2_object_save_format()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_texture.c446 unsigned *pstride, in r600_texture_get_info() argument
463 if (pstride) in r600_texture_get_info()
464 *pstride = stride; in r600_texture_get_info()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_texture.c622 unsigned *pstride, unsigned *poffset) in si_texture_get_info() argument
626 if (pstride) { in si_texture_get_info()
628 *pstride = value; in si_texture_get_info()
/third_party/gstreamer/gstplugins_base/ext/pango/
Dgstbasetextoverlay.c2114 const int pstride = 3; in gst_base_text_overlay_shade_rgb24() local
2123 p += (y * stride) + (x0 * pstride); in gst_base_text_overlay_shade_rgb24()
/third_party/gstreamer/gstplugins_base/
DChangeLog55213 video-frame: Fix gst_video_frame_copy() for formats with pstride==0
55215 have a meaning. If we copy width*pstride bytes per line, it's not going to do
61862 video-format: fix pstride of NV16 and NV24 formats
62449 video-scaler: fix taps calculation for pstride == 1
62450 Take pstride into consideration when calculating the scaler taps.
62492 Add support for scaling of images with pstride == 1. This can be used
62494 Rework some of the scaling code to take the pstride as a parameter.
63498 Update the current format, bits and pstride.
64807 format and pstride where needed.
/third_party/gstreamer/gstplugins_good/
DChangeLog21637 So complex video formats have 0 as pstride. Don't try to divide the