Searched refs:PHOTO_THUMB_SIZE (Results 1 – 10 of 10) sorted by relevance
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/ |
H A D | media_column.cpp | 93 const std::string PhotoColumn::PHOTO_THUMB_SIZE = "thumb_size"; member in OHOS::Media::PhotoColumn 220 PHOTO_THUMB_SIZE + " TEXT," + 413 …PhotoColumn::PHOTO_THUMB_SIZE, PhotoColumn::MOVING_PHOTO_EFFECT_MODE, PhotoColumn::PHOTO_COVER_POS…
|
H A D | fetch_result.cpp | 83 { PhotoColumn::PHOTO_THUMB_SIZE, TYPE_STRING}, in GetResultTypeMap()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/ |
H A D | medialibrary_napi_utils.h | 479 std::make_pair("THM_SIZE", PhotoColumn::PHOTO_THUMB_SIZE), 568 PhotoColumn::PHOTO_THUMB_SIZE, 611 {PhotoColumn::PHOTO_THUMB_SIZE, {TYPE_STRING, "thmSize"}}, in GetTypeMap()
|
/ohos5.0/foundation/multimedia/media_library/interfaces/inner_api/media_library_helper/include/ |
H A D | media_column.h | 120 static const std::string PHOTO_THUMB_SIZE EXPORT;
|
/ohos5.0/foundation/multimedia/media_library/interfaces/kits/js/include/sendable/ |
H A D | sendable_medialibrary_napi_utils.h | 77 {PhotoColumn::PHOTO_THUMB_SIZE, {TYPE_STRING, "thmSize"}}, in GetTypeMap()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_mtp/src/ |
H A D | mtp_medialibrary_manager.cpp | 308 columns.push_back(PhotoColumn::PHOTO_THUMB_SIZE); in GetPhotosInfo() 624 auto thumbSizeValue = fileAsset->GetStrMember(PhotoColumn::PHOTO_THUMB_SIZE); in GetThumb()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/ |
H A D | thumbnail_generate_helper.cpp | 465 ThumbnailUtils::SetThumbnailSizeValue(values, tmpSize, PhotoColumn::PHOTO_THUMB_SIZE); in UpdateStreamReadThumbDbStatus()
|
H A D | ithumbnail_helper.cpp | 763 ThumbnailUtils::SetThumbnailSizeValue(values, thumbSize, PhotoColumn::PHOTO_THUMB_SIZE); in UpdateThumbDbState()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_album_fusion_utils.cpp | 113 {PhotoColumn::PHOTO_THUMB_SIZE, ResultSetDataType::TYPE_STRING},
|
H A D | medialibrary_rdbstore.cpp | 2908 …"ALTER TABLE " + PhotoColumn::PHOTOS_TABLE + " ADD COLUMN " + PhotoColumn::PHOTO_THUMB_SIZE + " TE… in AddLcdAndThumbSizeColumns()
|