Searched refs:allocVideoBufs (Results 1 - 4 of 4) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/
H A DCameraHal.h1323 status_t allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount);
/hardware/ti/omap4xxx/camera/inc/
H A DCameraHal.h1122 status_t allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount);
/hardware/ti/omap4xxx/camera/
H A DCameraHal.cpp1270 status_t CameraHal::allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount) function in class:android::CameraHal
1888 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count);
/hardware/ti/omap4-aah/camera/
H A DCameraHal.cpp1499 status_t CameraHal::allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount) function in class:Ti::Camera::CameraHal
2610 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count);

Completed in 60 milliseconds