Home
last modified time | relevance | path

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

/external/opencv/cxcore/include/
Dcvwimage.h310 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/
Dopus_compare.c182 int nchannels; in main() local
/external/opencv/cxcore/src/
Dcxarray.cpp3259 icvGetColorModel( int nchannels, const char** colorModel, const char** channelSeq ) in icvGetColorModel()