Searched refs:mConfiguredFormat (Results 1 – 2 of 2) sorted by relevance
314 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(surface); in OutputConfiguration()411 mConfiguredFormat = StreamConfigurationMap.imageFormatToInternal(ImageFormat.PRIVATE); in OutputConfiguration()656 if (mConfiguredFormat != SurfaceUtils.getSurfaceFormat(surface)) { in addSurface()662 if (mConfiguredFormat != ImageFormat.PRIVATE && in addSurface()713 this.mConfiguredFormat = other.mConfiguredFormat; in OutputConfiguration()750 mConfiguredFormat = SurfaceUtils.getSurfaceFormat(mSurfaces.get(0)); in OutputConfiguration()755 mConfiguredFormat = StreamConfigurationMap.imageFormatToInternal(ImageFormat.PRIVATE); in OutputConfiguration()899 mConfiguredFormat != other.mConfiguredFormat || in equals()904 mConfiguredFormat != other.mConfiguredFormat || in equals()947 mConfiguredSize.hashCode(), mConfiguredFormat, in hashCode()[all …]
22217 Landroid/hardware/camera2/params/OutputConfiguration;->mConfiguredFormat:I