OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dng_validate
(Results
1 - 3
of
3
) sorted by null
/external/dng_sdk/
Android.mk
145
LOCAL_MODULE :=
dng_validate
149
source/
dng_validate
.cpp
/cts/tests/camera/libctscamera2jni/
dng-validate-jni.cpp
29
* This code is largely based on the
dng_validate
.cpp implementation included
84
static dng_error_code
dng_validate
(const void* data, uint32_t count) {
function
277
preview->fInfo.fApplicationName.Set("
dng_validate
");
406
ALOGE("Error redirecting
dng_validate
output: %d", errno);
416
dng_error_code dng_err =
dng_validate
(buffer, bufferCount);
432
ALOGE("Error reading from
dng_validate
output pipe: %d", errno);
440
//
dng_validate
doesn't actually propagate all errors/warnings to the
/external/dng_sdk/source/
dng_validate.cpp
9
/* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/
dng_validate
.cpp#2 $ */
89
static dng_error_code
dng_validate
(const char *filename)
function
357
preview->fInfo.fApplicationName .Set ("
dng_validate
");
530
"
dng_validate
, version " kDNGValidateVersion " "
877
dng_error_code error_code =
dng_validate
(argv [index++]);
Completed in 3383 milliseconds