Searched refs:actualPitch (Results 1 – 1 of 1) sorted by relevance
219 jsize arraySize = 0, actualPitch; in TJCompressor_compress() local230 actualPitch = (pitch == 0) ? width * tjPixelSize[pf] : pitch; in TJCompressor_compress()231 arraySize = (y + height - 1) * actualPitch + (x + width) * tjPixelSize[pf]; in TJCompressor_compress()243 if (tjCompress2(handle, &srcBuf[y * actualPitch + x * tjPixelSize[pf]], in TJCompressor_compress()395 jsize arraySize = 0, actualPitch; in TJCompressor_encodeYUV() local418 actualPitch = (pitch == 0) ? width * tjPixelSize[pf] : pitch; in TJCompressor_encodeYUV()419 arraySize = (y + height - 1) * actualPitch + (x + width) * tjPixelSize[pf]; in TJCompressor_encodeYUV()447 if (tjEncodeYUVPlanes(handle, &srcBuf[y * actualPitch + x * tjPixelSize[pf]], in TJCompressor_encodeYUV()664 jsize arraySize = 0, actualPitch; in TJDecompressor_decompress() local676 actualPitch = (pitch == 0) ? width * tjPixelSize[pf] : pitch; in TJDecompressor_decompress()[all …]