Home | History | Annotate | Download | only in videochatcameratest

Lines Matching refs:imageFormat

7 import android.graphics.ImageFormat;
341 parameters.setPreviewFormat(ImageFormat.NV21);
363 int imageFormat = parameters.getPreviewFormat();
364 if (imageFormat != ImageFormat.NV21) {
365 status = "Bad reported image format, wanted NV21 (" + ImageFormat.NV21 +
366 ") got " + imageFormat;
372 * ImageFormat.getBitsPerPixel(imageFormat) / 8;
376 " but got " + imageFormat;