Home | History | Annotate | Download | only in camera

Lines Matching full:recording

399                 CAMHAL_LOGDB("Recording Hint is set to %s", valstr);
424 CAMHAL_LOGDB("Recording Hint is set to %s", valstr);
441 CAMHAL_LOGDA("Recording Hint is set to NULL");
1792 @return NO_ERROR If recording could be started without any issues
1817 // set internal recording hint in case camera adapter needs to make some
1821 // if application starts recording in continuous focus picture mode...
1828 // only need to check recording hint if preview restart is not already needed
1889 @brief Set the camera parameters specific to Video Recording.
1891 This function checks for the camera parameters which have to be set for recording.
1892 Video Recording needs CAPTURE_MODE to be VIDEO_MODE. This function sets it.
1893 This function also enables Video Recording specific functions like VSTAB & VNF.
1970 @brief Reset the camera parameters specific to Video Recording.
1972 This function resets CAPTURE_MODE and disables Recording specific functions like VSTAB & VNF.
1986 // ignore this if we are already recording
2010 @return NO_ERROR If recording parameters could be set without any issues
2051 @brief Stop a previously started recording.
2090 // reset internal recording hint in case camera adapter needs to make some
2098 @brief Returns true if recording is enabled.
2101 @return true If recording is currently running
2102 false If recording has been stopped
2460 // we only support video snapshot if we are in video mode (recording hint is set)
2464 CAMHAL_LOGEA("Trying to capture while recording without recording hint set...");
2494 // do not pause preview if recording (video state)