OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:iptc
(Results
1 - 6
of
6
) sorted by null
/external/dng_sdk/source/
dng_xmp.cpp
1929
void dng_xmp::SyncIPTC (dng_iptc &
iptc
,
1935
iptc
.fTitle,
1940
iptc
.fCategory,
1947
if (
iptc
.fUrgency >= 0)
1950
x = (uint32)
iptc
.fUrgency;
1963
iptc
.fUrgency = (int32) x;
1971
iptc
.fSupplementalCategories,
1977
iptc
.fKeywords,
1983
iptc
.fInstructions,
1988
dng_string s =
iptc
.fDateTimeCreated.Encode_ISO_8601 ()
2102
dng_
iptc
iptc
;
local
2198
dng_
iptc
iptc
;
local
[
all
...]
dng_xmp.h
382
void SyncIPTC (dng_iptc &
iptc
,
/external/ImageMagick/coders/
meta.c
1027
/* Embed binary
IPTC
data into a JPEG image. */
1028
static int jpeg_embed(Image *ifile, Image *ofile, Image *
iptc
)
1067
if (
iptc
!= (Image *) NULL)
1072
len=(unsigned int) GetBlobSize(
iptc
);
1079
jpeg_read_remaining(
iptc
, ofile);
1080
len=(unsigned int) GetBlobSize(
iptc
);
1292
*
iptc
;
local
[
all
...]
heic.c
504
iptc
;
530
iptc
=MagickFalse;
502
iptc
;
local
gif.c
1147
iptc
,
local
[
all
...]
jpeg.c
641
Not a
IPTC
profile, return.
680
/* The
IPTC
profile is actually an 8bim */
700
"Profile:
iptc
, %.20g bytes",(double) length);
2031
iptc
;
local
[
all
...]
Completed in 225 milliseconds