Searched refs:mGopResolutions (Results 1 – 1 of 1) sorted by relevance
146 STATIC CONST GOP_RESOLUTION mGopResolutions[] = { variable207 if (ModeNumber >= ARRAY_SIZE (mGopResolutions)) { in GopQueryMode()216 GopModeInfo->HorizontalResolution = mGopResolutions[ModeNumber].Width; in GopQueryMode()217 GopModeInfo->VerticalResolution = mGopResolutions[ModeNumber].Height; in GopQueryMode()219 GopModeInfo->PixelsPerScanLine = mGopResolutions[ModeNumber].Width; in GopQueryMode()242 if (ModeNumber >= ARRAY_SIZE (mGopResolutions)) { in GopSetMode()261 VgpuGop->GopMode.MaxMode = (UINT32)(ARRAY_SIZE (mGopResolutions)); in GopSetMode()289 mGopResolutions[ModeNumber].Width, // Width in GopSetMode()290 mGopResolutions[ModeNumber].Height // Height in GopSetMode()299 NewNumberOfBytes = mGopResolutions[ModeNumber].Width * in GopSetMode()[all …]