Home
last modified time | relevance | path

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

/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp269 if (size.width == DEFAULT_YEAR_SIZE && size.height == DEFAULT_YEAR_SIZE) { in GetFastThumbNewSize()
270 newSize.height = DEFAULT_YEAR_SIZE; in GetFastThumbNewSize()
271 newSize.width = DEFAULT_YEAR_SIZE; in GetFastThumbNewSize()
274 newSize.height = DEFAULT_YEAR_SIZE; in GetFastThumbNewSize()
275 newSize.width = DEFAULT_YEAR_SIZE; in GetFastThumbNewSize()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_const.h26 constexpr int32_t DEFAULT_YEAR_SIZE = 64; member
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dithumbnail_helper.cpp627 size = {DEFAULT_YEAR_SIZE, DEFAULT_YEAR_SIZE }; in GenMonthAndYearAstcData()

Completed in 4 milliseconds