Home | History | Annotate | Download | only in camera

Lines Matching refs:mStreamRecord

55     mStreamRecord = QCameraStream_record::createInstance(mCameraId,
58 if (!mStreamRecord) {
64 mStreamRecord->setHALCameraControl(this);
67 ret = mStreamRecord->init();
141 mStreamDisplay (NULL), mStreamRecord(NULL), mStreamSnap(NULL),
346 if(mStreamRecord) {
347 QCameraStream_record::deleteInstance (mStreamRecord);
348 mStreamRecord = NULL;
1152 mStreamRecord->setMode(myMode & CAMERA_ZSL_MODE);
1328 ret = mStreamRecord->start();
1330 ALOGE("%s: error - mStreamRecord->start!", __func__);
1378 if(!mStreamRecord) {
1379 ALOGE("mStreamRecord is null");
1391 mStreamRecord->stop();
1425 if(mStreamRecord == NULL) {
1429 mStreamRecord->releaseRecordingFrame(opaque);
1875 mStreamRecord->takeLiveSnapshot();