/external/dng_sdk/source/ |
dng_file_stream.h | 9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_file_stream.h#1 $ */ 31 class dng_file_stream: public dng_stream class in inherits:dng_stream 45 dng_file_stream (const char *filename, 49 virtual ~dng_file_stream (); 67 dng_file_stream (const dng_file_stream &stream); 69 dng_file_stream & operator= (const dng_file_stream &stream);
|
dng_file_stream.cpp | 9 /* $Id: //mondo/dng_sdk_1_4/dng_sdk/source/dng_file_stream.cpp#2 $ */ 16 #include "dng_file_stream.h" 22 dng_file_stream::dng_file_stream (const char *filename, function in class:dng_file_stream 58 dng_file_stream::~dng_file_stream () 71 uint64 dng_file_stream::DoGetLength () 87 void dng_file_stream::DoRead (void *data, 112 void dng_file_stream::DoWrite (const void *data,
|
dng_validate.cpp | 36 #include "dng_file_stream.h" 97 dng_file_stream stream (filename); 176 dng_file_stream stream2 (gDumpStage1.Get (), true); 216 dng_file_stream stream2 (gDumpStage2.Get (), true); 272 dng_file_stream stream2 (gDumpStage3.Get (), true); 399 dng_file_stream stream2 (gDumpDNG.Get (), true); 472 dng_file_stream stream2 (gDumpTIF.Get (), true);
|
/cts/tests/camera/libctscamera2jni/ |
dng-validate-jni.cpp | 37 #include "dng_file_stream.h" 141 dng_file_stream stream2 (gDumpStage1.Get(), true); 172 dng_file_stream stream2(gDumpStage2.Get(), true); 212 dng_file_stream stream2(gDumpStage3.Get(), true); 305 dng_file_stream stream2(gDumpDNG.Get(), true); 358 dng_file_stream stream2(gDumpTIF.Get(), true);
|