Home
last modified time | relevance | path

Searched refs:frame_y (Results 1 – 25 of 256) sorted by relevance

1234567891011

/dports/audio/aylet/aylet-0.5/
H A Dui.c34 int y=frame_y; in draw_frame()
36 move(frame_y,frame_x); in draw_frame()
39 move(frame_y+12,frame_x); in draw_frame()
42 move(frame_y+6,frame_x+1); in draw_frame()
45 move(frame_y+9,frame_x+1); in draw_frame()
49 for(y=frame_y+1;y<frame_y+12;y++) in draw_frame()
62 for(y=frame_y+7;y<=frame_y+8;y++) in draw_frame()
71 mvaddstr(frame_y+10,frame_x+4, in draw_frame()
74 mvaddstr(frame_y+11,frame_x+12, in draw_frame()
115 move(frame_y+7,frame_x+69); in draw_status()
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y, prev_linesize; in vmd_decode() local
201 frame_y = AV_RL16(&s->buf[8]); in vmd_decode()
203 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
209 s->y_off = frame_y; in vmd_decode()
212 frame_y -= s->y_off; in vmd_decode()
223 if (frame_y < 0 || frame_height < 0 || in vmd_decode()
224 frame_y >= s->avctx->height || in vmd_decode()
226 frame_y + frame_height > s->avctx->height) { in vmd_decode()
229 frame_y, frame_height); in vmd_decode()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y, prev_linesize; in vmd_decode() local
201 frame_y = AV_RL16(&s->buf[8]); in vmd_decode()
203 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
209 s->y_off = frame_y; in vmd_decode()
212 frame_y -= s->y_off; in vmd_decode()
223 if (frame_y < 0 || frame_height < 0 || in vmd_decode()
224 frame_y >= s->avctx->height || in vmd_decode()
226 frame_y + frame_height > s->avctx->height) { in vmd_decode()
229 frame_y, frame_height); in vmd_decode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
201 frame_y = AV_RL16(&s->buf[8]); in vmd_decode()
203 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
209 s->y_off = frame_y; in vmd_decode()
212 frame_y -= s->y_off; in vmd_decode()
223 if (frame_y < 0 || frame_height < 0 || in vmd_decode()
224 frame_y >= s->avctx->height || in vmd_decode()
226 frame_y + frame_height > s->avctx->height) { in vmd_decode()
229 frame_y, frame_height); in vmd_decode()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
201 frame_y = AV_RL16(&s->buf[8]); in vmd_decode()
203 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
209 s->y_off = frame_y; in vmd_decode()
212 frame_y -= s->y_off; in vmd_decode()
223 if (frame_y < 0 || frame_height < 0 || in vmd_decode()
224 frame_y >= s->avctx->height || in vmd_decode()
226 frame_y + frame_height > s->avctx->height) { in vmd_decode()
229 frame_y, frame_height); in vmd_decode()
[all …]
/dports/astro/celestia-gtk/celestia-1.6.1/src/celestia/
H A Doggtheoracapture.cpp88 frame_y(0), in OggTheoraCapture()
172 frame_y = h; in start()
208 video_y=((frame_y + 15) >>4)<<4; in start()
214 frame_y_offset=((video_y-frame_y)/2)&~1; in start()
220 ti.frame_height=frame_y; in start()
227 if (frame_x == 720 && frame_y == 576) in start()
289 pixels = new unsigned char[rowStride*frame_y]; in start()
339 int y = viewport[1] + (viewport[3] - frame_y) / 2; in captureFrame()
340 glReadPixels(x, y, frame_x, frame_y, in captureFrame()
348 for (int y=0; y<frame_y; y++) in captureFrame()
[all …]
/dports/astro/celestia/celestia-1.6.1/src/celestia/
H A Doggtheoracapture.cpp88 frame_y(0), in OggTheoraCapture()
172 frame_y = h; in start()
208 video_y=((frame_y + 15) >>4)<<4; in start()
214 frame_y_offset=((video_y-frame_y)/2)&~1; in start()
220 ti.frame_height=frame_y; in start()
227 if (frame_x == 720 && frame_y == 576) in start()
289 pixels = new unsigned char[rowStride*frame_y]; in start()
339 int y = viewport[1] + (viewport[3] - frame_y) / 2; in captureFrame()
340 glReadPixels(x, y, frame_x, frame_y, in captureFrame()
348 for (int y=0; y<frame_y; y++) in captureFrame()
[all …]
/dports/emulators/vice/vice-3.5/src/lib/libffmpeg/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
201 frame_y = AV_RL16(&s->buf[8]); in vmd_decode()
203 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
209 s->y_off = frame_y; in vmd_decode()
212 frame_y -= s->y_off; in vmd_decode()
223 if (frame_y < 0 || frame_height < 0 || in vmd_decode()
224 frame_y >= s->avctx->height || in vmd_decode()
226 frame_y + frame_height > s->avctx->height) { in vmd_decode()
236 (frame_x || frame_y || (frame_width != s->avctx->width) || in vmd_decode()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
201 frame_y = AV_RL16(&s->buf[8]); in vmd_decode()
203 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
209 s->y_off = frame_y; in vmd_decode()
212 frame_y -= s->y_off; in vmd_decode()
223 if (frame_y < 0 || frame_height < 0 || in vmd_decode()
224 frame_y >= s->avctx->height || in vmd_decode()
226 frame_y + frame_height > s->avctx->height) { in vmd_decode()
236 (frame_x || frame_y || (frame_width != s->avctx->width) || in vmd_decode()
[all …]
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/libffmpeg/libavcodec/
H A Dvmdvideo.c197 int frame_x, frame_y; in vmd_decode() local
201 frame_y = AV_RL16(&s->buf[8]); in vmd_decode()
203 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; in vmd_decode()
206 (frame_x || frame_y)) { in vmd_decode()
209 s->y_off = frame_y; in vmd_decode()
212 frame_y -= s->y_off; in vmd_decode()
223 if (frame_y < 0 || frame_height < 0 || in vmd_decode()
224 frame_y >= s->avctx->height || in vmd_decode()
226 frame_y + frame_height > s->avctx->height) { in vmd_decode()
236 (frame_x || frame_y || (frame_width != s->avctx->width) || in vmd_decode()
[all …]
/dports/net/mosh/mosh-1.3.2/src/terminal/
H A Dterminaldisplay.cc145 int frame_y = 0; in new_frame() local
198 frame_y = scroll_height; in new_frame()
254 for ( ; frame_y < f.ds.get_height(); frame_y++ ) { in new_frame()
255 wrap = put_row( initialized, frame, f, frame_y, *rows.at( frame_y ), wrap ); in new_frame()
328 bool Display::put_row( bool initialized, FrameState &frame, const Framebuffer &f, int frame_y, cons… in put_row() argument
333 const Row &row = *f.get_row( frame_y ); in put_row()
386 frame.append_silent_move( frame_y, frame_x - clear_count ); in put_row()
421 frame.append_silent_move( frame_y, frame_x ); in put_row()
436 frame.append_silent_move( frame_y, frame_x - clear_count ); in put_row()
450 && (frame_y < f.ds.get_height() - 1) ) { in put_row()
/dports/x11-wm/ctwm/ctwm-4.0.3/
H A Dwindowbox.c150 if(t->frame_y < miny) { in fittocontent()
151 miny = t->frame_y; in fittocontent()
158 if(t->frame_y + h > maxy) { in fittocontent()
159 maxy = t->frame_y + h; in fittocontent()
164 y = twmwin->frame_y + miny; in fittocontent()
170 SetupWindow(t, t->frame_x - minx, t->frame_y - miny, in fittocontent()
H A Dfunctions_win_moveresize.c712 newy = tmp_win->frame_y; in packwindow()
721 newy = tmp_win->frame_y; in packwindow()
802 fy = tmp_win->frame_y; in jump()
1014 newy = tmp_win->frame_y; in fillwindow()
1028 newy = tmp_win->frame_y; in fillwindow()
1063 newy = tmp_win->frame_y; in fillwindow()
1085 tmp_win->frame_y++; in fillwindow()
1087 tmp_win->frame_y--; in fillwindow()
1148 y = tmp_win->frame_y; in DFHANDLER()
1219 y = tmp_win->frame_y; in DFHANDLER()
[all …]
H A Dwin_utils.c528 if(newy >= t->frame_y + h) { in TryToPack()
534 if(newy + winh <= t->frame_y) { in TryToPack()
546 if(newy + Scr->MovePackResistance > t->frame_y + h) { /* top */ in TryToPack()
547 newy = MAX(newy, t->frame_y + h); in TryToPack()
551 newy = MIN(newy, t->frame_y - winh); in TryToPack()
608 if(y >= t->frame_y + h) { in TryToPush_be()
614 if(y + winh <= t->frame_y) { in TryToPush_be()
622 newy = t->frame_y; in TryToPush_be()
629 newy = t->frame_y; in TryToPush_be()
634 (y + Scr->MovePackResistance > t->frame_y + h)) { in TryToPush_be()
[all …]
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/src/afterstep/
H A Dmisc.c229 ty1 = t->frame_y; in UpdateVisibility()
232 ty2 = t->frame_y + t->title_height; in UpdateVisibility()
235 ty2 = t->frame_y + t->frame_height; in UpdateVisibility()
257 (ty2 > s->frame_y) && (ty1 < s->frame_y + s->frame_height)) { in UpdateVisibility()
270 (ty2 > s->frame_y) && (ty1 < s->frame_y + s->title_height)) { in UpdateVisibility()
/dports/multimedia/ogmrip/ogmrip-1.0.1/theoraenc/
H A Dtheoraenc.c52 int frame_y = 0; variable
158 &frame_x, &frame_y, &tmp_video_hzn, &tmp_video_hzd, in id_file()
187 f, frame_x, frame_y, (double) video_hzn / video_hzd); in id_file()
309 for (e = 0; e < frame_y; e++) in fetch_and_process_video()
320 for (e = 0; e < frame_y / 2; e++) in fetch_and_process_video()
331 for (e = 0; e < frame_y / 2; e++) in fetch_and_process_video()
519 video_y = ((frame_y + 15) >> 4) << 4; in main()
526 frame_y_offset = ((video_y - frame_y) / 2) & ~1; in main()
532 ti.frame_height = frame_y; in main()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Dvmdav.c200 int frame_x, frame_y; in vmd_decode() local
205 frame_y = AV_RL16(&s->buf[8]); in vmd_decode()
207 frame_height = AV_RL16(&s->buf[12]) - frame_y + 1; in vmd_decode()
210 (frame_x || frame_y)) { in vmd_decode()
213 s->y_off = frame_y; in vmd_decode()
216 frame_y -= s->y_off; in vmd_decode()
220 if (frame_x || frame_y || (frame_width != s->avctx->width) || in vmd_decode()
249 dp = &s->frame.data[0][frame_y * s->frame.linesize[0] + frame_x]; in vmd_decode()
251 pp = &s->prev_frame.data[0][frame_y * s->prev_frame.linesize[0] + frame_x]; in vmd_decode()
/dports/x11-wm/afterstep/AfterStep-1.0/afterstep/
H A Dmisc.c303 if((tmp->frame_x < 0)||(tmp->frame_y<0)|| in RestoreWithdrawnLocation()
305 (tmp->frame_y >= Scr.MyDisplayHeight)) in RestoreWithdrawnLocation()
559 ty1 = t->frame_y; in UpdateVisibility()
561 ty2 = t->frame_y + t->frame_height; in UpdateVisibility()
573 ty1 = t->frame_y; in UpdateVisibility()
575 ty2 = t->frame_y + NS_TITLE_HEIGHT; in UpdateVisibility()
595 (ty2 > s->frame_y)&&(ty1 < s->frame_y+s->frame_height)) in UpdateVisibility()
613 (ty2 > s->frame_y)&&(ty1 < s->frame_y+NS_TITLE_HEIGHT)) in UpdateVisibility()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java231 int frame_y = y - insets.top; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
249 frame_y, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
266 this.y = frame_y; in postConfigureEvent()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java231 int frame_y = y - insets.top; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
249 frame_y, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
266 this.y = frame_y; in postConfigureEvent()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java231 int frame_y = y - insets.top; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
249 frame_y, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
266 this.y = frame_y; in postConfigureEvent()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java231 int frame_y = y - insets.top; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
249 frame_y, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
266 this.y = frame_y; in postConfigureEvent()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/java/awt/peer/gtk/
H A DGtkWindowPeer.java231 int frame_y = y - insets.top; in postConfigureEvent() local
244 if (frame_x != this.x || frame_y != this.y || frame_width != this.width in postConfigureEvent()
249 frame_y, in postConfigureEvent()
263 if (frame_x != getX() || frame_y != getY()) in postConfigureEvent()
266 this.y = frame_y; in postConfigureEvent()
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/datasets/tests/
H A Dtest_common.py81 frame_X, frame_y = dataset_func(as_frame=True, return_X_y=True)
83 if frame_y.ndim > 1:
86 assert isinstance(frame_y, pd.Series)
/dports/x11-wm/tvtwm/tvtwm/
H A Dvdt.c352 tmp_win->frame_y = tmp_win->screen_y + Scr->vdtPositionY;
357 tmp_win->frame_y / Scr->PannerScale);
388 && tmp_win->frame_y >= Scr->vdtPositionY
392 tmp_win->screen_y = tmp_win->frame_y - Scr->vdtPositionY;
1029 SetupFrame( tmp, tmp->frame_x + delta_x, tmp->frame_y + delta_y,
1258 if ((tmp_win->frame_y + tmp_win->frame_height) <= y)
1259 y = tmp_win->frame_y;
1260 else if (tmp_win->frame_y >= yb)
1261 y = tmp_win->frame_y;
1268 y = tmp_win->frame_y;
[all …]

1234567891011