Home
last modified time | relevance | path

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

/external/opencv3/3rdparty/openexr/IlmImf/
DImfB44Compressor.cpp454 struct B44Compressor::ChannelData struct in Imf::B44Compressor
456 unsigned short * start;
457 unsigned short * end;
458 int nx;
459 int ny;
460 int ys;
461 PixelType type;
462 bool pLinear;
463 int size;
DImfPizCompressor.cpp159 struct PizCompressor::ChannelData struct in Imf::PizCompressor
161 unsigned short * start;
162 unsigned short * end;
163 int nx;
164 int ny;
165 int ys;
166 int size;
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc201 struct ChannelData { struct in P2PTransportChannelTestBase
202 bool CheckData(const char* data, int len) { in CheckData()
212 std::string name_; // TODO - Currently not used.
213 std::list<std::string> ch_packets_;
214 rtc::scoped_ptr<cricket::P2PTransportChannel> ch_;