Home
last modified time | relevance | path

Searched refs:endy (Results 1 – 16 of 16) sorted by relevance

/third_party/gstreamer/gstplugins_good/sys/ximage/
Dgstximagesrc.c390 (win_x < src->endx) && (win_y < src->endy)); in gst_ximage_is_pointer_in_region()
586 ximagesrc->endy > ximagesrc->starty) { in gst_ximage_src_ximage_get()
592 rects[i].y > ximagesrc->endy) { in gst_ximage_src_ximage_get()
605 height = (rects[i].y + rects[i].height - 1 < ximagesrc->endy) ? in gst_ximage_src_ximage_get()
606 rects[i].y + rects[i].height - starty : ximagesrc->endy - in gst_ximage_src_ximage_get()
665 ximagesrc->endx, ximagesrc->endy); in gst_ximage_src_ximage_get()
668 ximagesrc->endy > ximagesrc->starty) { in gst_ximage_src_ximage_get()
672 } else if (y + height < ximagesrc->starty || y > ximagesrc->endy) { in gst_ximage_src_ximage_get()
682 iheight = (y + height < ximagesrc->endy) ? in gst_ximage_src_ximage_get()
683 y + height - starty : ximagesrc->endy - starty; in gst_ximage_src_ximage_get()
[all …]
Dgstximagesrc.h89 guint endy; member
/third_party/ffmpeg/libavfilter/
Dvf_nlmeans.c338 int endx, endy; member
349 const int process_h = td->endy - td->starty; in nlmeans_slice()
353 const int endy = td->starty + slice_end; in nlmeans_slice() local
360 for (y = starty; y < endy; y++) { in nlmeans_slice()
453 .endy = FFMIN(h, h - offy), in nlmeans_plane()
462 FFMIN(td.endy - td.starty, ff_filter_get_nb_threads(ctx))); in nlmeans_plane()
Dvf_yaepblur.c111 const int endy = height * (jobnr+1) / nb_jobs; \
119 for (y = starty; y < endy; y++) { \
185 …const int endy = height * (jobnr + 1) / nb_jobs; …
193 …for (y = starty; y < endy; y++) { …
/third_party/gstreamer/gstplugins_bad/tests/examples/directfb/
Dgstdfb.c380 static int endy = 0; in main() local
464 endy = evt.cy; in main()
491 active->Move (active, endx - startx, endy - starty); in main()
493 starty = endy; in main()
/third_party/ffmpeg/libavcodec/
Dmss2.c184 int x, y, endx, endy, t; in decode_555() local
194 READ_PAIR(y, endy) in decode_555()
196 if (endx >= w || endy >= h || x > endx || y > endy) in decode_555()
200 h = endy - y + 1; in decode_555()
Derror_resilience.h94 void ff_er_add_slice(ERContext *s, int startx, int starty, int endx, int endy,
Dlibx265.c445 int startx, endx, starty, endy; in libx265_encode_set_roi() local
451 endy = FFMIN(mby, (roi->bottom + mb_size - 1)/ mb_size); in libx265_encode_set_roi()
463 for (int y = starty; y < endy; y++) in libx265_encode_set_roi()
Dlibx264.c406 int startx, endx, starty, endy; in X264_frame() local
412 endy = FFMIN(mby, (roi->bottom + MB_SIZE - 1)/ MB_SIZE); in X264_frame()
424 for (int y = starty; y < endy; y++) { in X264_frame()
Dlibvpxenc.c1447 int starty, endy, startx, endx; in set_roi_map() local
1452 endy = av_clip((roi->bottom + block_size - 1) / block_size, 0, roi_map->rows); in set_roi_map()
1461 for (int y = starty; y < endy; y++) in set_roi_map()
Derror_resilience.c831 int endx, int endy, int status) in ff_er_add_slice() argument
834 const int end_i = av_clip(endx + endy * s->mb_width, 0, s->mb_num); in ff_er_add_slice()
Dh264_slice.c2576 int endx, int endy, int status) in er_add_slice() argument
2584 ff_er_add_slice(er, startx, starty, endx, endy, status); in er_add_slice()
/third_party/gstreamer/gstplugins_bad/ext/opencv/
DMotionCells.cpp509 int endy = in performMotionMask() local
511 for (int i = beginy; i < endy; i++) in performMotionMask()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cComputeShaderTests.cpp309 int endy = int(static_cast<float>(height) - 2 * ((static_cast<float>(height) * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local
311 for (int y = starty; y < endy; ++y) in ValidateReadBufferCenteredQuad()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cComputeShaderTests.cpp313 int endy = int((float)height - 2 * (((float)height * 0.1f) + 1) - 1); in ValidateReadBufferCenteredQuad() local
315 for (int y = starty; y < endy; ++y) in ValidateReadBufferCenteredQuad()
/third_party/gstreamer/gstplugins_good/
DChangeLog147017 Add startx, starty, endx, endy properties so screencasts other than full