Searched defs:dng_host (Results 1 - 2 of 2) sorted by relevance

/external/dng_sdk/source/
H A Ddng_host.cpp9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_host.cpp#2 $ */
16 #include "dng_host.h"
39 dng_host::dng_host (dng_memory_allocator *allocator, function in class:dng_host
62 dng_host::~dng_host ()
69 dng_memory_allocator & dng_host::Allocator ()
90 dng_memory_block * dng_host::Allocate (uint32 logicalSize)
99 void dng_host::SniffForAbort ()
108 void dng_host
[all...]
H A Ddng_host.h9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_host.h#2 $ */
15 * Class definition for dng_host, initial point of contact and control between
36 /// dng_host allows setting parameters for the DNG conversion, mediates callback
39 /// Many applications will be able to use the default implementation of dng_host
42 /// dng_host.
44 /// Multiple dng_host objects can be allocated in a single process. This may
45 /// be useful for DNG processing on separate threads. (Distinct dng_host objects
47 /// establishing mutual exclusion for read/write access to a single dng_host
50 class dng_host class
110 /// Allocate a dng_host objec
[all...]

Completed in 1197 milliseconds