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 532 status_t StagefrightRecorder::setParamTimeLapseEnable(int32_t timeLapseEnable) {
533 ALOGV("setParamTimeLapseEnable: %d", timeLapseEnable);
535 if(timeLapseEnable == 0) {
537 } else if (timeLapseEnable == 1) {
677 int32_t timeLapseEnable;
678 if (safe_strtoi32(value.string(), &timeLapseEnable)) {
679 return setParamTimeLapseEnable(timeLapseEnable);
    [all...]
StagefrightRecorder.h 164 status_t setParamTimeLapseEnable(int32_t timeLapseEnable);

Completed in 58 milliseconds