Searched refs:mVideoFd (Results 1 – 2 of 2) sorted by relevance
1614 mVideoFd(-1), in CameraContext()2165 if ( mVideoFd < 0 ) { in configureRecorder()2166 mVideoFd = open(fileName, O_CREAT | O_RDWR ); in configureRecorder()2169 if ( mVideoFd < 0 ) { in configureRecorder()2174 ret = mRecorder->setOutputFile(mVideoFd, 0, 0); in configureRecorder()2311 close(mVideoFd); in stopRecording()2312 mVideoFd = -1; in stopRecording()
153 int mVideoFd; variable