Searched refs:timeLapseEnable (Results 1 - 2 of 2) sorted by relevance

/frameworks/av/media/libmediaplayerservice/
H A DStagefrightRecorder.cpp531 status_t StagefrightRecorder::setParamTimeLapseEnable(int32_t timeLapseEnable) { argument
532 ALOGV("setParamTimeLapseEnable: %d", timeLapseEnable);
534 if(timeLapseEnable == 0) {
536 } else if (timeLapseEnable == 1) {
676 int32_t timeLapseEnable; local
677 if (safe_strtoi32(value.string(), &timeLapseEnable)) {
678 return setParamTimeLapseEnable(timeLapseEnable);
H A DStagefrightRecorder.h161 status_t setParamTimeLapseEnable(int32_t timeLapseEnable);

Completed in 692 milliseconds