Lines Matching refs:dataSpace
203 int32_t format, android_dataspace dataSpace, in roundBufferDimensionNearest() argument
215 (dataSpace == HAL_DATASPACE_DEPTH) ? info.find(depthSizesTag) : in roundBufferDimensionNearest()
216 (dataSpace == static_cast<android_dataspace>(HAL_DATASPACE_HEIF)) ? in roundBufferDimensionNearest()
331 android_dataspace dataSpace; in createSurfaceFromGbp() local
351 reinterpret_cast<int*>(&dataSpace))) != OK) { in createSurfaceFromGbp()
384 format, dataSpace, physicalCameraMetadata, foundInMaxRes, /*out*/&width, in createSurfaceFromGbp()
397 streamInfo.dataSpace = dataSpace; in createSurfaceFromGbp()
421 if (dataSpace != streamInfo.dataSpace) { in createSurfaceFromGbp()
423 logicalCameraId.string(), dataSpace, streamInfo.dataSpace); in createSurfaceFromGbp()
454 stream->v3_4.v3_2.dataSpace = Camera3Device::mapToHidlDataspace(streamInfo.dataSpace); in mapStreamInfo()
629 streamInfo.dataSpace = android_dataspace_t::HAL_DATASPACE_UNKNOWN; in convertToHALStreamCombination()