OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ImfOutputFile
(Results
1 - 8
of
8
) sorted by null
/external/opencv3/3rdparty/openexr/IlmImf/
ImfCRgbaFile.h
306
struct
ImfOutputFile
;
307
typedef struct
ImfOutputFile
ImfOutputFile
;
309
ImfOutputFile
* ImfOpenOutputFile (const char name[],
313
int ImfCloseOutputFile (
ImfOutputFile
*out);
315
int ImfOutputSetFrameBuffer (
ImfOutputFile
*out,
320
int ImfOutputWritePixels (
ImfOutputFile
*out,
323
int ImfOutputCurrentScanLine (const
ImfOutputFile
*out);
325
const ImfHeader * ImfOutputHeader (const
ImfOutputFile
*out);
327
int ImfOutputChannels (const
ImfOutputFile
*out)
[
all
...]
ImfCRgbaFile.cpp
98
outfile (
ImfOutputFile
*out)
105
outfile (const
ImfOutputFile
*out)
935
ImfOutputFile
*
940
return (
ImfOutputFile
*) new Imf::RgbaOutputFile
952
ImfCloseOutputFile (
ImfOutputFile
*out)
968
ImfOutputSetFrameBuffer (
ImfOutputFile
*out,
987
ImfOutputWritePixels (
ImfOutputFile
*out, int numScanLines)
1003
ImfOutputCurrentScanLine (const
ImfOutputFile
*out)
1010
ImfOutputHeader (const
ImfOutputFile
*out)
1017
ImfOutputChannels (const
ImfOutputFile
*out
[
all
...]
ImfOutputFile.cpp
42
#include <
ImfOutputFile
.h>
[
all
...]
ImfRgbaFile.cpp
43
#include <
ImfOutputFile
.h>
/external/ImageMagick/coders/
exr.c
379
ImfOutputFile
524
if (file == (
ImfOutputFile
*) NULL)
/external/opencv/otherlibs/highgui/
grfmt_exr.cpp
48
#include <OpenEXR/
ImfOutputFile
.h>
/external/opencv3/modules/imgcodecs/src/
grfmt_exr.cpp
57
#include <
ImfOutputFile
.h>
/external/opencv3/
Android.mk
564
3rdparty/openexr/IlmImf/
ImfOutputFile
.cpp \
[
all
...]
Completed in 149 milliseconds