HomeSort by relevance Sort by last modified time
    Searched refs:timeLapseEnable (Results 1 - 2 of 2) sorted by null

  /frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp 541 status_t StagefrightRecorder::setParamTimeLapseEnable(int32_t timeLapseEnable) {
542 ALOGV("setParamTimeLapseEnable: %d", timeLapseEnable);
544 if(timeLapseEnable == 0) {
546 } else if (timeLapseEnable == 1) {
686 int32_t timeLapseEnable;
687 if (safe_strtoi32(value.string(), &timeLapseEnable)) {
688 return setParamTimeLapseEnable(timeLapseEnable);
    [all...]
StagefrightRecorder.h 156 status_t setParamTimeLapseEnable(int32_t timeLapseEnable);

Completed in 63 milliseconds