/third_party/skia/third_party/externals/piex/src/ |
D | piex.cc | 133 preview_image_data->thumbnail = thumbnail_data.thumbnail; in GetThumbnailOffsetAndLength() 253 &preview_image_data->thumbnail.offset, in GetOlympusPreviewImage() 254 &preview_image_data->thumbnail.length)) { in GetOlympusPreviewImage() 437 Image thumbnail; in DngGetPreviewData() local 443 thumbnail = temp_image; in DngGetPreviewData() 454 if (temp_image > thumbnail) { in DngGetPreviewData() 455 thumbnail = temp_image; in DngGetPreviewData() 466 preview_image_data->thumbnail = thumbnail; in DngGetPreviewData() 483 if (preview_image_data->thumbnail.length == 0) { in NefGetPreviewData() 486 preview_image_data->thumbnail = thumbnail_data.thumbnail; in NefGetPreviewData() [all …]
|
D | piex_types.h | 85 Image thumbnail; member
|
D | tiff_parser.cc | 152 preview_image_data->thumbnail = image; in FillPreviewImageData()
|
/third_party/ffmpeg/libavformat/ |
D | wtvenc.c | 108 AVPacket thumbnail; member 466 if (st->codecpar->codec_id == AV_CODEC_ID_MJPEG && !wctx->thumbnail.size) { in write_packet() 467 av_packet_ref(&wctx->thumbnail, pkt); in write_packet() 681 if (wctx->thumbnail.size) { in write_table_entries_attrib() 682 AVStream *st = s->streams[wctx->thumbnail.stream_index]; in write_table_entries_attrib() 684 write_metadata_header(pb, 2, "WM/Picture", attachment_value_size(&wctx->thumbnail, tag)); in write_table_entries_attrib() 690 avio_wl32(pb, wctx->thumbnail.size); in write_table_entries_attrib() 691 avio_write(pb, wctx->thumbnail.data, wctx->thumbnail.size); in write_table_entries_attrib() 710 if (wctx->thumbnail.size) { in write_table_redirector_legacy_attrib() 711 AVStream *st = s->streams[wctx->thumbnail.stream_index]; in write_table_redirector_legacy_attrib() [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_image_writer.cpp | 5264 const dng_jpeg_preview *thumbnail, in WriteTIFF() argument 5277 thumbnail, in WriteTIFF() 5293 const dng_jpeg_preview *thumbnail, in WriteTIFF() argument 5321 thumbnail, in WriteTIFF() 5338 const dng_jpeg_preview *thumbnail, in WriteTIFFWithProfile() argument 5352 thumbnail, in WriteTIFFWithProfile() 5369 const dng_jpeg_preview *thumbnail, in WriteTIFFWithProfile() argument 5521 thumbnail, in WriteTIFFWithProfile() 5795 const dng_preview *thumbnail = NULL; in WriteDNG() local 5813 if (!thumbnail || thisArea < thumbArea) in WriteDNG() [all …]
|
D | dng_image_writer.h | 1106 const dng_jpeg_preview *thumbnail = NULL, 1118 const dng_jpeg_preview *thumbnail = NULL, 1146 const dng_jpeg_preview *thumbnail = NULL, 1159 const dng_jpeg_preview *thumbnail = NULL,
|
D | dng_negative.cpp | 264 const dng_jpeg_preview *thumbnail) const in BuildExifBlock() 335 if (thumbnail) in BuildExifBlock() 347 thumbDataLength.Set (thumbnail->fCompressedData->LogicalSize ()); in BuildExifBlock() 378 if (thumbnail) in BuildExifBlock() 383 stream.Put (thumbnail->fCompressedData->Buffer (), in BuildExifBlock() 384 thumbnail->fCompressedData->LogicalSize ()); in BuildExifBlock()
|
D | dng_negative.h | 388 const dng_jpeg_preview *thumbnail = NULL) const;
|
/third_party/ffmpeg/tests/ref/fate/ |
D | filter-thumbnail | 1 thumbnail 8b54dbc891b9cc05742dd0f5b74c0727
|
/third_party/libexif/contrib/examples/ |
D | Makefile.am | 2 check_PROGRAMS = photographer thumbnail write-exif program
|
/third_party/ffmpeg/libavfilter/ |
D | vf_thumbnail_cuda.c | 199 static int thumbnail(AVFilterContext *ctx, int *histogram, AVFrame *in) in thumbnail() function 270 thumbnail(ctx, (int*)s->data, frame); in filter_frame()
|
D | vf_thumbnail.c | 61 AVFILTER_DEFINE_CLASS(thumbnail);
|
/third_party/rust/crates/static-assertions-rs/ |
D | .gitignore | 129 # Windows thumbnail cache files
|
/third_party/ffmpeg/doc/ |
D | bootstrap.min.css | 5 …thumbnail>img,.thumbnail a>img,.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block…
|
/third_party/libinput/doc/api/style/ |
D | bootstrap.css | 1124 .thumbnail > img, 1125 .thumbnail a > img, 1135 .img-thumbnail { 5051 .thumbnail { 5063 .thumbnail > img, 5064 .thumbnail a > img { 5068 a.thumbnail:hover, 5069 a.thumbnail:focus, 5070 a.thumbnail.active { 5073 .thumbnail .caption { [all …]
|
/third_party/libevdev/doc/html/ |
D | bootstrap.css | 1124 .thumbnail > img, 1125 .thumbnail a > img, 1135 .img-thumbnail { 5051 .thumbnail { 5063 .thumbnail > img, 5064 .thumbnail a > img { 5068 a.thumbnail:hover, 5069 a.thumbnail:focus, 5070 a.thumbnail.active { 5073 .thumbnail .caption { [all …]
|
/third_party/libevdev/doc/style/ |
D | bootstrap.css | 1124 .thumbnail > img, 1125 .thumbnail a > img, 1135 .img-thumbnail { 5051 .thumbnail { 5063 .thumbnail > img, 5064 .thumbnail a > img { 5068 a.thumbnail:hover, 5069 a.thumbnail:focus, 5070 a.thumbnail.active { 5073 .thumbnail .caption { [all …]
|
/third_party/ffmpeg/tests/fate/ |
D | filter-video.mak | 517 …E_FILTER_VSYNTH_VIDEO_FILTER-$(call ALLYES, SCALE_FILTER THUMBNAIL_FILTER) += fate-filter-thumbnail 518 fate-filter-thumbnail: CMD = video_filter "scale,thumbnail=10"
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | change.log | 153 djpeg's trace mode reports JFIF 1.02 thumbnail images as such, rather
|
/third_party/libexif/ |
D | ChangeLog | 192 * Don't warn "No thumbnail but entries on thumbnail." unless 941 thumbnail data is available.
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_QCOM_image_processing.adoc | 52 …h quality single-pass image down-scaling with arbitrary scaling ratios (e.g. thumbnail generation).
|
/third_party/ffmpeg/ |
D | Changelog | 679 - CUDA thumbnail filter 1414 - thumbnail video filter
|
/third_party/libexif/po/ |
D | en_AU.po | 3282 "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This " 3285 "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This " 3294 "The number of bytes of JPEG compressed thumbnail data. This is not used for " 3300 "The number of bytes of JPEG compressed thumbnail data. This is not used for "
|
D | en_GB.po | 3282 "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This " 3285 "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This " 3294 "The number of bytes of JPEG compressed thumbnail data. This is not used for " 3300 "The number of bytes of JPEG compressed thumbnail data. This is not used for "
|
D | ru.po | 3252 "The offset to the start byte (SOI) of JPEG compressed thumbnail data. This " 3262 "The number of bytes of JPEG compressed thumbnail data. This is not used for "
|