summaryrefslogtreecommitdiff
path: root/camera/inc/V4LCameraAdapter/V4LCameraAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'camera/inc/V4LCameraAdapter/V4LCameraAdapter.h')
-rw-r--r--camera/inc/V4LCameraAdapter/V4LCameraAdapter.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/camera/inc/V4LCameraAdapter/V4LCameraAdapter.h b/camera/inc/V4LCameraAdapter/V4LCameraAdapter.h
index 181c7ad..728032b 100644
--- a/camera/inc/V4LCameraAdapter/V4LCameraAdapter.h
+++ b/camera/inc/V4LCameraAdapter/V4LCameraAdapter.h
@@ -199,7 +199,6 @@ private:
status_t v4lIoctl(int, int, void*);
status_t v4lInitMmap(int& count, int width, int height);
- status_t v4lInitUsrPtr(int&);
status_t v4lInitDmaBuf(int& count, int width, int height);
status_t v4lStartStreaming();
status_t v4lStopStreaming(int nBufferCount);
@@ -207,8 +206,6 @@ private:
status_t restartPreview();
status_t applyFpsValue();
status_t returnBufferToV4L(int id);
- void returnOutputBuffer(int index);
- bool isNeedToUseDecoder() const;
int mPreviewBufferCount;
int mPreviewBufferCountQueueable;
@@ -227,11 +224,6 @@ private:
int mFrameCount;
int mLastFrameCount;
- unsigned int mIter;
- nsecs_t mLastFPSTime;
-
- //variables holding the estimated framerate
- float mFPS, mLastFPS;
int mSensorIndex;