Home
last modified time | relevance | path

Searched refs:isCompressImageSuccess (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/
H A Dmtp_media_library.cpp507 bool isCompressImageSuccess = CompressImage(*sPixelMap.get(), *outThumb); in GetVideoThumb() local
508 …CHECK_AND_RETURN_RET_LOG(isCompressImageSuccess == true, MTP_ERROR_NO_THUMBNAIL_PRESENT, "Compress… in GetVideoThumb()
538 bool isCompressImageSuccess = CompressImage(*cropPixelMap, *outThumb); in GetPictureThumb() local
539 …CHECK_AND_RETURN_RET_LOG(isCompressImageSuccess == true, MTP_ERROR_NO_THUMBNAIL_PRESENT, "Compress… in GetPictureThumb()