HomeSort by relevance Sort by last modified time
    Searched full:dng_error_memory (Results 1 - 9 of 9) sorted by null

  /external/dng_sdk/source/
dng_errors.h 41 dng_error_memory, //!< Out of memory. enumerator in enum:__anon18920
dng_exceptions.h 168 /// dng_error_memory .
173 Throw_dng_error (dng_error_memory, NULL, sub_message);
dng_ref_counted_block.h 67 /// \exception dng_memory_full with fErrorCode equal to dng_error_memory.
73 /// \exception dng_memory_full with fErrorCode equal to dng_error_memory.
91 /// \exception dng_memory_full with fErrorCode equal to dng_error_memory.
dng_memory.h 49 /// \exception dng_memory_full with fErrorCode equal to dng_error_memory.
55 /// \exception dng_memory_full with fErrorCode equal to dng_error_memory.
65 /// \exception dng_memory_full with fErrorCode equal to dng_error_memory.
74 /// \exception dng_memory_full with fErrorCode equal to dng_error_memory.
85 /// \exception dng_memory_full with fErrorCode equal to dng_error_memory.
525 /// \exception dng_exception with fErrorCode equal to dng_error_memory.
544 // dng_exception with error code dng_error_memory if it cannot allocate memory.
dng_exceptions.cpp 110 case dng_error_memory:
dng_auto_ptr.h 199 /// dng_exception with error code dng_error_memory is thrown.
209 /// dng_exception with error code dng_error_memory is thrown.
dng_host.cpp 217 case dng_error_memory:
dng_validate.cpp 23 // For example, the error dng_error_memory, which has a DNG SDK error code of
dng_utils.h 252 // dng_exception with dng_error_memory error code if one of the components of

Completed in 262 milliseconds