Searched refs:allocVideoBufs (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/omap4xxx/camera/inc/ |
D | CameraHal.h | 1122 status_t allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount);
|
/hardware/ti/omap4-aah/camera/inc/ |
D | CameraHal.h | 1323 status_t allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount);
|
/hardware/ti/omap4xxx/camera/ |
D | CameraHal.cpp | 1270 status_t CameraHal::allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount) in allocVideoBufs() function in android::CameraHal 1888 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count); in startRecording()
|
/hardware/ti/omap4-aah/camera/ |
D | CameraHal.cpp | 1499 status_t CameraHal::allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount) in allocVideoBufs() function in Ti::Camera::CameraHal 2610 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count); in startRecording()
|