Searched refs:isCompressImageSuccess (Results 1 – 1 of 1) sorted by relevance
507 bool isCompressImageSuccess = CompressImage(*sPixelMap.get(), *outThumb); in GetVideoThumb() local508 …CHECK_AND_RETURN_RET_LOG(isCompressImageSuccess == true, MTP_ERROR_NO_THUMBNAIL_PRESENT, "Compress… in GetVideoThumb()538 bool isCompressImageSuccess = CompressImage(*cropPixelMap, *outThumb); in GetPictureThumb() local539 …CHECK_AND_RETURN_RET_LOG(isCompressImageSuccess == true, MTP_ERROR_NO_THUMBNAIL_PRESENT, "Compress… in GetPictureThumb()