Searched refs:srcBufInt (Results 1 – 1 of 1) sorted by relevance
160 srcBufInt = null; in setSourceImage()246 srcBufInt = db.getData(); in setSourceImage()257 srcBufInt = null; in setSourceImage()275 srcBufInt = null; in setSourceImage()332 if (srcBuf == null && srcBufInt == null && srcYUVImage == null) in compress()356 } else if (srcBufInt != null) { in compress()358 compressedSize = compress(srcBufInt, srcX, srcY, srcWidth, srcStride, in compress()362 compressedSize = compress(srcBufInt, srcWidth, srcStride, srcHeight, in compress()429 if (srcBuf == null && srcBufInt == null) in encodeYUV()437 if (srcBufInt != null) { in encodeYUV()[all …]