Searched refs:surfaceDataspace (Results 1 – 2 of 2) sorted by relevance
555 int surfaceDataspace = SurfaceUtils.getSurfaceDataspace(surface); in isOutputSupportedFor() local561 surfaceDataspace == HAL_DATASPACE_DEPTH ? mDepthConfigurations : in isOutputSupportedFor()562 surfaceDataspace == HAL_DATASPACE_DYNAMIC_DEPTH ? mDynamicDepthConfigurations : in isOutputSupportedFor()563 surfaceDataspace == HAL_DATASPACE_HEIF ? mHeicConfigurations : in isOutputSupportedFor()
263 int surfaceDataspace = SurfaceUtils.getSurfaceDataspace(surface); in ImageWriter() local264 switch (surfaceDataspace) { in ImageWriter()