Searched refs:ypos (Results 26 - 48 of 48) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Divi_common.h113 int16_t ypos; member in struct:IVIMbInfo
130 int ypos; member in struct:IVITile
H A Dindeo4.c476 offs = tile->ypos * band->pitch + tile->xpos;
490 for (y = tile->ypos; y < tile->ypos + tile->height; y += band->mb_size) {
495 mb->ypos = y;
H A Dindeo5.c463 offs = tile->ypos * band->pitch + tile->xpos;
479 for (y = tile->ypos; y < (tile->ypos + tile->height); y += band->mb_size) {
484 mb->ypos = y;
H A Davcodec.h3901 * @param ypos vertical chroma sample position
3903 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos);
3912 * @param ypos vertical chroma sample position
3914 enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos);
H A Dutils.c460 int avcodec_enum_to_chroma_pos(int *xpos, int *ypos, enum AVChromaLocation pos) argument
467 *ypos = ((pos>>1)^(pos<4)) * 128;
472 enum AVChromaLocation avcodec_chroma_pos_to_enum(int xpos, int ypos) argument
477 if (avcodec_enum_to_chroma_pos(&xout, &yout, pos) == 0 && xout == xpos && yout == ypos)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Divi_common.h103 int16_t ypos; member in struct:__anon1934
118 int ypos; member in struct:__anon1935
H A Dindeo4.c428 offs = tile->ypos * band->pitch + tile->xpos;
437 for (y = tile->ypos; y < tile->ypos + tile->height; y += band->mb_size) {
442 mb->ypos = y;
H A Dindeo5.c427 offs = tile->ypos * band->pitch + tile->xpos;
443 for (y = tile->ypos; y < (tile->ypos + tile->height); y += band->mb_size) {
448 mb->ypos = y;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/pnx4008/
H A Dsdum.c332 u32 * frame_buffer, u32 xpos, u32 ypos, u32 w, u32 h)
342 if ((ypos + h) > DISP_MAX_Y_SIZE)
343 h = DISP_MAX_Y_SIZE - ypos;
348 k.ymin = ypos;
350 k.ymax = ypos + (h - 1);
331 display_open(int ch_no, int auto_update, u32 * dirty_buffer, u32 * frame_buffer, u32 xpos, u32 ypos, u32 w, u32 h) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/html/
H A Dhtmlcell.cpp774 long xpos = 0, ypos = m_IndentTop;
887 ypos += ysizeup;
894 ypos + line->GetPosY());
936 line->GetPosY() + ypos);
943 line->GetPosY() + ypos);
959 line->GetPosY() + ypos);
975 line->GetPosY() + ypos);
981 ypos += ysizedown;
989 m_Height = ypos + (ysizedown + ysizeup) + m_IndentBottom;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dstatusbr.cpp260 int ypos = (int) (((rect.height - y) / 2 ) + rect.y + 0.5) ; local
264 ypos++;
269 dc.DrawText(text, xpos, ypos);
H A Dscrlwing.cpp348 int xpos, ypos; local
350 CalcUnscrolledPosition(xPos, yPos, &xpos, &ypos);
357 (noUnitsY < m_yScrollLines && ypos > pixelsPerUnitY * noUnitsY) ||
H A Dgrid.cpp9010 int xpos = -1, ypos = -1; local
9028 ypos = r.GetTop();
9033 ypos = r.GetTop();
9041 ypos -= rowHeight;
9050 ypos += m_scrollLineY;
9068 // see comment for ypos above
9072 if ( xpos != -1 || ypos != -1 )
9076 if ( ypos != -1 )
9077 ypos /= m_scrollLineY;
9078 Scroll( xpos, ypos );
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/drm/
H A Dvmwgfx_drm.h547 * @ypos: Y position of cursor.
558 int32_t ypos; member in struct:drm_vmw_cursor_bypass_arg
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/
H A DSchedGui.py150 (xpos, ypos) = self.scroll.GetViewStart()
152 self.scroll.SetScrollbars(self.scroll_scale, self.scroll_scale, self.width_virtual / self.scroll_scale, self.height_virtual / self.scroll_scale, xpos, ypos)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/carbon/
H A Dtextctrl.cpp2173 long xpos = 0, ypos = 0 ;
2180 if ( y == ypos && x == xpos )
2189 ++ypos ;
2217 long xpos = 0, ypos = 0 ;
2229 ++ypos ;
2238 *y = ypos ;
2298 long ypos ;
2305 ypos = 0 ;
2307 while (ypos < lineNo)
2309 TXNGetLineMetrics(m_txn, ypos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/tiff/
H A Dtif_ojpeg.c626 { int ypos = 0; local
632 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos];
661 while (++ypos < compptr->v_samp_factor);
966 int ypos = sp->scancount*compptr->v_samp_factor; local
968 do _TIFFmemcpy( (tdata_t)sp->ds_buffer[ci][ypos]
969 , (tdata_t)sp->ds_buffer[ci][ypos-1]
972 while (++ypos < compptr->v_samp_factor*size);
1077 { int ypos = 0; local
1082 sp->ds_buffer[ci][sp->scancount*compptr->v_samp_factor+ypos],
1090 , ++ypos < comppt
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Devent.h813 void GetPosition(wxCoord *xpos, wxCoord *ypos) const
817 if (ypos)
818 *ypos = m_y;
821 void GetPosition(long *xpos, long *ypos) const
825 if (ypos)
826 *ypos = (long)m_y;
994 void GetPosition(wxCoord *xpos, wxCoord *ypos) const
997 if (ypos) *ypos = m_y;
1000 void GetPosition(long *xpos, long *ypos) cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dscrolwin.tex350 if (xpos > -1 && ypos > -1 && event.Dragging())
352 dc.DrawLine(xpos, ypos, x, y);
355 ypos = y;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/
H A Dpxafb.c750 int xpos, ypos, pfor, bpp; local
753 ypos = NONSTD_TO_XPOS(var->nonstd);
789 (ypos + var->yres > base_var->yres))
842 int xpos, ypos, pfor, bpp, ret; local
850 ypos = NONSTD_TO_XPOS(var->nonstd);
855 ofb->control[1] = OVLxC2_XPOS(xpos) | OVLxC2_YPOS(ypos);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DEditor.cxx2798 int ypos = 0; local
2800 ypos += screenLinePaintFirst * vs.lineHeight;
2924 rcLine.top = ypos;
2925 rcLine.bottom = ypos + vs.lineHeight;
3052 ypos += vs.lineHeight;
3189 int ypos = pfr->rc.top; local
3199 while (lineDoc <= linePrintLast && ypos < pfr->rc.bottom) {
3218 rcLine.top = ypos;
3220 rcLine.bottom = ypos + vsPrint.lineHeight;
3239 (ypos
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/gpu/drm/i915/
H A Dintel_tv.c1151 int xpos = 0x0, ypos = 0x0; local
1175 ypos += intel_tv->margin[TV_MARGIN_TOP];
1180 I915_WRITE(TV_WIN_POS, (xpos<<16)|ypos);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dfbcon.c166 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos);
168 int count, int ypos, int xpos);
1256 int count, int ypos, int xpos)
1263 ops->putcs(vc, info, s, count, real_y(p, ypos), xpos,
1268 static void fbcon_putc(struct vc_data *vc, int c, int ypos, int xpos) argument
1273 fbcon_putcs(vc, &chr, 1, ypos, xpos);
1255 fbcon_putcs(struct vc_data *vc, const unsigned short *s, int count, int ypos, int xpos) argument

Completed in 341 milliseconds

12