Searched defs:nchannels (Results 1 – 3 of 3) sorted by relevance
/external/opencv/cxcore/include/ |
D | cvwimage.h | 310 WImageBuffer(int width, int height, int nchannels) : WImage<T>(0) { in WImageBuffer() 531 inline void WImageBuffer<T>::Allocate(int width, int height, int nchannels) in Allocate() 565 WImageView<T>::WImageView(T* data, int width, int height, int nchannels, int width_step) in WImageView()
|
/external/libopus/src/ |
D | opus_compare.c | 182 int nchannels; in main() local
|
/external/opencv/cxcore/src/ |
D | cxarray.cpp | 3259 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq ) in icvGetColorModel()
|