Searched refs:surfaceFormat (Results 1 – 3 of 3) 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()
419 int32_t surfaceFormat = 0; in ImageWriter_init() local495 surfaceFormat = static_cast<int32_t>(mapHalFormatDataspaceToPublicFormat( in ImageWriter_init()498 gImageWriterClassInfo.mWriterFormat, reinterpret_cast<jint>(surfaceFormat)); in ImageWriter_init()510 surfaceFormat, strerror(-res), res); in ImageWriter_init()
600 int surfaceFormat = SurfaceUtils.getSurfaceFormat(surface); in isOutputSupportedFor() local613 if (config.getFormat() == surfaceFormat && config.isOutput()) { in isOutputSupportedFor()