OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImfInputFile
(Results
1 - 12
of
12
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfCRgbaFile.h
376
struct
ImfInputFile
;
377
typedef struct
ImfInputFile
ImfInputFile
;
379
ImfInputFile
* ImfOpenInputFile (const char name[]);
381
int ImfCloseInputFile (
ImfInputFile
*in);
383
int ImfInputSetFrameBuffer (
ImfInputFile
*in,
388
int ImfInputReadPixels (
ImfInputFile
*in,
392
const ImfHeader * ImfInputHeader (const
ImfInputFile
*in);
394
int ImfInputChannels (const
ImfInputFile
*in);
396
const char * ImfInputFileName (const
ImfInputFile
*in)
[
all
...]
ImfCRgbaFile.cpp
126
infile (
ImfInputFile
*in)
133
infile (const
ImfInputFile
*in)
1161
ImfInputFile
*
1166
return (
ImfInputFile
*) new Imf::RgbaInputFile (name);
1177
ImfCloseInputFile (
ImfInputFile
*in)
1193
ImfInputSetFrameBuffer (
ImfInputFile
*in,
1212
ImfInputReadPixels (
ImfInputFile
*in, int scanLine1, int scanLine2)
1228
ImfInputHeader (const
ImfInputFile
*in)
1235
ImfInputChannels (const
ImfInputFile
*in)
1242
ImfInputFileName (const
ImfInputFile
*in
[
all
...]
ImfInputFile.cpp
41
#include <
ImfInputFile
.h>
ImfOutputFile.cpp
43
#include <
ImfInputFile
.h>
[
all
...]
ImfRgbaFile.cpp
44
#include <
ImfInputFile
.h>
ImfTiledOutputFile.cpp
43
#include <
ImfInputFile
.h>
[
all
...]
/external/opencv/otherlibs/highgui/
grfmt_exr.h
48
#include <
ImfInputFile
.h>
grfmt_exr.cpp
47
#include <OpenEXR/
ImfInputFile
.h>
/external/opencv3/modules/imgcodecs/src/
grfmt_exr.hpp
53
#include <
ImfInputFile
.h>
grfmt_exr.cpp
56
#include <
ImfInputFile
.h>
/external/ImageMagick/coders/
exr.c
148
ImfInputFile
196
if (file == (
ImfInputFile
*) NULL)
/external/opencv3/
Android.mk
538
3rdparty/openexr/IlmImf/
ImfInputFile
.cpp \
[
all
...]
Completed in 218 milliseconds