Home
last modified time | relevance | path

Searched refs:DEFAULT_THUMB_SIZE (Results 1 - 5 of 5) sorted by relevance

/foundation/multimedia/media_library/frameworks/js/src/
H A Dthumbnail_manager.cpp100 return ((size.width >= DEFAULT_THUMB_SIZE || size.height >= DEFAULT_THUMB_SIZE) || in IsPhotoSizeThumb()
277 } else if (size.width <= DEFAULT_THUMB_SIZE && size.height <= DEFAULT_THUMB_SIZE) { in GetFastThumbNewSize()
282 newSize.height = DEFAULT_THUMB_SIZE; in GetFastThumbNewSize()
283 newSize.width = DEFAULT_THUMB_SIZE; in GetFastThumbNewSize()
464 size.width = DEFAULT_THUMB_SIZE; in QueryKeyFrameThumbnail()
465 size.height = DEFAULT_THUMB_SIZE; in QueryKeyFrameThumbnail()
H A Dfile_asset_napi.cpp1832 asyncContext->size.width = DEFAULT_THUMB_SIZE; in GetJSArgsForGetThumbnail()
1833 asyncContext->size.height = DEFAULT_THUMB_SIZE; in GetJSArgsForGetThumbnail()
1919 asyncContext->size.width = DEFAULT_THUMB_SIZE; in GetPhotoRequestArgs()
1920 asyncContext->size.height = DEFAULT_THUMB_SIZE; in GetPhotoRequestArgs()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_uri_utils.cpp125 outSize.width = DEFAULT_THUMB_SIZE; in CheckSize()
126 outSize.height = DEFAULT_THUMB_SIZE; in CheckSize()
/foundation/multimedia/media_library/frameworks/services/media_thumbnail/include/
H A Dthumbnail_const.h28 constexpr int32_t DEFAULT_THUMB_SIZE = 256; member
228 if (std::min(width, height) <= DEFAULT_THUMB_SIZE && in GetThumbType()
263 return std::min(width, height) <= DEFAULT_THUMB_SIZE && in IsThumbnail()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_file_asset_napi.cpp709 asyncContext->size.width = DEFAULT_THUMB_SIZE; in GetJSArgsForGetThumbnail()
710 asyncContext->size.height = DEFAULT_THUMB_SIZE; in GetJSArgsForGetThumbnail()
775 asyncContext->size.width = DEFAULT_THUMB_SIZE; in GetPhotoRequestArgs()
776 asyncContext->size.height = DEFAULT_THUMB_SIZE; in GetPhotoRequestArgs()

Completed in 18 milliseconds