Searched refs:srcBufInt (Results 1 – 1 of 1) sorted by relevance
159 srcBufInt = null; in setSourceImage()244 srcBufInt = db.getData(); in setSourceImage()255 srcBufInt = null; in setSourceImage()273 srcBufInt = null; in setSourceImage()330 if (srcBuf == null && srcBufInt == null && srcYUVImage == null) in compress()354 } else if (srcBufInt != null) { in compress()356 compressedSize = compress(srcBufInt, srcX, srcY, srcWidth, srcStride, in compress()360 compressedSize = compress(srcBufInt, srcWidth, srcStride, srcHeight, in compress()425 if (srcBuf == null && srcBufInt == null) in encodeYUV()433 if (srcBufInt != null) { in encodeYUV()[all …]