Searched refs:mVideoFd (Results 1 – 2 of 2) sorted by relevance
1554 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()
154 int mVideoFd; variable