Home
last modified time | relevance | path

Searched refs:thumbnail (Results 1 – 22 of 22) sorted by relevance

/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/gnome-desktop/
H A Dgnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch4 Subject: [PATCH 1/2] gnome-desktop-thumbnail: don't convert time_t to long
22 libgnome-desktop/gnome-desktop-thumbnail.c | 16 ++++++++++++++--
25 diff --git a/libgnome-desktop/gnome-desktop-thumbnail.c b/libgnome-desktop/gnome-desktop-thumbnail.c
27 --- a/libgnome-desktop/gnome-desktop-thumbnail.c
28 +++ b/libgnome-desktop/gnome-desktop-thumbnail.c
/OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc33 taskbar button overlay, and thumbnail toolbar.
116 \image qtwinextras-musicplayer-thumbnail.png Screenshot of the Music Player thumbnail
124 The buttons in the thumbnail toolbar are updated accordingly whenever the state
/OK3568_Linux_fs/app/forlinx/forlinx_qt/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc33 taskbar button overlay, and thumbnail toolbar.
116 \image qtwinextras-musicplayer-thumbnail.png Screenshot of the Music Player thumbnail
124 The buttons in the thumbnail toolbar are updated accordingly whenever the state
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/mediaplayer/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc33 taskbar button overlay, and thumbnail toolbar.
116 \image qtwinextras-musicplayer-thumbnail.png Screenshot of the Music Player thumbnail
124 The buttons in the thumbnail toolbar are updated accordingly whenever the state
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/musicplayer/doc/src/
H A Dqtwinextras-musicplayer.qdoc33 taskbar button overlay, and thumbnail toolbar.
116 \image qtwinextras-musicplayer-thumbnail.png Screenshot of the Music Player thumbnail
124 The buttons in the thumbnail toolbar are updated accordingly whenever the state
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/aiq_core/
H A Dthumbnails.cpp233 std::pair<rkaiq_thumbnails_config_t, std::shared_ptr<RefCountedVideoBuffer>> thumbnail; member
483 auto& scaled = p.payload->thumbnail.second; in operator ()()
484 auto& config = p.payload->thumbnail.first; in operator ()()
612 param.payload->thumbnail = std::make_pair(config, dst); in OnFrameEvent()
628 auto& config = p.payload->thumbnail.first; in OnFrameEvent()
629 auto& buf = p.payload->thumbnail.second; in OnFrameEvent()
H A DRkAiqCore.cpp2844 void RkAiqCore::onThumbnailsResult(const rkaiq_thumbnails_t& thumbnail) { in onThumbnailsResult() argument
2845 LOGV_ANALYZER("Callback thumbnail : id:%d, type:%d, 1/%dx1/%d, %dx%d", thumbnail.frame_id, in onThumbnailsResult()
2846 thumbnail.config.stream_type, thumbnail.config.width_intfactor, in onThumbnailsResult()
2847 thumbnail.config.height_intfactor, thumbnail.buffer->info.width, in onThumbnailsResult()
2848 thumbnail.buffer->info.height); in onThumbnailsResult()
2850 thumbnail.buffer->ref(thumbnail.buffer); in onThumbnailsResult()
2851 if (thumbnail.frame_id == 1) { in onThumbnailsResult()
2852 char* ptr = reinterpret_cast<char*>(thumbnail.buffer->map(thumbnail.buffer)); in onThumbnailsResult()
2853 size_t size = thumbnail.buffer->info.size; in onThumbnailsResult()
2855 path.append(std::to_string(thumbnail.frame_id)); in onThumbnailsResult()
[all …]
H A Dthumbnails.h137 using ResultCallback = std::function<void(const rkaiq_thumbnails_t& thumbnail)>;
H A DRkAiqCore.h655 void onThumbnailsResult(const rkaiq_thumbnails_t& thumbnail);
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/epeg/
H A Depeg_git.bb2 DESCRIPTION = "Insanely fast JPEG/ JPG thumbnail scaling with the minimum fuss and CPU overhead. It…
/OK3568_Linux_fs/yocto/meta-openembedded/meta-xfce/recipes-xfce/tumbler/
H A Dtumbler_4.16.0.bb1 DESCRIPTION = "Thumbnail service implementing the thumbnail management D-Bus specification"
/OK3568_Linux_fs/yocto/meta-openembedded/meta-gnome/recipes-gnome/gnome-desktop/
H A Dgnome-desktop_42.0.bb21 file://gnome-desktop-thumbnail-don-t-assume-time_t-is-long.patch \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/
H A Dqtpositioning.qdocconf58 manifestmeta.thumbnail.names += "QtPositioning/Log File*"
/OK3568_Linux_fs/debian/packages-patches/cheese/
H A D0001-Fix-infinite-loop-if-thumbnailer-is-not-available.patch8 thumbnail if thumbnailing failed.
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css236 .jumbotron .img-thumbnail {
H A Dbootstrap.min.css5thumbnail a>img,.thumbnail>img{display:block;max-width:100%;height:auto}.img-rounded{border-radius…
H A Dbootstrap.css1120 .thumbnail > img,
1121 .thumbnail a > img,
1131 .img-thumbnail {
5004 .thumbnail {
5016 .thumbnail > img,
5017 .thumbnail a > img {
5021 a.thumbnail:hover,
5022 a.thumbnail:focus,
5023 a.thumbnail.active {
5026 .thumbnail .caption {
[all …]
H A Ddefault.css294 .img-thumbnail { padding: 0; }
H A Dbootstrap.css.map1thumbnail > img,\n.thumbnail a > img,\n.carousel-inner > .item > img,\n.carousel-inner > .item > a…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/doc/src/
H A Dqml-position.qdoc116 The \l{GeoFlickr (QML)}{GeoFlickr Example} uses the Location to download thumbnail
H A Dcpp-position.qdoc182 The \l{GeoFlickr QML}{Flickr Example} uses the current location to download thumbnail
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/
H A Drk_aiq_pool.h221 SmartPtr<rkaiq_image_source_t> thumbnail; member