Searched refs:allocVideoBufs (Results 1 – 2 of 2) sorted by relevance
1122 status_t allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount);
1270 status_t CameraHal::allocVideoBufs(uint32_t width, uint32_t height, uint32_t bufferCount) in allocVideoBufs() function in android::CameraHal1888 ret = allocVideoBufs(mVideoWidth, mVideoHeight, count); in startRecording()