Home
last modified time | relevance | path

Searched refs:Xsize (Results 1 – 3 of 3) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/video/vgl/
DSDL_vglvideo.c93 if ((modes[i]->ModeInfo.Xsize > 320) && in VGL_Available()
181 if ((mode->w == inmode->ModeInfo.Xsize) && in VGL_AddMode()
194 mode->w = inmode->ModeInfo.Xsize; in VGL_AddMode()
224 VGLCurMode->ModeInfo.Xsize * in VGL_UpdateVideoInfo()
261 this->info.current_w = VGLCurMode->ModeInfo.Xsize; in VGL_VideoInit()
320 if ((modes[i]->ModeInfo.Xsize == width) && in VGL_SetVideoMode()
356 current->w = VGLCurMode->ModeInfo.Xsize; in VGL_SetVideoMode()
359 current->pitch = VGLCurMode->ModeInfo.Xsize * in VGL_SetVideoMode()
369 if (VGLCurMode->ModeInfo.Xsize * 2 <= in VGL_SetVideoMode()
590 vminfop->Xsize = minfo.vi_width; in VGLListModes()
[all …]
/external/opencv/ml/src/
Dmlcnn.cpp833 const int Xsize = Xwidth*Xheight;
844 CV_ASSERT( X->rows == nXplanes*Xsize && X->cols == 1 );
855 for( ni = 0; ni < nXplanes; ni++, Xplane += Xsize, connect_mask_data++ )
903 const int Xsize = Xwidth*Xheight;
913 CV_ASSERT(X->rows == nplanes*Xsize && X->cols == 1);
925 for( ni = 0; ni < nplanes; ni++, Xplane += Xsize )
/external/mksh/src/
Dsh.h1317 #define Xsize(xs, xp) ((xs).end - (xs).beg) macro