Home
last modified time | relevance | path

Searched refs:resy (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_good/gst/goom2k1/
Dgoom_core.c22 goom_init (GoomData * goomdata, guint32 resx, guint32 resy) in goom_init() argument
25 printf ("GOOM: init (%d, %d);\n", resx, resy); in goom_init()
36 goom_set_resolution (goomdata, resx, resy); in goom_init()
53 goom_set_resolution (GoomData * goomdata, guint32 resx, guint32 resy) in goom_set_resolution() argument
55 guint32 buffsize = resx * resy; in goom_set_resolution()
57 if ((goomdata->resolx == resx) && (goomdata->resoly == resy)) in goom_set_resolution()
74 goomdata->resoly = resy; in goom_set_resolution()
Dgoom_core.h36 void goom_init (GoomData *goomdata, guint32 resx, guint32 resy);
37 void goom_set_resolution (GoomData *goomdata, guint32 resx, guint32 resy);
Dfilters.c316 malloc (resx * resy * 2 * sizeof (unsigned int) + 128); in zoomFilterSetResolution()
/third_party/gstreamer/gstplugins_good/gst/goom/
Dfilters.c575 ZoomFilterData * zf, Uint resx, Uint resy, int switchIncr, float switchMult) in zoomFilterFastRGB() argument
586 if ((data->prevX != resx) || (data->prevY != resy)) { in zoomFilterFastRGB()
588 data->prevY = resy; in zoomFilterFastRGB()
601 data->middleY = resy / 2; in zoomFilterFastRGB()
633 (signed int *) calloc (resx * resy * 2 + 128, sizeof (unsigned int)); in zoomFilterFastRGB()
638 (signed int *) calloc (resx * resy * 2 + 128, sizeof (unsigned int)); in zoomFilterFastRGB()
643 (signed int *) calloc (resx * resy * 2 + 128, sizeof (unsigned int)); in zoomFilterFastRGB()
653 makeZoomBufferStripe (data, resy); in zoomFilterFastRGB()
656 memcpy (data->brutS, data->brutT, resx * resy * 2 * sizeof (int)); in zoomFilterFastRGB()
657 memcpy (data->brutD, data->brutT, resx * resy * 2 * sizeof (int)); in zoomFilterFastRGB()
[all …]
Dgoom.h27 PluginInfo *goom_init (guint32 resx, guint32 resy);
28 void goom_set_resolution (PluginInfo *goomInfo, guint32 resx, guint32 resy);
Dgoom_core.c75 goom_init (guint32 resx, guint32 resy) in goom_init() argument
80 printf ("GOOM: init (%d, %d);\n", resx, resy); in goom_init()
86 goomInfo->screen.height = resy; in goom_init()
87 goomInfo->screen.size = resx * resy; in goom_init()
129 goom_set_resolution (PluginInfo * goomInfo, guint32 resx, guint32 resy) in goom_set_resolution() argument
136 goomInfo->screen.height = resy; in goom_set_resolution()
137 goomInfo->screen.size = resx * resy; in goom_set_resolution()
Dgoom_filters.h68 guint32 resy, int switchIncr, float switchMult);
/third_party/gstreamer/gstplugins_good/gst/monoscope/
Dmonoscope.c67 monoscope_init (guint32 resx, guint32 resy) in monoscope_init() argument
73 g_return_val_if_fail (resy == scope_height, 0); in monoscope_init()
Dmonoscope.h23 struct monoscope_state * monoscope_init (guint32 resx, guint32 resy);
/third_party/ffmpeg/libavcodec/
Dlibzvbi-teletextdec.c412 int chop_top, int resx, int resy) in fix_transparency() argument
417 for (iy = 0; iy < resy; iy++) { in fix_transparency()
453 int resy = (page->rows - chop_top) * BITMAP_CHAR_HEIGHT; in gen_sub_bitmap() local
469 sub_rect->data[0] = av_mallocz(resx * resy); in gen_sub_bitmap()
479 fix_transparency(ctx, sub_rect, page, chop_top, resx, resy); in gen_sub_bitmap()
483 sub_rect->h = resy; in gen_sub_bitmap()