Home | History | Annotate | Download | only in camera

Lines Matching refs:numBufs

523 void* ANativeWindowDisplayAdapter::allocateBuffer(int width, int height, const char* format, int &bytes, int numBufs)
528 const int lnumBufs = numBufs;
553 CAMHAL_LOGDB("Number of buffers set to ANativeWindow %d", numBufs);
555 err = mANativeWindow->set_buffer_count(mANativeWindow, numBufs);
566 CAMHAL_LOGDB("Configuring %d buffers for ANativeWindow", numBufs);
567 mBufferCount = numBufs;
590 ///@todo - Re-allocate buffers for vnf and vstab using the width, height, format, numBufs etc