Home
last modified time | relevance | path

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

/external/qemu/distrib/sdl-1.2.12/src/video/vgl/
DSDL_vglvideo.c94 if ((modes[i]->ModeInfo.Xsize > 320) && in VGL_Available()
182 if ((mode->w == inmode->ModeInfo.Xsize) && in VGL_AddMode()
195 mode->w = inmode->ModeInfo.Xsize; in VGL_AddMode()
225 VGLCurMode->ModeInfo.Xsize * in VGL_UpdateVideoInfo()
262 this->info.current_w = VGLCurMode->ModeInfo.Xsize; in VGL_VideoInit()
322 if ((modes[i]->ModeInfo.Xsize == width) && in VGL_SetVideoMode()
358 current->w = VGLCurMode->ModeInfo.Xsize; in VGL_SetVideoMode()
361 current->pitch = VGLCurMode->ModeInfo.Xsize * in VGL_SetVideoMode()
371 if (VGLCurMode->ModeInfo.Xsize * 2 <= in VGL_SetVideoMode()
598 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