Home
last modified time | relevance | path

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

/device/moto/shamu/camera/QCamera2/HAL/test/
Dqcamera_test.cpp1554 mVideoFd(-1), in CameraContext()
2089 if ( mVideoFd < 0 ) { in configureRecorder()
2090 mVideoFd = open(fileName, O_CREAT | O_RDWR ); in configureRecorder()
2093 if ( mVideoFd < 0 ) { in configureRecorder()
2098 ret = mRecorder->setOutputFile(mVideoFd, 0, 0); in configureRecorder()
2235 close(mVideoFd); in stopRecording()
2236 mVideoFd = -1; in stopRecording()
Dqcamera_test.h154 int mVideoFd; variable