Searched refs:thumbnail (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/contrib/examples/
H A DMakefile.am2 check_PROGRAMS = photographer thumbnail write-exif
H A DMakefile.in36 check_PROGRAMS = photographer$(EXEEXT) thumbnail$(EXEEXT) \
66 thumbnail_SOURCES = thumbnail.c
67 thumbnail_OBJECTS = thumbnail.$(OBJEXT)
87 SOURCES = photographer.c thumbnail.c write-exif.c
88 DIST_SOURCES = photographer.c thumbnail.c write-exif.c
284 thumbnail$(EXEEXT): $(thumbnail_OBJECTS) $(thumbnail_DEPENDENCIES)
285 @rm -f thumbnail$(EXEEXT)
298 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/thumbnail.Po@am__quote@
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Dwtvenc.c108 AVPacket thumbnail; member in struct:__anon3660
466 if (st->codec->codec_id == AV_CODEC_ID_MJPEG && !wctx->thumbnail.size) {
467 av_copy_packet(&wctx->thumbnail, pkt);
680 if (wctx->thumbnail.size) {
681 AVStream *st = s->streams[wctx->thumbnail.stream_index];
683 write_metadata_header(pb, 2, "WM/Picture", attachment_value_size(&wctx->thumbnail, tag));
689 avio_wl32(pb, wctx->thumbnail.size);
690 avio_write(pb, wctx->thumbnail.data, wctx->thumbnail.size);
709 if (wctx->thumbnail
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/macosx/QuickLookPlugin/
H A Dmain.c39 // The thumbnail generation function to be implemented in GenerateThumbnailForURL.c
40 OSStatus GenerateThumbnailForURL(void *thisInterface, QLThumbnailRequestRef thumbnail, CFURLRef url, CFStringRef contentTypeUTI, CFDictionaryRef options, CGSize maxSize);
41 void CancelThumbnailGeneration(void* thisInterface, QLThumbnailRequestRef thumbnail);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_thumbnail.c23 * Potential thumbnail lookup filter to reduce the risk of an inappropriate
57 AVFILTER_DEFINE_CLASS(thumbnail); variable
175 /* loop until a frame thumbnail is available (when a frame is queued,
230 .name = "thumbnail",
H A Dallfilters.c205 REGISTER_FILTER(THUMBNAIL, thumbnail, vf);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dfilter-video.mak279 FATE_FILTER_VSYNTH-$(CONFIG_THUMBNAIL_FILTER) += fate-filter-thumbnail
280 fate-filter-thumbnail: CMD = video_filter "thumbnail=10"

Completed in 200 milliseconds