Searched refs:lcdSize (Results 1 - 3 of 3) sorted by relevance
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_generate_helper.cpp | 161 Size lcdSize; in CreateAstcCloudDownload() local 162 if (data.mediaType == MEDIA_TYPE_VIDEO && ThumbnailUtils::GetLocalThumbSize(data, ThumbnailType::LCD, lcdSize)) { in CreateAstcCloudDownload() 163 ThumbnailUtils::SetThumbnailSizeValue(values, lcdSize, PhotoColumn::PHOTO_LCD_SIZE); in CreateAstcCloudDownload()
|
H A D | ithumbnail_helper.cpp | 701 Size lcdSize; in UpdateThumbDbState() local 702 if (ThumbnailUtils::GetLocalThumbSize(data, ThumbnailType::LCD, lcdSize)) { in UpdateThumbDbState() 703 ThumbnailUtils::SetThumbnailSizeValue(values, lcdSize, PhotoColumn::PHOTO_LCD_SIZE); in UpdateThumbDbState()
|
H A D | thumbnail_utils.cpp | 1099 Size lcdSize; in UpdateLcdInfo() local 1100 if (GetLocalThumbSize(data, ThumbnailType::LCD, lcdSize)) { in UpdateLcdInfo() 1101 SetThumbnailSizeValue(values, lcdSize, PhotoColumn::PHOTO_LCD_SIZE); in UpdateLcdInfo()
|
Completed in 7 milliseconds