Searched refs:srcBufInt (Results 1 – 1 of 1) sorted by relevance
157 srcBufInt = null; in setSourceImage()242 srcBufInt = db.getData(); in setSourceImage()253 srcBufInt = null; in setSourceImage()271 srcBufInt = null; in setSourceImage()328 if (srcBuf == null && srcBufInt == null && srcYUVImage == null) in compress()352 } else if (srcBufInt != null) { in compress()354 compressedSize = compress(srcBufInt, srcX, srcY, srcWidth, srcStride, in compress()358 compressedSize = compress(srcBufInt, srcWidth, srcStride, srcHeight, in compress()423 if (srcBuf == null && srcBufInt == null) in encodeYUV()432 if (srcBufInt != null) { in encodeYUV()[all …]