Home
last modified time | relevance | path

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

/ide/tools/previewer/mock/lite/
DVirtualScreenImpl.cpp50 bufferSize = orignalResolutionWidth * orignalResolutionHeight * pixelSize + headSize; in InitAll()
252 … uint8_t* osPixel = osBuffer + (i * compressionResolutionWidth + j) * pixelSize + headSize; in Flush()
/ide/tools/previewer/mock/
DVirtualScreen.h107 const uint16_t pixelSize = 4; // 4 bytes per pixel variable
/ide/tools/previewer/mock/rich/
DVirtualScreenImpl.cpp208 int input_base_pos = i * retWidth * pixelSize + j * pixelSize; in Send()