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()
203 for (int j = 0; j < retWidth; j++) { in Send() local204 int input_base_pos = i * retWidth * pixelSize + j * pixelSize; in Send()205 int now_base_pos = i * retWidth * jpgPix + j * jpgPix; in Send()
300 for (let j = 0; j < importElements.length; j++) {301 const element = importElements[j].trimStart().trimEnd(); constant
776 for (uint32_t j = 0; j < regInfo->second; ++j) { in ProcessingCommand() local