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