Searched refs:currentPhotoQuality (Results 1 – 2 of 2) sorted by relevance
287 int currentPhotoQuality = HIGH_QUALITY_IMAGE; in QueryPhotoStatus() local288 resultSet->GetInt(columnIndexQuality, currentPhotoQuality); in QueryPhotoStatus()289 if (currentPhotoQuality == LOW_QUALITY_IMAGE) { in QueryPhotoStatus()293 MEDIA_ERR_LOG("Query photo status quality: %{public}d", currentPhotoQuality); in QueryPhotoStatus()
291 int currentPhotoQuality = HIGH_QUALITY_IMAGE; in QueryPhotoStatus() local292 resultSet->GetInt(columnIndexQuality, currentPhotoQuality); in QueryPhotoStatus()293 if (currentPhotoQuality == LOW_QUALITY_IMAGE) { in QueryPhotoStatus()297 NAPI_DEBUG_LOG("query photo status quality: %{public}d", currentPhotoQuality); in QueryPhotoStatus()