Home | History | Annotate | Download | only in rs

Lines Matching defs:outWidth

282         int outWidth = argbOutput.getWidth();
284 if (outWidth + outputOffsetX > inputWidth || outHeight + outputOffsetY > inputHeight) {
287 + outWidth + ", h=" + outHeight + ").");
296 Log.d(TAG, "Output width,height: " + outWidth + "," + outHeight);