HomeSort by relevance Sort by last modified time
    Searched refs:v4lStopStreaming (Results 1 - 2 of 2) sorted by null

  /hardware/ti/omap4-aah/camera/inc/V4LCameraAdapter/
V4LCameraAdapter.h 193 status_t v4lStopStreaming(int nBufferCount);
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 167 status_t V4LCameraAdapter::v4lStopStreaming (int nBufferCount) {
557 ret = v4lStopStreaming(mPreviewBufferCount);
559 CAMHAL_LOGEB("v4lStopStreaming Failed: %s", strerror(errno));
656 ret = v4lStopStreaming(mCaptureBufferCount);
658 CAMHAL_LOGEB("v4lStopStreaming Failed: %s", strerror(errno));
751 ret = v4lStopStreaming(mPreviewBufferCount);
    [all...]

Completed in 1533 milliseconds