Searched refs:max_queueable (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4-aah/camera/ |
D | CameraHal.cpp | 1320 unsigned int buffercount, unsigned int &max_queueable) in allocPreviewBufs() argument 1353 ret = mDisplayAdapter->maxQueueableBuffers(max_queueable); in allocPreviewBufs() 2183 unsigned int bufferCount, max_queueable; in setTapoutLocked() local 3041 unsigned int max_queueable = 0; in startImageBracketing() local 3193 unsigned int max_queueable = 0; in __takePicture() local 3426 ret = outAdapter->maxQueueableBuffers(max_queueable); in __takePicture() 3442 max_queueable = bufferCount; in __takePicture() 3468 desc.mMaxQueueable = ( size_t ) max_queueable; in __takePicture()
|
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 1119 …dth, int height, const char* previewFormat, unsigned int bufferCount, unsigned int &max_queueable);
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 1320 …dth, int height, const char* previewFormat, unsigned int bufferCount, unsigned int &max_queueable);
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHal.cpp | 1072 unsigned int buffercount, unsigned int &max_queueable) in allocPreviewBufs() argument 1113 ret = mDisplayAdapter->maxQueueableBuffers(max_queueable); in allocPreviewBufs()
|