Home
last modified time | relevance | path

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

/device/lge/mako/camera/
DQualcommCameraHardware.cpp281 static liveshotState liveshot_state = LIVESHOT_DONE; variable
6048 if(liveshot_state == LIVESHOT_IN_PROGRESS || !mRecordingState) { in takeLiveSnapshotInternal()
6054 liveshot_state = LIVESHOT_STOPPED; in takeLiveSnapshotInternal()
6058 liveshot_state = LIVESHOT_IN_PROGRESS; in takeLiveSnapshotInternal()
6062 liveshot_state = LIVESHOT_STOPPED; in takeLiveSnapshotInternal()
6081 liveshot_state = LIVESHOT_STOPPED; in takeLiveSnapshotInternal()
6754 liveshot_state = LIVESHOT_DONE; in receiveLiveSnapshot()
6766 if((mCurrentTarget == TARGET_MSM7627A) && ( liveshot_state == LIVESHOT_IN_PROGRESS)) { in receivePreviewFrame()