Home | History | Annotate | Download | only in inc

Lines Matching refs:numBufs

619     virtual CameraBuffer * allocateBufferList(int width, int height, const char* format, int &bytes, int numBufs) = 0;
623 // this function will return NULL and numBufs of -1
624 virtual CameraBuffer *getBufferList(int *numBufs) = 0;
833 virtual CameraBuffer * allocateBufferList(int width, int height, const char* format, int &bytes, int numBufs);
834 virtual CameraBuffer *getBufferList(int *numBufs);