OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmp_data
(Results
1 - 3
of
3
) sorted by null
/external/dynamic_depth/internal/dynamic_depth/
dynamic_depth.cc
10
#include "xmpmeta/
xmp_data
.h"
34
const std::unique_ptr<XmpData>
xmp_data
= CreateXmpData(true);
local
35
device->SerializeToXmp(
xmp_data
.get());
37
WriteLeftEyeAndXmpMeta(*
xmp_data
, input_jpeg_stream, output_jpeg_stream);
depth_jpeg.cc
12
#include "xmpmeta/
xmp_data
.h"
21
XmpData
xmp_data
;
local
23
ReadXmpFromMemory(image_data, /*XmpSkipExtended*/ false, &
xmp_data
);
26
std::unique_ptr<Device> device = Device::FromXmp(
xmp_data
);
device.cc
13
#include "xmpmeta/
xmp_data
.h"
169
std::unique_ptr<XmpData>
xmp_data
= CreateXmpData(true);
local
170
if (!Serialize(
xmp_data
->MutableExtendedSection())) {
173
return xmlSaveFile(filename,
xmp_data
->ExtendedSection()) != -1;
Completed in 198 milliseconds