Searched refs:surfaceFormat (Results 1 – 4 of 4) sorted by relevance
66 int surfaceFormat = getSurfaceFormat(surface); in isSurfaceForPreview() local87 int surfaceFormat = getSurfaceFormat(surface); in isSurfaceForHwVideoEncoder() local221 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in checkHighSpeedSurfaceFormat() local223 if (surfaceFormat != ImageFormat.PRIVATE) { in checkHighSpeedSurfaceFormat()224 throw new IllegalArgumentException("Surface format(" + surfaceFormat + ") is not" in checkHighSpeedSurfaceFormat()
407 int32_t width, height, surfaceFormat; in ImageWriter_init() local443 if ((res = anw->query(anw.get(), NATIVE_WINDOW_FORMAT, &surfaceFormat)) != OK) { in ImageWriter_init()468 surfaceFormat = userFormat; in ImageWriter_init()471 ctx->setBufferFormat(surfaceFormat); in ImageWriter_init()473 gImageWriterClassInfo.mWriterFormat, reinterpret_cast<jint>(surfaceFormat)); in ImageWriter_init()475 if (!isFormatOpaque(surfaceFormat)) { in ImageWriter_init()480 surfaceFormat, strerror(-res), res); in ImageWriter_init()
554 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in isOutputSupportedFor() local566 if (config.getFormat() == surfaceFormat && config.isOutput()) { in isOutputSupportedFor()
858 pSurfaceFormats[i].surfaceFormat = surface_formats[i]; in GetPhysicalDeviceSurfaceFormats2KHR()