Home
last modified time | relevance | path

Searched refs:lcdSize (Results 1 - 3 of 3) sorted by relevance

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_generate_helper.cpp161 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 Dithumbnail_helper.cpp701 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 Dthumbnail_utils.cpp1099 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