HomeSort by relevance Sort by last modified time
    Searched defs:dng_host (Results 1 - 2 of 2) sorted by null

  /external/dng_sdk/source/
dng_host.cpp 9 /* $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::ValidateSizes (
    [all...]
dng_host.h 9 /* $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 object, possiblly with custom allocator and sniffer
    [all...]

Completed in 65 milliseconds