Searched refs:j (Results 1 – 4 of 4) sorted by relevance
250 for (int j = 0; j <= compressionResolutionWidth - 1; ++j) { in Flush() local251 … uint8_t* curPixel = screenBuffer + (i * compressionResolutionWidth + j) * jpgPix + headSize; in Flush()252 … uint8_t* osPixel = osBuffer + (i * compressionResolutionWidth + j) * pixelSize + headSize; in Flush()
207 for (int j = 0; j < retWidth; j++) { in Send() local208 int input_base_pos = i * retWidth * pixelSize + j * pixelSize; in Send()209 int now_base_pos = i * retWidth * jpgPix + j * jpgPix; in Send()
287 for (let j = 0; j < importElements.length; j++) {288 const element = importElements[j].trimStart().trimEnd(); constant
764 for (uint32_t j = 0; j < regInfo->second; ++j) { in ProcessingCommand() local