Home
last modified time | relevance | path

Searched refs:v4lStopStreaming (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
DV4LCameraAdapter.h193 status_t v4lStopStreaming(int nBufferCount);
/hardware/ti/omap4-aah/camera/V4LCameraAdapter/
DV4LCameraAdapter.cpp167 status_t V4LCameraAdapter::v4lStopStreaming (int nBufferCount) { in v4lStopStreaming() function in Ti::Camera::V4LCameraAdapter
557 ret = v4lStopStreaming(mPreviewBufferCount); in takePicture()
656 ret = v4lStopStreaming(mCaptureBufferCount); in takePicture()
751 ret = v4lStopStreaming(mPreviewBufferCount); in stopPreview()