Home
last modified time | relevance | path

Searched refs:jpgPix (Results 1 - 6 of 6) sorted by relevance

/ide/tools/previewer/mock/lite/
H A DVirtualScreenImpl.cpp186 uint8_t* startPos = screenBuffer + (i * compressionResolutionWidth + regionX1) * jpgPix + headSize; in SendRegionBuffer()
188 startPos + regionWidth * jpgPix, in SendRegionBuffer()
189 regionBuffer + ((i - regionY1) * regionWidth) * jpgPix + headSize); in SendRegionBuffer()
264 uint8_t* curPixel = screenBuffer + (i * compressionResolutionWidth + j) * jpgPix + headSize; in Flush()
/ide/tools/previewer/test/unittest/mock_lite/
H A DVirtualScreenImplTest.cpp32 int jpgPix = 4; in InitBuffer() local
37 jpgBufferSize = static_cast<long>(retWidth) * static_cast<long>(retHeight) * static_cast<long>(jpgPix); in InitBuffer()
/ide/tools/previewer/mock/
H A DVirtualScreen.h140 int jpgPix = 3; // jpg color components member in VirtualScreen::LoadDocType::ProtocolVersion::JpgPixCountLevel::JpgQualityLevel
H A DVirtualScreen.cpp304 jpeg.input_components = jpgPix; in RgbToJpg()
310 int rowStride = width * jpgPix; in RgbToJpg()
/ide/tools/previewer/mock/rich/
H A DVirtualScreenImpl.cpp307 unsigned char* dataTemp = new(std::nothrow) unsigned char[retWidth * retHeight * jpgPix]; in Send()
315 int nowBasePos = i * retWidth * jpgPix + j * jpgPix; in Send()
/ide/tools/previewer/test/unittest/mock/
H A DVirtualScreenImplTest.cpp37 int jpgPix = 4; in InitBuffer() local
42 jpgBuffSize = static_cast<long>(retWidth) * static_cast<long>(retHeight) * static_cast<long>(jpgPix); in InitBuffer()

Completed in 4 milliseconds