Home
last modified time | relevance | path

Searched defs:TileBuffer (Results 1 – 3 of 3) sorted by relevance

/external/opencv3/3rdparty/openexr/IlmImf/
DImfTiledInputFile.cpp132 struct TileBuffer struct
134 const char * uncompressedData;
135 char * buffer;
136 int dataSize;
137 Compressor * compressor;
138 Compressor::Format format;
139 int dx;
140 int dy;
141 int lx;
142 int ly;
[all …]
DImfTiledOutputFile.cpp190 struct TileBuffer struct
192 Array<char> buffer;
193 const char * dataPtr;
194 int dataSize;
195 Compressor * compressor;
196 TileCoord tileCoord;
197 bool hasException;
198 string exception;
203 inline void wait () {_sem.wait();} in wait()
204 inline void post () {_sem.post();} in post()
[all …]
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.h39 typedef struct TileBuffer { struct
43 } TileBuffer; argument